Home
last modified time | relevance | path

Searched refs:getRecordingHintValue (Results 1 – 8 of 8) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCamera2HWI.cpp2203 !mParameters.getRecordingHintValue() && in setMpoComposition()
2223 bool QCamera2HardwareInterface::getRecordingHintValue(void) in getRecordingHintValue() function in qcamera::QCamera2HardwareInterface
2225 return mParameters.getRecordingHintValue(); in getRecordingHintValue()
2680 if ((mParameters.getRecordingHintValue() == true) in getBufNumRequired()
3324 if ((mParameters.isZSLMode() && mParameters.getRecordingHintValue() != true) || in initStreamInfoBuf()
3388 if (mParameters.getRecordingHintValue()) { in initStreamInfoBuf()
3400 if (mParameters.getRecordingHintValue()) { in initStreamInfoBuf()
3751 if (isZSLMode() && (getRecordingHintValue() != true)) { in enableMsgType()
3859 mParameters.getRecordingHintValue()); in startPreview()
3868 if (mParameters.isZSLMode() && mParameters.getRecordingHintValue() != true) { in startPreview()
[all …]
DQCameraParametersIntf.h121 bool getRecordingHintValue();
DQCameraParameters.cpp10282 if (getRecordingHintValue() == true && in getStreamFormat()
10296 if (getRecordingHintValue() == true && (!QCameraCommon::isVideoUBWCEnabled()) && in getStreamFormat()
10320 ((getRecordingHintValue() == true) && fdModeInVideo()), in getStreamFormat()
10508 } else if (getRecordingHintValue()) { in getStreamDimension()
10543 if (getRecordingHintValue()) { in getStreamDimension()
10563 ((getRecordingHintValue() == true) && fdModeInVideo()), in getStreamDimension()
11708 if (getRecordingHintValue() > 0) { in setFaceDetection()
13728 if (isZSLMode() && getRecordingHintValue() != true) { in setStreamConfigure()
13768 if (isUBWCEnabled() && getRecordingHintValue() != true) { in setStreamConfigure()
13849 (getRecordingHintValue() != true) || in setStreamConfigure()
[all …]
DQCameraParametersIntf.cpp313 bool QCameraParametersIntf::getRecordingHintValue() in getRecordingHintValue() function in qcamera::QCameraParametersIntf
317 return mImpl->getRecordingHintValue(); in getRecordingHintValue()
DQCamera2HWI.h275 bool getRecordingHintValue(void);
DQCamera2HWICallbacks.cpp754 if (pme->getRecordingHintValue() == true) { in synchronous_stream_cb_routine()
1922 if (dump_preview_raw || (pme->mParameters.getRecordingHintValue() in preview_raw_stream_cb_routine()
2178 if (pMetaData->is_tuning_params_valid && pme->mParameters.getRecordingHintValue() == true) { in metadata_stream_cb_routine()
DQCameraParameters.h690 bool getRecordingHintValue() {return m_bRecordingHint;}; // return local copy of video hint in getRecordingHintValue() function
DQCameraStateMachine.cpp1444 if ( m_parent->mParameters.getRecordingHintValue() == true) { in procEvtPreviewingState()