Searched refs:OnVideoSizeChangedCb (Results 1 - 5 of 5) sorted by relevance
/foundation/multimedia/player_framework/frameworks/js/player/ |
H A D | video_callback_napi.h | 77 void OnVideoSizeChangedCb(const Format &infoBody);
|
H A D | video_callback_napi.cpp | 90 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 D | avplayer_callback.h | 70 void OnVideoSizeChangedCb(const int32_t extra, const Format &infoBody);
|
H A D | avplayer_callback.cpp | 689 [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 D | native_avplayer.cpp | 297 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