Lines Matching refs:UIVideo
21 UIVideo::UIVideo()
27 UIVideo::~UIVideo()
46 bool UIVideo::SetSrc(const char* source)
66 bool UIVideo::Prepare()
107 bool UIVideo::Play()
133 bool UIVideo::IsPlaying()
141 bool UIVideo::Pause()
164 bool UIVideo::Stop()
199 bool UIVideo::Rewind(int64_t mSeconds)
210 bool UIVideo::SetVolume(float leftVolume, float rightVolume)
230 bool UIVideo::IsSingleLooping()
238 bool UIVideo::GetCurrentTime(int64_t& time)
249 bool UIVideo::GetDuration(int64_t& durationMs)
260 void UIVideo::SetVideoPlayerListener(VideoPlayerListener* listener)
269 bool UIVideo::Reset()
299 bool UIVideo::EnableSingleLooping(bool loop)
310 void UIVideo::ShowController(bool show)
320 void UIVideo::InitVideo()
376 void UIVideo::InitControllerLabel()
424 void UIVideo::InitControllerButton()
466 void UIVideo::OnVideoComplete()
491 void UIVideo::InitControllerSlider()
516 void UIVideo::DeleteController()
558 bool UIVideo::OnClick(UIView& view, const ClickEvent& event)
601 bool UIVideo::OnPress(UIView& view, const PressEvent& event)
613 void UIVideo::OnChange(int32_t progress)
631 void UIVideo::SetSurfaceInfo()
675 bool UIVideo::GetTimerFromMSecond(int64_t currentTime, char* timer, int32_t len)
689 void UIVideo::SliderAnimatorCallback::Callback(UIView* view)