Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DJpegCompressor.cpp119 YCbCrPlanes thumb_planes; in CompressYUV420() local
127 thumb_planes = { in CompressYUV420()
140 job->input->width, job->input->height, thumb_planes.img_y, in CompressYUV420()
141 thumb_planes.y_stride, thumb_planes.img_cb, in CompressYUV420()
142 thumb_planes.cbcr_stride, thumb_planes.img_cr, in CompressYUV420()
143 thumb_planes.cbcr_stride, thumbnail_width, thumbnail_height, in CompressYUV420()
159 .yuv_planes = thumb_planes, in CompressYUV420()