Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DBase.h33 struct YCbCrPlanes { struct
66 YCbCrPlanes img_y_crcb;
DJpegCompressor.h44 YCbCrPlanes yuv_planes;
88 YCbCrPlanes yuv_planes;
DEmulatedSensor.h426 void CaptureYUV420(YCbCrPlanes yuv_layout, uint32_t width, uint32_t height,
438 YCbCrPlanes planes;
DJpegCompressor.cpp247 YCbCrPlanes thumb_planes; in CompressYUV420()
DEmulatedSensor.cpp1068 : YCbCrPlanes{}}; in threadLoop()
1126 : YCbCrPlanes{}}; in threadLoop()
1618 void EmulatedSensor::CaptureYUV420(YCbCrPlanes yuv_layout, uint32_t width, in CaptureYUV420()
1773 YCbCrPlanes input_planes, output_planes; in ProcessYUV420()