Searched refs:OnBitRateCollectedCb (Results 1 - 5 of 5) sorted by relevance
/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
|
/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 | 693 [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 D | native_avplayer.cpp | 299 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