Searched refs:OnVideoSizeChangedCb (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/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
|
/ohos5.0/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 | 644 … [this](const int32_t extra, const Format &infoBody) { OnVideoSizeChangedCb(extra, infoBody); } }, in AVPlayerCallback() 1048 void AVPlayerCallback::OnVideoSizeChangedCb(const int32_t extra, const Format &infoBody) in OnVideoSizeChangedCb() function in OHOS::Media::AVPlayerCallback
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/capi/player/ |
H A D | native_avplayer.cpp | 245 void OnVideoSizeChangedCb(const int32_t extra, const Format &infoBody); 304 … [this](const int32_t extra, const Format &infoBody) { OnVideoSizeChangedCb(extra, infoBody); } }, in NativeAVPlayerCallback() 632 void NativeAVPlayerCallback::OnVideoSizeChangedCb(const int32_t extra, const Format &infoBody) in OnVideoSizeChangedCb() function in NativeAVPlayerCallback
|