Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DBase.h39 uint32_t cbcr_step = 0; member
DEmulatedSensor.cpp1081 .cbcr_step = 1}; in threadLoop()
1727 px_cr += yuv_layout.cbcr_step; in CaptureYUV420()
1728 px_cb += yuv_layout.cbcr_step; in CaptureYUV420()
1796 if (input_planes.cbcr_step == 2) { in ProcessYUV420()
1834 .cbcr_step = 1, in ProcessYUV420()
1844 if (output_planes.cbcr_step == 2) { in ProcessYUV420()
1884 if (output_planes.cbcr_step == 2) { in ProcessYUV420()
DEmulatedRequestProcessor.cpp313 sensor_buffer->plane.img_y_crcb.cbcr_step = yuv_layout.chroma_step; in LockSensorBuffer()