Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/demo1/
Dcamera.cpp24 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()
[all …]
Dcamera.h27 #define CAMERA_IMG_WIDTH 128 macro