Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedRequestProcessor.cpp267 bool isP010 = static_cast<android_pixel_format_v1_1_t>( in LockSensorBuffer() local
269 if ((isYUV_420_888) || (isP010)) { in LockSensorBuffer()
293 sensor_buffer->plane.img_y_crcb.bytesPerPixel = isP010 ? 2 : 1; in LockSensorBuffer()