Home
last modified time | relevance | path

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

/hardware/interfaces/camera/device/3.4/default/
DExternalCameraUtils.cpp502 size_t paddedHeight = mcuV * ((inSz.height + mcuV - 1) / mcuV); in encodeJpegYU12() local
506 std::vector<JSAMPROW> yLines (paddedHeight); in encodeJpegYU12()
507 std::vector<JSAMPROW> cbLines(paddedHeight/cVSubSampling); in encodeJpegYU12()
508 std::vector<JSAMPROW> crLines(paddedHeight/cVSubSampling); in encodeJpegYU12()
514 for(uint32_t i = 0; i < paddedHeight; i++) in encodeJpegYU12()
520 if(i < paddedHeight / cVSubSampling) in encodeJpegYU12()