Searched refs:TRIMMING_WIDTH (Results 1 – 1 of 1) sorted by relevance
95 const s32 TRIMMING_WIDTH = 512; variable689 TRIMMING_WIDTH, // Width of the image to be trimmed in InitializeCameraSetting()701 … TRIMMING_WIDTH, // Width of the image to transfer (width after trimming when trimmed) in InitializeCameraSetting()706 … TRIMMING_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()