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.cpp305 sensor_buffer->plane.img_y_crcb.img_y = in LockSensorBuffer()
307 sensor_buffer->plane.img_y_crcb.img_cb = in LockSensorBuffer()
309 sensor_buffer->plane.img_y_crcb.img_cr = in LockSensorBuffer()
311 sensor_buffer->plane.img_y_crcb.y_stride = yuv_layout.ystride; in LockSensorBuffer()
312 sensor_buffer->plane.img_y_crcb.cbcr_stride = yuv_layout.cstride; in LockSensorBuffer()
313 sensor_buffer->plane.img_y_crcb.cbcr_step = yuv_layout.chroma_step; in LockSensorBuffer()
315 std::abs(sensor_buffer->plane.img_y_crcb.img_cb - in LockSensorBuffer()
316 sensor_buffer->plane.img_y_crcb.img_cr) != 1) { in LockSensorBuffer()
321 std::abs(sensor_buffer->plane.img_y_crcb.img_cb - in LockSensorBuffer()
322 sensor_buffer->plane.img_y_crcb.img_cr))); in LockSensorBuffer()
[all …]
DBase.h66 YCbCrPlanes img_y_crcb; member
DEmulatedSensor.cpp1067 ? (*next_input_buffer->begin())->plane.img_y_crcb in threadLoop()
1125 ? (*next_input_buffer->begin())->plane.img_y_crcb in threadLoop()
1129 .planes = (*b)->plane.img_y_crcb}; in threadLoop()
1165 .planes = (*b)->plane.img_y_crcb}; in threadLoop()