Home
last modified time | relevance | path

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

/foundation/multimedia/player_framework/frameworks/js/player/
H A Dvideo_callback_napi.h77 void OnVideoSizeChangedCb(const Format &infoBody);
H A Dvideo_callback_napi.cpp90 VideoCallbackNapi::OnVideoSizeChangedCb(infoBody); in OnInfo()
214 void VideoCallbackNapi::OnVideoSizeChangedCb(const Format &infoBody) in OnVideoSizeChangedCb() function in OHOS::Media::VideoCallbackNapi
218 MEDIA_LOGD("OnVideoSizeChangedCb is called, width = %{public}d, height = %{public}d", width_, height_); in OnVideoSizeChangedCb()
/foundation/multimedia/player_framework/frameworks/js/avplayer/
H A Davplayer_callback.h70 void OnVideoSizeChangedCb(const int32_t extra, const Format &infoBody);
H A Davplayer_callback.cpp689 [this](const int32_t extra, const Format &infoBody) { OnVideoSizeChangedCb(extra, infoBody); } }, in AVPlayerCallback()
1105 void AVPlayerCallback::OnVideoSizeChangedCb(const int32_t extra, const Format &infoBody) in OnVideoSizeChangedCb() function in OHOS::Media::AVPlayerCallback
/foundation/multimedia/player_framework/frameworks/native/capi/player/
H A Dnative_avplayer.cpp297 void OnVideoSizeChangedCb(const int32_t extra, const Format &infoBody);
356 [this](const int32_t extra, const Format &infoBody) { OnVideoSizeChangedCb(extra, infoBody); } }, in NativeAVPlayerCallback()
686 void NativeAVPlayerCallback::OnVideoSizeChangedCb(const int32_t extra, const Format &infoBody) in OnVideoSizeChangedCb() function in NativeAVPlayerCallback::NativeAVPlayerCallback
689 CHECK_AND_RETURN_LOG(isSourceLoaded_.load(), "OnVideoSizeChangedCb current source is unready"); in OnVideoSizeChangedCb()
697 CHECK_AND_RETURN_LOG(avFormat != nullptr, "OnVideoSizeChangedCb OH_AVFormat create failed"); in OnVideoSizeChangedCb()

Completed in 8 milliseconds