Searched refs:mCropRegion (Results 1 – 2 of 2) sorted by relevance
2630 memset(&mCropRegion, 0, sizeof(mCropRegion)); in QCamera3YUVChannel()3021 mCropRegion = *scalerCropRegion; in needsFramePostprocessing()3033 if ((mCropRegion.width < (int32_t)mCamera3Stream->width) || in needsFramePostprocessing()3034 (mCropRegion.height < (int32_t)mCamera3Stream->height)) { in needsFramePostprocessing()
463 cam_crop_region_t mCropRegion; variable