Searched refs:NotifyVideoSize (Results 1 – 4 of 4) sorted by relevance
35 virtual void NotifyVideoSize(int32_t width, int32_t height) = 0;
332 void NotifyVideoSize(int32_t width, int32_t height) override;
1060 listener_->NotifyVideoSize(width, height); in OnVideoSizeChangedCb()
2862 void AVPlayerNapi::NotifyVideoSize(int32_t width, int32_t height) in NotifyVideoSize() function in OHOS::Media::AVPlayerNapi