Searched refs:thumb_yuv420_frame (Results 1 – 1 of 1) sorted by relevance
246 std::vector<uint8_t> thumb_yuv420_frame; in CompressYUV420() local253 thumb_yuv420_frame.resize((thumbnail_width * thumbnail_height * 3) / in CompressYUV420()256 .img_y = thumb_yuv420_frame.data(), in CompressYUV420()257 .img_cb = thumb_yuv420_frame.data() + in CompressYUV420()259 .img_cr = thumb_yuv420_frame.data() + in CompressYUV420()275 thumb_yuv420_frame.clear(); in CompressYUV420()282 if (!thumb_yuv420_frame.empty()) { in CompressYUV420()