Searched refs:YUV420Frame (Results 1 – 4 of 4) sorted by relevance
86 struct YUV420Frame { struct95 size_t CompressYUV420Frame(YUV420Frame frame); argument
354 struct YUV420Frame { struct361 status_t ProcessYUV420(const YUV420Frame& input, const YUV420Frame& output, argument
839 YUV420Frame yuv_input{ in threadLoop()862 YUV420Frame yuv_output{.width = jpeg_input->width, in threadLoop()904 YUV420Frame yuv_input{ in threadLoop()912 YUV420Frame yuv_output{.width = (*b)->width, in threadLoop()1529 status_t EmulatedSensor::ProcessYUV420(const YUV420Frame& input, in ProcessYUV420()1530 const YUV420Frame& output, uint32_t gain, in ProcessYUV420()
221 size_t JpegCompressor::CompressYUV420Frame(YUV420Frame frame) { in CompressYUV420Frame()