Searched refs:YUV420Frame (Results 1 – 4 of 4) sorted by relevance
86 struct YUV420Frame { struct95 size_t CompressYUV420Frame(YUV420Frame frame); argument
310 struct YUV420Frame { struct317 status_t ProcessYUV420(const YUV420Frame& input, const YUV420Frame& output, argument
619 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()
221 size_t JpegCompressor::CompressYUV420Frame(YUV420Frame frame) { in CompressYUV420Frame()