Home
last modified time | relevance | path

Searched refs:OnBitRateCollectedCb (Results 1 - 5 of 5) sorted by relevance

/foundation/multimedia/player_framework/frameworks/js/player/
H A Dvideo_callback_napi.h82 void OnBitRateCollectedCb(const Format &infoBody) const;
H A Dvideo_callback_napi.cpp108 VideoCallbackNapi::OnBitRateCollectedCb(infoBody); in OnInfo()
307 void VideoCallbackNapi::OnBitRateCollectedCb(const Format &infoBody) const in OnBitRateCollectedCb() function in OHOS::Media::VideoCallbackNapi
/foundation/multimedia/player_framework/frameworks/js/avplayer/
H A Davplayer_callback.h73 void OnBitRateCollectedCb(const int32_t extra, const Format &infoBody);
H A Davplayer_callback.cpp693 [this](const int32_t extra, const Format &infoBody) { OnBitRateCollectedCb(extra, infoBody); } }, in AVPlayerCallback()
1162 void AVPlayerCallback::OnBitRateCollectedCb(const int32_t extra, const Format &infoBody) in OnBitRateCollectedCb() function in OHOS::Media::AVPlayerCallback
/foundation/multimedia/player_framework/frameworks/native/capi/player/
H A Dnative_avplayer.cpp299 void OnBitRateCollectedCb(const int32_t extra, const Format &infoBody);
360 [this](const int32_t extra, const Format &infoBody) { OnBitRateCollectedCb(extra, infoBody); } }, in NativeAVPlayerCallback()
736 void NativeAVPlayerCallback::OnBitRateCollectedCb(const int32_t extra, const Format &infoBody) in OnBitRateCollectedCb() function in NativeAVPlayerCallback::NativeAVPlayerCallback
739 CHECK_AND_RETURN_LOG(isSourceLoaded_.load(), "OnBitRateCollectedCb current source is unready"); in OnBitRateCollectedCb()
755 CHECK_AND_RETURN_LOG(avFormat != nullptr, "OnBitRateCollectedCb OH_AVFormat create failed"); in OnBitRateCollectedCb()

Completed in 7 milliseconds