Searched refs:OnBitRateCollectedCb (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/player/ |
H A D | video_callback_napi.h | 82 void OnBitRateCollectedCb(const Format &infoBody) const;
|
H A D | video_callback_napi.cpp | 108 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 D | avplayer_callback.h | 73 void OnBitRateCollectedCb(const int32_t extra, const Format &infoBody);
|
H A D | avplayer_callback.cpp | 648 … [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 D | native_avplayer.cpp | 247 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
|