Home
last modified time | relevance | path

Searched refs:MIN_NOTIFY_INTERVAL_MS (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/
H A Dliteplayer_define.h41 static const uint32_t MIN_NOTIFY_INTERVAL_MS = 50; variable
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/
H A Dplayer_impl.cpp837 if (createParam.u32PlayPosNotifyIntervalMs < MIN_NOTIFY_INTERVAL_MS in CreatePlayerParamCheck()
839 MEDIA_ERR_LOG("notify interval small than min value %d", MIN_NOTIFY_INTERVAL_MS); in CreatePlayerParamCheck()