Searched refs:mCropRegion (Results 1 – 2 of 2) sorted by relevance
2888 memset(&mCropRegion, 0, sizeof(mCropRegion)); in QCamera3YUVChannel()3364 mCropRegion = *scalerCropRegion; in needsFramePostprocessing()3376 if ((mCropRegion.width < (int32_t)mCamera3Stream->width) || in needsFramePostprocessing()3377 (mCropRegion.height < (int32_t)mCamera3Stream->height)) { in needsFramePostprocessing()
518 cam_crop_region_t mCropRegion; variable