Home
last modified time | relevance | path

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

/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.h328 void NotifyVideoSize(int32_t width, int32_t height) override;
H A Davplayer_callback.cpp1116 listener_->NotifyVideoSize(width, height); in OnVideoSizeChangedCb()
H A Davplayer_napi.cpp2860 void AVPlayerNapi::NotifyVideoSize(int32_t width, int32_t height) in NotifyVideoSize() function in OHOS::Media::AVPlayerNapi

Completed in 9 milliseconds