Home
last modified time | relevance | path

Searched refs:frame_out (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/
Dvpxdec.c623 void show_progress(int frame_in, int frame_out, unsigned long dx_time) in show_progress() argument
626 frame_in, frame_out, dx_time, in show_progress()
627 (float)frame_out * 1000000.0 / (float)dx_time); in show_progress()
703 …int frame_in = 0, frame_out = 0, flipuv = 0, noblit = 0, do_md5 = 0, progress =… in main() local
1041 ++frame_out; in main()
1044 show_progress(frame_in, frame_out, dx_time); in main()
1101 show_progress(frame_in, frame_out, dx_time); in main()
/external/chromium/webkit/glue/media/
Dweb_video_renderer.h44 virtual void GetCurrentFrame(scoped_refptr<media::VideoFrame>* frame_out) {} in GetCurrentFrame() argument
Dvideo_renderer_impl.h34 virtual void GetCurrentFrame(scoped_refptr<media::VideoFrame>* frame_out);
Dvideo_renderer_impl.cc84 scoped_refptr<media::VideoFrame>* frame_out) { in GetCurrentFrame() argument
85 VideoRendererBase::GetCurrentFrame(frame_out); in GetCurrentFrame()
/external/chromium/webkit/glue/
Dwebmediaplayer_impl.h108 void GetCurrentFrame(scoped_refptr<media::VideoFrame>* frame_out);
Dwebmediaplayer_impl.cc258 scoped_refptr<media::VideoFrame>* frame_out) { in GetCurrentFrame() argument
260 video_renderer_->GetCurrentFrame(frame_out); in GetCurrentFrame()
/external/qemu/hw/
Dbt-l2cap.c34 uint8_t frame_out[65535 + L2CAP_HDR_SIZE] __attribute__ ((aligned (4))); member
1103 l2cap_hdr *hdr = (void *) l2cap->frame_out; in l2cap_pdu_out()
1110 return l2cap->frame_out + L2CAP_HDR_SIZE; in l2cap_pdu_out()
1118 (l2cap->link, l2cap->frame_out, 1, l2cap->frame_out_len); in l2cap_pdu_submit()