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.h40 uint32_t cbcr_step = 0; member
DEmulatedSensor.cpp860 .cbcr_step = 1}; in threadLoop()
1491 px_cr += yuv_layout.cbcr_step; in CaptureYUV420()
1492 px_cb += yuv_layout.cbcr_step; in CaptureYUV420()
1558 if (input_planes.cbcr_step == 2) { in ProcessYUV420()
1593 .cbcr_step = 1}; in ProcessYUV420()
1602 if (output_planes.cbcr_step == 2) { in ProcessYUV420()
1623 if (output_planes.cbcr_step == 2) { in ProcessYUV420()
DEmulatedRequestProcessor.cpp282 sensor_buffer->plane.img_y_crcb.cbcr_step = yuv_layout.chromaStep; in LockSensorBuffer()