Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DJpegCompressor.h86 struct YUV420Frame { struct
95 size_t CompressYUV420Frame(YUV420Frame frame); argument
DEmulatedSensor.h310 struct YUV420Frame { struct
317 status_t ProcessYUV420(const YUV420Frame& input, const YUV420Frame& output, argument
DEmulatedSensor.cpp619 YUV420Frame yuv_input{ in threadLoop()
641 YUV420Frame yuv_output{.width = jpeg_input->width, in threadLoop()
680 YUV420Frame yuv_input{ in threadLoop()
688 YUV420Frame yuv_output{.width = (*b)->width, in threadLoop()
1110 status_t EmulatedSensor::ProcessYUV420(const YUV420Frame& input, in ProcessYUV420()
1111 const YUV420Frame& output, uint32_t gain, in ProcessYUV420()
DJpegCompressor.cpp221 size_t JpegCompressor::CompressYUV420Frame(YUV420Frame frame) { in CompressYUV420Frame()