HomeSort by relevance Sort by last modified time
    Searched refs:VideoFrame (Results 201 - 225 of 259) sorted by null

1 2 3 4 5 6 7 891011

  /external/chromium_org/media/cast/
cast_sender_impl.cc 28 const scoped_refptr<media::VideoFrame>& video_frame,
  /external/chromium_org/media/cast/video_receiver/
video_receiver_unittest.cc 33 void DecodeComplete(const scoped_refptr<media::VideoFrame>& video_frame,
  /external/chromium_org/media/cdm/ppapi/
clear_key_cdm.h 59 cdm::VideoFrame* video_frame) OVERRIDE;
cdm_wrapper.h 75 cdm::VideoFrame* video_frame) = 0;
199 cdm::VideoFrame* video_frame) OVERRIDE {
  /external/chromium_org/media/filters/
fake_demuxer_stream.cc 119 kCodecVP8, VIDEO_CODEC_PROFILE_UNKNOWN, VideoFrame::YV12,
pipeline_integration_test_base.cc 35 last_video_frame_format_(VideoFrame::UNKNOWN) {
295 const scoped_refptr<VideoFrame>& frame) {
video_frame_stream_unittest.cc 121 const scoped_refptr<VideoFrame>& frame) {
324 scoped_refptr<VideoFrame> frame_read_;
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
main_wnd.h 40 #include "talk/media/base/videoframe.h"
137 virtual void RenderFrame(const cricket::VideoFrame* frame);
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
carbonvideorenderer.cc 32 #include "talk/media/base/videoframe.h"
123 bool CarbonVideoRenderer::RenderFrame(const VideoFrame* frame) {
  /frameworks/av/media/libstagefright/
StagefrightMediaScanner.cpp 28 #include <private/media/VideoFrame.h>
  /external/chromium_org/content/browser/renderer_host/media/
desktop_capture_device_unittest.cc 44 scoped_refptr<Buffer>(media::VideoFrame::Format format,
55 media::VideoFrame::Format format,
video_capture_host_unittest.cc 64 expected_size_ = media::VideoFrame::AllocationSize(
65 media::VideoFrame::I420, gfx::Size(width, height));
  /external/chromium_org/media/tools/player_x11/
player_x11.cc 84 typedef base::Callback<void(media::VideoFrame*)> PaintCB;
86 const scoped_refptr<media::VideoFrame>& video_frame) {
  /external/chromium_org/content/renderer/pepper/
content_decryptor_delegate.cc 178 media::VideoFrame::Format format) {
180 case media::VideoFrame::YV12:
182 case media::VideoFrame::I420:
758 // ContentDecryptorDelegate is destroyed before VideoFrame calls this callback,
832 scoped_refptr<media::VideoFrame> decoded_frame =
833 media::VideoFrame::WrapExternalYuvData(
834 media::VideoFrame::YV12,
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videoframe_unittest.h 44 #include "talk/media/base/videoframe.h"
154 const cricket::VideoFrame& frame) {
158 size_t out_size = cricket::VideoFrame::SizeOf(frame.GetWidth(),
250 // Simple conversion routines to verify the optimized VideoFrame routines.
378 static bool IsNull(const cricket::VideoFrame& frame) {
382 static bool IsSize(const cricket::VideoFrame& frame,
414 static bool IsEqual(const cricket::VideoFrame& frame,
435 static bool IsEqual(const cricket::VideoFrame& frame1,
436 const cricket::VideoFrame& frame2,
448 static bool IsEqualWithCrop(const cricket::VideoFrame& frame1
    [all...]
videocapturer.cc 479 VideoFrame* adapted_frame = &i420_frame;
481 VideoFrame* out_frame = NULL;
627 bool VideoCapturer::ApplyProcessors(VideoFrame* video_frame) {
testutils.cc 40 #include "talk/media/base/videoframe.h"
307 bool VideoFrameEqual(const VideoFrame* frame0, const VideoFrame* frame1) {
  /external/chromium_org/content/common/gpu/
gpu_messages.h 238 IPC_ENUM_TRAITS(media::VideoFrame::Format)
753 media::VideoFrame::Format /* input_format */,
    [all...]
  /external/chromium_org/content/common/gpu/media/
exynos_video_encode_accelerator.cc 136 media::VideoFrame::Format input_format,
159 case media::VideoFrame::I420:
288 const scoped_refptr<media::VideoFrame>& frame,
396 const scoped_refptr<media::VideoFrame>& frame, bool force_keyframe) {
785 scoped_refptr<media::VideoFrame> frame = encoder_input_queue_.front();
803 frame->data(media::VideoFrame::kYPlane));
807 frame->data(media::VideoFrame::kUPlane));
811 frame->data(media::VideoFrame::kVPlane));
    [all...]
  /external/chromium_org/media/video/capture/
video_capture_device_unittest.cc 67 scoped_refptr<Buffer>(media::VideoFrame::Format format,
88 media::VideoFrame::Format format,
  /external/chromium/webkit/glue/
webmediaplayer_impl.cc 258 scoped_refptr<media::VideoFrame>* frame_out) {
264 scoped_refptr<media::VideoFrame> frame) {
746 scoped_refptr<media::VideoFrame> video_frame;
756 scoped_refptr<media::VideoFrame> video_frame(
  /external/chromium_org/chrome/renderer/media/
cast_rtp_stream.cc 124 const scoped_refptr<media::VideoFrame>& frame) OVERRIDE {
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_gtk.h 110 const scoped_refptr<media::VideoFrame>& target,
render_widget_host_view_guest.h 115 const scoped_refptr<media::VideoFrame>& target,
  /external/chromium_org/content/renderer/media/
rtc_video_decoder.cc 383 // Create a media::VideoFrame.
388 scoped_refptr<media::VideoFrame> frame =
410 scoped_refptr<media::VideoFrame> RTCVideoDecoder::CreateVideoFrame(
423 return media::VideoFrame::WrapNativeTexture(
424 make_scoped_ptr(new media::VideoFrame::MailboxHolder(

Completed in 478 milliseconds

1 2 3 4 5 6 7 891011