Home
last modified time | relevance | path

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

/ohos5.0/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
/ohos5.0/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.cpp648 … [this](const int32_t extra, const Format &infoBody) { OnBitRateCollectedCb(extra, infoBody); } }, in AVPlayerCallback()
1106 void AVPlayerCallback::OnBitRateCollectedCb(const int32_t extra, const Format &infoBody) in OnBitRateCollectedCb() function in OHOS::Media::AVPlayerCallback
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/capi/player/
H A Dnative_avplayer.cpp247 void OnBitRateCollectedCb(const int32_t extra, const Format &infoBody);
308 … [this](const int32_t extra, const Format &infoBody) { OnBitRateCollectedCb(extra, infoBody); } }, in NativeAVPlayerCallback()
682 void NativeAVPlayerCallback::OnBitRateCollectedCb(const int32_t extra, const Format &infoBody) in OnBitRateCollectedCb() function in NativeAVPlayerCallback