Searched refs:crP (Results 1 – 2 of 2) sorted by relevance
/aosp12/packages/apps/Camera2/jni/ |
H A D | jpegutil.cpp | 340 const Plane crP = {width / 2, height / 2, crBuf, crPStride, crRStride}; in Compress() local 359 RowIterator<8> crIter(crP, chromaTrans, cr_row_length); in Compress()
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_hardware_camera2_impl_CameraExtensionJpegProcessor.cpp | 543 const Plane crP = {width / 2, height / 2, crBuf, crPStride, crRStride}; in compress() local 562 RowIterator<8> crIter(crP, chromaTrans, cr_row_length); in compress()
|