Home
last modified time | relevance | path

Searched refs:MAX_DURATION (Results 1 - 8 of 8) sorted by relevance

/foundation/multimedia/player_framework/services/services/engine_intf/
H A Drecorder_param.h62 MAX_DURATION,
157 explicit MaxDuration(int32_t maxDur) : RecorderParam(RecorderPublicParamType::MAX_DURATION), duration(maxDur) {} in MaxDuration()
/foundation/multimedia/media_foundation/engine/scene/recorder/standard/
H A Drecorder_utils.cpp176 case RecorderPublicParamType::MAX_DURATION: in CastDummyRecorderParam()
H A Dhirecorder_impl.cpp624 case RecorderPublicParamType::MAX_DURATION: { in DoConfigureOther()
/foundation/arkui/ace_engine/frameworks/core/components/camera/standard_system/
H A Dcamera.cpp52 constexpr int32_t MAX_DURATION = 36000; member
153 if ((ret = recorder->SetMaxDuration(MAX_DURATION)) != ERR_OK) { // 36000s=10h in CreateRecorder()
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_ble.cpp752 const uint32_t MAX_DURATION = 65535; in IsValidAdvertiserDuration() local
753 if (duration < MIN_DURATION || duration > MAX_DURATION) { in IsValidAdvertiserDuration()
/foundation/systemabilitymgr/samgr/services/samgr/native/source/schedule/
H A Dsystem_ability_state_scheduler.cpp42 constexpr int32_t MAX_DURATION = 10 * 60 * 1000; // ms member
188 if (end - begin <= MAX_DURATION) { in UpdateLimitDelayUnloadTime()
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_state_scheduler_test.cpp44 constexpr int32_t MAX_DURATION = 11 * 60 * 1000; // ms member
1653 abilityContext->lastStartTime = GetTickCount() - MAX_DURATION; in HWTEST_F()
/foundation/multimedia/player_framework/services/engine/histreamer/recorder/
H A Dhirecorder_impl.cpp824 case RecorderPublicParamType::MAX_DURATION: { in ConfigureMuxer()

Completed in 12 milliseconds