Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.cpp639 .cbcr_step = 1}; in threadLoop()
1073 px_cr += yuv_layout.cbcr_step; in CaptureYUV420()
1074 px_cb += yuv_layout.cbcr_step; in CaptureYUV420()
1132 if (input_planes.cbcr_step == 2) { in ProcessYUV420()
1167 .cbcr_step = 1}; in ProcessYUV420()
1176 if (output_planes.cbcr_step == 2) { in ProcessYUV420()
1197 if (output_planes.cbcr_step == 2) { in ProcessYUV420()
DBase.h39 uint32_t cbcr_step = 0; member
DEmulatedRequestProcessor.cpp221 sensor_buffer->plane.img_y_crcb.cbcr_step = yuv_layout.chromaStep; in LockSensorBuffer()