Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/HAL3/
DQCamera3HWI.h207 bool needReprocess(cam_feature_mask_t postprocess_mask);
DQCamera3HWI.cpp10919 bool QCamera3HardwareInterface::needReprocess(cam_feature_mask_t postprocess_mask) in needReprocess() function in qcamera::QCamera3HardwareInterface
/device/google/marlin/camera/QCamera2/HAL/
DQCamera2HWI.h377 bool needReprocess();
DQCamera2HWI.cpp3134 if (!((needReprocess()) && (CAM_STREAM_TYPE_SNAPSHOT == stream_type || in allocateStreamInfoBuf()
6793 if((!needReprocess()) in addStreamToChannel()
8960 bool QCamera2HardwareInterface::needReprocess() in needReprocess() function in qcamera::QCamera2HardwareInterface
8962 bool needReprocess = false; in needReprocess() local
8985 needReprocess = true; in needReprocess()
8988 LOGH("needReprocess %s", needReprocess ? "true" : "false"); in needReprocess()
8989 return needReprocess; in needReprocess()
DQCameraPostProc.cpp247 if ( m_parent->needReprocess() ) { in start()
377 pChannel = m_parent->needReprocess() ? mPPChannels[ppChannel_idx] : in createJpegSession()
940 if (m_parent->needReprocess()) { in processData()