Home
last modified time | relevance | path

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

/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDeviceSession.cpp1465 int cVSubSampling = cinfo.comp_info[0].v_samp_factor / in encodeJpegYU12() local
1481 std::vector<JSAMPROW> cbLines(paddedHeight/cVSubSampling); in encodeJpegYU12()
1482 std::vector<JSAMPROW> crLines(paddedHeight/cVSubSampling); in encodeJpegYU12()
1494 if(i < paddedHeight / cVSubSampling) in encodeJpegYU12()
1514 &cbLines[nl/cVSubSampling], in encodeJpegYU12()
1515 &crLines[nl/cVSubSampling] }; in encodeJpegYU12()