Searched refs:mCropRegion (Results 1 – 4 of 4) sorted by relevance
2312 memset(&mCropRegion, 0, sizeof(mCropRegion)); in QCamera3YUVChannel()2668 mCropRegion = *scalerCropRegion; in needsFramePostprocessing()2680 if ((mCropRegion.width < (int32_t)mCamera3Stream->width) || in needsFramePostprocessing()2681 (mCropRegion.height < (int32_t)mCamera3Stream->height)) { in needsFramePostprocessing()
408 cam_crop_region_t mCropRegion; variable