Home
last modified time | relevance | path

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

/hardware/interfaces/camera/device/default/
DExternalCameraUtils.cpp671 int maxVSampFactor = cinfo.max_v_samp_factor; in encodeJpegYU12() local
678 size_t mcuV = DCTSIZE * maxVSampFactor; in encodeJpegYU12()
711 const uint32_t batchSize = DCTSIZE * maxVSampFactor; in encodeJpegYU12()
/hardware/interfaces/camera/device/3.4/default/
DExternalCameraUtils.cpp515 int maxVSampFactor = std::max( { in encodeJpegYU12() local
530 size_t mcuV = DCTSIZE*maxVSampFactor; in encodeJpegYU12()
567 const uint32_t batchSize = DCTSIZE * maxVSampFactor; in encodeJpegYU12()