Home
last modified time | relevance | path

Searched refs:TRIMMING_WIDTH (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/camera/Simple/
DSimple.cpp95 const s32 TRIMMING_WIDTH = 512; variable
689 TRIMMING_WIDTH, // Width of the image to be trimmed in InitializeCameraSetting()
701TRIMMING_WIDTH, // Width of the image to transfer (width after trimming when trimmed) in InitializeCameraSetting()
706TRIMMING_WIDTH, // Width of the image to transfer (width after trimming when trimmed) in InitializeCameraSetting()
777 nn::y2r::SetInputLineWidth(TRIMMING_WIDTH); in InitializeY2r()
813 s_YuvBufferSize = nn::camera::GetFrameBytes(TRIMMING_WIDTH, TRIMMING_HEIGHT); in InitializeResource()
1161 nn::camera::GetLineBytes(TRIMMING_WIDTH)); // Transfer size for one time (1 line) in Y2rConversion()
1166 s16 yuvTransferUnit = TRIMMING_WIDTH * 8 * GetOutputFormatBytes(Y2R_OUTPUT_FORMAT); in Y2rConversion()