Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DJpegCompressor.h46 YCbCrPlanes yuv_planes;
89 YCbCrPlanes yuv_planes;
DBase.h34 struct YCbCrPlanes { struct
66 YCbCrPlanes img_y_crcb;
DEmulatedSensor.h348 void CaptureYUV420(YCbCrPlanes yuv_layout, uint32_t width, uint32_t height,
357 YCbCrPlanes planes;
DEmulatedSensor.cpp848 : YCbCrPlanes{}}; in threadLoop()
911 : YCbCrPlanes{}}; in threadLoop()
1389 void EmulatedSensor::CaptureYUV420(YCbCrPlanes yuv_layout, uint32_t width, in CaptureYUV420()
1536 YCbCrPlanes input_planes, output_planes; in ProcessYUV420()
DJpegCompressor.cpp119 YCbCrPlanes thumb_planes; in CompressYUV420()