Searched refs:frame_out (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/content/common/ |
D | cc_messages_unittest.cc | 474 DelegatedFrameData frame_out; in TEST_F() local 477 &iter, &frame_out)); in TEST_F() 480 scoped_ptr<RenderPass> pass_out = frame_out.render_pass_list.take( in TEST_F() 481 frame_out.render_pass_list.begin()); in TEST_F() 595 DelegatedFrameData frame_out; in TEST_F() local 598 IPC::ParamTraits<DelegatedFrameData>::Read(&msg, &iter, &frame_out)); in TEST_F() 601 frame_out.render_pass_list.take(frame_out.render_pass_list.begin()); in TEST_F() 663 DelegatedFrameData frame_out; in TEST_F() local 666 &iter, &frame_out)); in TEST_F() 668 ASSERT_EQ(2u, frame_out.resource_list.size()); in TEST_F() [all …]
|
/external/libvpx/libvpx/ |
D | vpxdec.c | 578 void show_progress(int frame_in, int frame_out, unsigned long dx_time) { in show_progress() argument 580 frame_in, frame_out, dx_time, in show_progress() 581 (float)frame_out * 1000000.0 / (float)dx_time); in show_progress() 672 …int frame_in = 0, frame_out = 0, flipuv = 0, noblit = 0, do_md5 = 0, progress =… in main_loop() local 1011 ++frame_out; in main_loop() 1026 show_progress(frame_in, frame_out, dx_time); in main_loop() 1029 if (frame_out == 1 && img && use_y4m) { in main_loop() 1041 if (img && frame_out == 1) { in main_loop() 1117 show_progress(frame_in, frame_out, dx_time); in main_loop()
|
/external/chromium/webkit/glue/media/ |
D | web_video_renderer.h | 44 virtual void GetCurrentFrame(scoped_refptr<media::VideoFrame>* frame_out) {} in GetCurrentFrame() argument
|
D | video_renderer_impl.h | 34 virtual void GetCurrentFrame(scoped_refptr<media::VideoFrame>* frame_out);
|
D | video_renderer_impl.cc | 84 scoped_refptr<media::VideoFrame>* frame_out) { in GetCurrentFrame() argument 85 VideoRendererBase::GetCurrentFrame(frame_out); in GetCurrentFrame()
|
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
D | webrtcvideoengine.cc | 2917 const VideoFrame* frame_out = frame; in SendFrame() local 2921 send_channel->ProcessFrame(*frame_out, mute, processed_frame.use()); in SendFrame() 2923 frame_out = processed_frame.get(); in SendFrame() 2929 frame_i420.y_plane = const_cast<unsigned char*>(frame_out->GetYPlane()); in SendFrame() 2930 frame_i420.u_plane = const_cast<unsigned char*>(frame_out->GetUPlane()); in SendFrame() 2931 frame_i420.v_plane = const_cast<unsigned char*>(frame_out->GetVPlane()); in SendFrame() 2932 frame_i420.y_pitch = frame_out->GetYPitch(); in SendFrame() 2933 frame_i420.u_pitch = frame_out->GetUPitch(); in SendFrame() 2934 frame_i420.v_pitch = frame_out->GetVPitch(); in SendFrame() 2935 frame_i420.width = static_cast<uint16>(frame_out->GetWidth()); in SendFrame() [all …]
|
/external/chromium/webkit/glue/ |
D | webmediaplayer_impl.h | 108 void GetCurrentFrame(scoped_refptr<media::VideoFrame>* frame_out);
|
D | webmediaplayer_impl.cc | 258 scoped_refptr<media::VideoFrame>* frame_out) { in GetCurrentFrame() argument 260 video_renderer_->GetCurrentFrame(frame_out); in GetCurrentFrame()
|
/external/qemu/hw/ |
D | bt-l2cap.c | 34 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()
|