Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DJpegCompressor.cpp118 std::vector<uint8_t> thumb_yuv420_frame; in CompressYUV420() local
125 thumb_yuv420_frame.resize((thumbnail_width * thumbnail_height * 3) / in CompressYUV420()
128 .img_y = thumb_yuv420_frame.data(), in CompressYUV420()
129 .img_cb = thumb_yuv420_frame.data() + in CompressYUV420()
131 .img_cr = thumb_yuv420_frame.data() + in CompressYUV420()
147 thumb_yuv420_frame.clear(); in CompressYUV420()
154 if (!thumb_yuv420_frame.empty()) { in CompressYUV420()