Home
last modified time | relevance | path

Searched refs:curMode (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dvideo_output.cpp502 int32_t curMode = captureSession->GetMode(); in IsAutoDeferredVideoEnhancementSupported() local
503 int32_t isSupported = cameraObj->modeVideoDeferredType_[curMode]; in IsAutoDeferredVideoEnhancementSupported()
505 curMode, isSupported); in IsAutoDeferredVideoEnhancementSupported()
524 int32_t curMode = captureSession->GetMode(); in IsAutoDeferredVideoEnhancementEnabled() local
527 curMode, isEnabled); in IsAutoDeferredVideoEnhancementEnabled()
H A Dphoto_output.cpp821 int32_t curMode = session->GetMode(); in IsDeferredImageDeliverySupported() local
822 int32_t modeSupportType = cameraObj->modeDeferredType_[curMode]; in IsDeferredImageDeliverySupported()
824 curMode, modeSupportType); in IsDeferredImageDeliverySupported()
H A Dpreview_output.cpp415 SceneMode curMode = session->GetMode(); in GetSupportedFrameRates() local
418 … GetSupportedOutputCapability(camera, curMode); in GetSupportedFrameRates()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_data_sync_utils.cpp297 int curMode = SyncOperation::TransferSyncMode(mode); in GetReSendMode() local
298 if (curMode == SyncModeType::PUSH || curMode == SyncModeType::PULL) { in GetReSendMode()
301 if (curMode == SyncModeType::RESPONSE_PULL) { in GetReSendMode()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/dfx/
H A Dcamera_report_uitls.cpp121 void CameraReportUtils::updateModeChangePerfInfo(int32_t curMode, CallerInfo caller) in updateModeChangePerfInfo() argument
131 curMode_ = curMode; in updateModeChangePerfInfo()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/dfx/
H A Dcamera_report_uitls.h129 void updateModeChangePerfInfo(int32_t curMode, CallerInfo caller);
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_uripermission_operations.cpp613 string curMode; in InsertBundlePermission() local
615 auto ret = GetUriPermissionMode(to_string(fileId), bundleName, tableType, curMode); in InsertBundlePermission()
631 if (curMode.find(mode) != string::npos) { in InsertBundlePermission()