Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/HAL/
DQCameraParametersIntf.h195 bool needThumbnailReprocess(cam_feature_mask_t *pFeatureMask);
DQCameraParametersIntf.cpp805 bool QCameraParametersIntf::needThumbnailReprocess(cam_feature_mask_t *pFeatureMask) in needThumbnailReprocess() function in qcamera::QCameraParametersIntf
809 return mImpl->needThumbnailReprocess(pFeatureMask); in needThumbnailReprocess()
DQCameraParameters.h753 bool needThumbnailReprocess(cam_feature_mask_t *pFeatureMask);
DQCameraChannel.cpp1020 if (!param.needThumbnailReprocess(&feature_mask)) { in addReprocStreamsFromSource()
DQCameraParameters.cpp13027 bool QCameraParameters::needThumbnailReprocess(cam_feature_mask_t *pFeatureMask) in needThumbnailReprocess() function in qcamera::QCameraParameters