Lines Matching refs:CAMERA_IMG_WIDTH
24 u8 s_YuvBuffer[2][CAMERA_IMG_WIDTH * CAMERA_IMG_HEIGHT * Y2R_YUV_BYTES] NN_ATTRIBUTE_ALIGN(64);
71 …reinterpret_cast<void*>(s_YuvBuffer[preYuvWp]), m_CameraOutputSize, CAMERA_IMG_WIDTH*Y2R_YUV_BYTES… in TransferThreadFuncImpl()
72 …SetReceiving(reinterpret_cast<void*>(s_RgbBuffer), m_Y2rOutputSize, CAMERA_IMG_WIDTH*8*Y2R_RGB_BYT… in TransferThreadFuncImpl()
126 s16 transferLine = nn::camera::GetMaxLines( CAMERA_IMG_WIDTH, CAMERA_IMG_HEIGHT ); in CameraSetting()
127 …if(CAMERA_IMG_WIDTH < 16) // Because the GetMaxLines function gets the maximum number of lines, th… in CameraSetting()
131 …nn::camera::SetTransferLines( nn::camera::PORT_CAM1, transferLine, CAMERA_IMG_WIDTH, CAMERA_IMG_HE… in CameraSetting()
156 …nn::camera::SetTrimmingParamsCenter(nn::camera::PORT_CAM1, CAMERA_IMG_WIDTH, CAMERA_IMG_HEIGHT, CA… in CameraSetting()
170 m_CameraOutputSize = nn::camera::GetFrameBytes(CAMERA_IMG_WIDTH, CAMERA_IMG_HEIGHT); in CameraSetting()
171 …m_Y2rOutputSize = nn::y2r::GetOutputImageSize(CAMERA_IMG_WIDTH, CAMERA_IMG_HEIGHT, Y2R_OUTPUT_FORM… in CameraSetting()
191 …s_RgbBuffer = reinterpret_cast<u8*>(mp_AppHeap->Allocate(CAMERA_IMG_WIDTH * CAMERA_IMG_HEIGHT * Y2… in Initialize()
219 nn::y2r::SetInputLineWidth(CAMERA_IMG_WIDTH); in Initialize()
296 u32 textureWidth = CAMERA_IMG_WIDTH; in DrawFrame()
308 f32 rectangleWidth = CAMERA_IMG_WIDTH; in DrawFrame()
313 CAMERA_IMG_WIDTH, CAMERA_IMG_HEIGHT, in DrawFrame()