/external/chromium_org/cc/layers/ |
D | video_layer.cc | 13 media::VideoRotation video_rotation) { in Create() argument 14 return make_scoped_refptr(new VideoLayer(provider, video_rotation)); in Create() 18 media::VideoRotation video_rotation) in VideoLayer() argument 19 : provider_(provider), video_rotation_(video_rotation) { in VideoLayer()
|
D | video_layer_impl.h | 29 media::VideoRotation video_rotation); 50 media::VideoRotation video_rotation() const { return video_rotation_; } in video_rotation() function 55 media::VideoRotation video_rotation);
|
D | video_layer.h | 24 media::VideoRotation video_rotation); 33 VideoLayer(VideoFrameProvider* provider, media::VideoRotation video_rotation);
|
D | video_layer_impl.cc | 32 media::VideoRotation video_rotation) { in Create() argument 34 new VideoLayerImpl(tree_impl, id, video_rotation)); in Create() 43 media::VideoRotation video_rotation) in VideoLayerImpl() argument 44 : LayerImpl(tree_impl, id), frame_(NULL), video_rotation_(video_rotation) { in VideoLayerImpl()
|
/external/chromium_org/media/filters/ |
D | skcanvas_video_renderer.h | 39 VideoRotation video_rotation);
|
D | skcanvas_video_renderer_unittest.cc | 62 VideoRotation video_rotation); 218 VideoRotation video_rotation) { in PaintRotated() argument 233 video_frame, canvas, kNaturalRect, 0xFF, mode, video_rotation); in PaintRotated()
|
D | fake_demuxer_stream.h | 36 virtual VideoRotation video_rotation() OVERRIDE;
|
D | skcanvas_video_renderer.cc | 302 VideoRotation video_rotation) { in Paint() argument 333 switch (video_rotation) { in Paint() 353 if (video_rotation != VIDEO_ROTATION_0) in Paint()
|
D | decrypting_demuxer_stream.h | 54 virtual VideoRotation video_rotation() OVERRIDE;
|
D | ffmpeg_demuxer_unittest.cc | 919 ASSERT_EQ(VIDEO_ROTATION_0, stream->video_rotation()); in TEST_F() 928 ASSERT_EQ(VIDEO_ROTATION_90, stream->video_rotation()); in TEST_F() 937 ASSERT_EQ(VIDEO_ROTATION_180, stream->video_rotation()); in TEST_F() 946 ASSERT_EQ(VIDEO_ROTATION_270, stream->video_rotation()); in TEST_F()
|
D | fake_demuxer_stream.cc | 96 VideoRotation FakeDemuxerStream::video_rotation() { in video_rotation() function in media::FakeDemuxerStream
|
D | ffmpeg_demuxer.h | 95 virtual VideoRotation video_rotation() OVERRIDE;
|
D | chunk_demuxer.h | 88 virtual VideoRotation video_rotation() OVERRIDE;
|
/external/chromium_org/media/base/ |
D | pipeline.h | 39 : has_audio(false), has_video(false), video_rotation(VIDEO_ROTATION_0) {} in PipelineMetadata() 44 VideoRotation video_rotation; member
|
D | demuxer_stream.h | 84 virtual VideoRotation video_rotation() = 0;
|
D | fake_text_track_stream.h | 27 virtual VideoRotation video_rotation() OVERRIDE;
|
D | mock_filters.cc | 51 VideoRotation MockDemuxerStream::video_rotation() { in video_rotation() function in media::MockDemuxerStream
|
D | fake_text_track_stream.cc | 41 VideoRotation FakeTextTrackStream::video_rotation() { in video_rotation() function in media::FakeTextTrackStream
|
D | mock_filters.h | 66 virtual VideoRotation video_rotation() OVERRIDE;
|
/external/chromium_org/media/mojo/services/ |
D | mojo_demuxer_stream_adapter.h | 41 virtual VideoRotation video_rotation() OVERRIDE;
|
D | mojo_demuxer_stream_adapter.cc | 56 VideoRotation MojoDemuxerStreamAdapter::video_rotation() { in video_rotation() function in media::MojoDemuxerStreamAdapter
|
D | renderer_unittest.cc | 95 virtual media::VideoRotation video_rotation() OVERRIDE { in video_rotation() function in __anond49213320111::FakeDemuxerStream
|
/external/chromium_org/media/blink/ |
D | webmediaplayer_impl.cc | 536 pipeline_metadata_.video_rotation); in paint() 741 metadata.video_rotation, in OnPipelineMetadata() 748 cc::VideoLayer::Create(compositor_, pipeline_metadata_.video_rotation); in OnPipelineMetadata() 750 if (pipeline_metadata_.video_rotation == VIDEO_ROTATION_90 || in OnPipelineMetadata() 751 pipeline_metadata_.video_rotation == VIDEO_ROTATION_270) { in OnPipelineMetadata()
|
/external/chromium_org/cc/trees/ |
D | layer_tree_host_unittest_video.cc | 77 EXPECT_EQ(media::VIDEO_ROTATION_90, video->video_rotation()); in DrawLayersOnThread()
|
/external/chromium_org/chromecast/media/cma/filters/ |
D | demuxer_stream_adapter_unittest.cc | 52 virtual ::media::VideoRotation video_rotation() OVERRIDE; 138 ::media::VideoRotation DummyDemuxerStream::video_rotation() { in video_rotation() function in chromecast::media::__anonc69367490111::DummyDemuxerStream
|