Home
last modified time | relevance | path

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

/hardware/interfaces/camera/device/3.4/default/
DExternalCameraUtils.cpp491 int cVSubSampling = cinfo.comp_info[0].v_samp_factor / in encodeJpegYU12() local
507 std::vector<JSAMPROW> cbLines(paddedHeight/cVSubSampling); in encodeJpegYU12()
508 std::vector<JSAMPROW> crLines(paddedHeight/cVSubSampling); in encodeJpegYU12()
520 if(i < paddedHeight / cVSubSampling) in encodeJpegYU12()
522 li = std::min(i, (inSz.height - 1) / cVSubSampling); in encodeJpegYU12()
541 &cbLines[nl/cVSubSampling], in encodeJpegYU12()
542 &crLines[nl/cVSubSampling] }; in encodeJpegYU12()