Home
last modified time | relevance | path

Searched refs:NotifyVideoSize (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avplayer/
H A Davplayer_callback.h35 virtual void NotifyVideoSize(int32_t width, int32_t height) = 0;
H A Davplayer_napi.h332 void NotifyVideoSize(int32_t width, int32_t height) override;
H A Davplayer_callback.cpp1060 listener_->NotifyVideoSize(width, height); in OnVideoSizeChangedCb()
H A Davplayer_napi.cpp2862 void AVPlayerNapi::NotifyVideoSize(int32_t width, int32_t height) in NotifyVideoSize() function in OHOS::Media::AVPlayerNapi