Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/camera/Simple/
DSimple.cpp96 const s32 TRIMMING_HEIGHT = 240; // CTR upper screen height variable
690 TRIMMING_HEIGHT, // Height of the image to be trimmed in InitializeCameraSetting()
702TRIMMING_HEIGHT); // Height of the image to transfer (height after trimming when trimmed) in InitializeCameraSetting()
707TRIMMING_HEIGHT); // Height of the image to transfer (height after trimming when trimmed) in InitializeCameraSetting()
780 nn::y2r::SetInputLines(TRIMMING_HEIGHT); in InitializeY2r()
813 s_YuvBufferSize = nn::camera::GetFrameBytes(TRIMMING_WIDTH, TRIMMING_HEIGHT); in InitializeResource()
1149 s32 centeringImageHeight = (TEXTURE_HEIGHT - TRIMMING_HEIGHT) / 2; in Y2rConversion()