Home
last modified time | relevance | path

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

/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDeviceSession.cpp1476 size_t paddedHeight = mcuV * ((inSz.height + mcuV - 1) / mcuV); in encodeJpegYU12() local
1480 std::vector<JSAMPROW> yLines (paddedHeight); in encodeJpegYU12()
1481 std::vector<JSAMPROW> cbLines(paddedHeight/cVSubSampling); in encodeJpegYU12()
1482 std::vector<JSAMPROW> crLines(paddedHeight/cVSubSampling); in encodeJpegYU12()
1488 for(uint32_t i = 0; i < paddedHeight; i++) in encodeJpegYU12()
1494 if(i < paddedHeight / cVSubSampling) in encodeJpegYU12()