Searched refs:getRecordingHintValue (Results 1 – 8 of 8) sorted by relevance
2203 !mParameters.getRecordingHintValue() && in setMpoComposition()2223 bool QCamera2HardwareInterface::getRecordingHintValue(void) in getRecordingHintValue() function in qcamera::QCamera2HardwareInterface2225 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 …]
121 bool getRecordingHintValue();
10282 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 …]
313 bool QCameraParametersIntf::getRecordingHintValue() in getRecordingHintValue() function in qcamera::QCameraParametersIntf317 return mImpl->getRecordingHintValue(); in getRecordingHintValue()
275 bool getRecordingHintValue(void);
754 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()
690 bool getRecordingHintValue() {return m_bRecordingHint;}; // return local copy of video hint in getRecordingHintValue() function
1444 if ( m_parent->mParameters.getRecordingHintValue() == true) { in procEvtPreviewingState()