Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DJpegCompressor.cpp323 size_t mcu_v = DCTSIZE * max_vsamp_factor; in CompressYUV420Frame() local
324 size_t padded_height = mcu_v * ((cinfo->image_height + mcu_v - 1) / mcu_v); in CompressYUV420Frame()