Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedRequestProcessor.cpp274 sensor_buffer->plane.img_y_crcb.img_y = in LockSensorBuffer()
276 sensor_buffer->plane.img_y_crcb.img_cb = in LockSensorBuffer()
278 sensor_buffer->plane.img_y_crcb.img_cr = in LockSensorBuffer()
280 sensor_buffer->plane.img_y_crcb.y_stride = yuv_layout.yStride; in LockSensorBuffer()
281 sensor_buffer->plane.img_y_crcb.cbcr_stride = yuv_layout.cStride; in LockSensorBuffer()
282 sensor_buffer->plane.img_y_crcb.cbcr_step = yuv_layout.chromaStep; in LockSensorBuffer()
284 std::abs(sensor_buffer->plane.img_y_crcb.img_cb - in LockSensorBuffer()
285 sensor_buffer->plane.img_y_crcb.img_cr) != 1) { in LockSensorBuffer()
289 std::abs(sensor_buffer->plane.img_y_crcb.img_cb - in LockSensorBuffer()
290 sensor_buffer->plane.img_y_crcb.img_cr))); in LockSensorBuffer()
[all …]
DBase.h66 YCbCrPlanes img_y_crcb; member
DEmulatedSensor.cpp847 ? (*next_input_buffer->begin())->plane.img_y_crcb in threadLoop()
910 ? (*next_input_buffer->begin())->plane.img_y_crcb in threadLoop()
914 .planes = (*b)->plane.img_y_crcb}; in threadLoop()
953 CaptureYUV420((*b)->plane.img_y_crcb, (*b)->width, (*b)->height, in threadLoop()