HomeSort by relevance Sort by last modified time
    Searched full:frame_out (Results 1 - 7 of 7) sorted by null

  /external/chromium/webkit/glue/media/
web_video_renderer.h 44 virtual void GetCurrentFrame(scoped_refptr<media::VideoFrame>* frame_out) {}
video_renderer_impl.h 34 virtual void GetCurrentFrame(scoped_refptr<media::VideoFrame>* frame_out);
video_renderer_impl.cc 84 scoped_refptr<media::VideoFrame>* frame_out) {
85 VideoRendererBase::GetCurrentFrame(frame_out);
  /external/libvpx/
vpxdec.c 623 void show_progress(int frame_in, int frame_out, unsigned long dx_time)
626 frame_in, frame_out, dx_time,
627 (float)frame_out * 1000000.0 / (float)dx_time);
703 int frame_in = 0, frame_out = 0, flipuv = 0, noblit = 0, do_md5 = 0, progress = 0; local
1041 ++frame_out;
1044 show_progress(frame_in, frame_out, dx_time);
1101 show_progress(frame_in, frame_out, dx_time);
    [all...]
  /external/chromium/webkit/glue/
webmediaplayer_impl.h 108 void GetCurrentFrame(scoped_refptr<media::VideoFrame>* frame_out);
webmediaplayer_impl.cc 258 scoped_refptr<media::VideoFrame>* frame_out) {
260 video_renderer_->GetCurrentFrame(frame_out);
  /external/qemu/hw/
bt-l2cap.c 34 uint8_t frame_out[65535 + L2CAP_HDR_SIZE] __attribute__ ((aligned (4))); member in struct:l2cap_instance_s
    [all...]

Completed in 526 milliseconds