Searched refs:video_rotation (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/cc/layers/
H A Dvideo_layer.cc13 media::VideoRotation video_rotation) {
14 return make_scoped_refptr(new VideoLayer(provider, video_rotation));
18 media::VideoRotation video_rotation)
19 : provider_(provider), video_rotation_(video_rotation) {
11 Create( VideoFrameProvider* provider, media::VideoRotation video_rotation) argument
17 VideoLayer(VideoFrameProvider* provider, media::VideoRotation video_rotation) argument
H A Dvideo_layer.h11 #include "media/base/video_rotation.h"
24 media::VideoRotation video_rotation);
33 VideoLayer(VideoFrameProvider* provider, media::VideoRotation video_rotation);
H A Dvideo_layer_impl.h14 #include "media/base/video_rotation.h"
29 media::VideoRotation video_rotation);
50 media::VideoRotation video_rotation() const { return video_rotation_; } function in class:cc::VideoLayerImpl
55 media::VideoRotation video_rotation);
H A Dvideo_layer_impl.cc32 media::VideoRotation video_rotation) {
34 new VideoLayerImpl(tree_impl, id, video_rotation));
43 media::VideoRotation video_rotation)
44 : LayerImpl(tree_impl, id), frame_(NULL), video_rotation_(video_rotation) {
28 Create( LayerTreeImpl* tree_impl, int id, VideoFrameProvider* provider, media::VideoRotation video_rotation) argument
41 VideoLayerImpl(LayerTreeImpl* tree_impl, int id, media::VideoRotation video_rotation) argument
/external/chromium_org/media/base/
H A Ddemuxer_stream.h11 #include "media/base/video_rotation.h"
84 virtual VideoRotation video_rotation() = 0;
H A Dfake_text_track_stream.h27 virtual VideoRotation video_rotation() OVERRIDE;
H A Dmock_filters.cc51 VideoRotation MockDemuxerStream::video_rotation() { function in class:media::MockDemuxerStream
H A Dpipeline.h20 #include "media/base/video_rotation.h"
39 : has_audio(false), has_video(false), video_rotation(VIDEO_ROTATION_0) {}
44 VideoRotation video_rotation; member in struct:media::PipelineMetadata
H A Dfake_text_track_stream.cc41 VideoRotation FakeTextTrackStream::video_rotation() { function in class:media::FakeTextTrackStream
H A Dmock_filters.h66 virtual VideoRotation video_rotation() OVERRIDE;
/external/chromium_org/media/filters/
H A Dskcanvas_video_renderer.h11 #include "media/base/video_rotation.h"
39 VideoRotation video_rotation);
H A Dfake_demuxer_stream.h36 virtual VideoRotation video_rotation() OVERRIDE;
H A Ddecrypting_demuxer_stream.h54 virtual VideoRotation video_rotation() OVERRIDE;
H A Dskcanvas_video_renderer.cc302 VideoRotation video_rotation) {
333 switch (video_rotation) {
353 if (video_rotation != VIDEO_ROTATION_0)
297 Paint(const scoped_refptr<VideoFrame>& video_frame, SkCanvas* canvas, const gfx::RectF& dest_rect, uint8 alpha, SkXfermode::Mode mode, VideoRotation video_rotation) argument
H A Dskcanvas_video_renderer_unittest.cc62 VideoRotation video_rotation);
218 VideoRotation video_rotation) {
233 video_frame, canvas, kNaturalRect, 0xFF, mode, video_rotation);
213 PaintRotated( const scoped_refptr<VideoFrame>& video_frame, SkCanvas* canvas, Color color, SkXfermode::Mode mode, VideoRotation video_rotation) argument
H A Dfake_demuxer_stream.cc96 VideoRotation FakeDemuxerStream::video_rotation() { function in class:media::FakeDemuxerStream
H A Dffmpeg_demuxer.h95 virtual VideoRotation video_rotation() OVERRIDE;
H A Dchunk_demuxer.h88 virtual VideoRotation video_rotation() OVERRIDE;
H A Dffmpeg_demuxer_unittest.cc919 ASSERT_EQ(VIDEO_ROTATION_0, stream->video_rotation());
928 ASSERT_EQ(VIDEO_ROTATION_90, stream->video_rotation());
937 ASSERT_EQ(VIDEO_ROTATION_180, stream->video_rotation());
946 ASSERT_EQ(VIDEO_ROTATION_270, stream->video_rotation());
/external/chromium_org/media/mojo/services/
H A Dmojo_demuxer_stream_adapter.h41 virtual VideoRotation video_rotation() OVERRIDE;
H A Dmojo_demuxer_stream_adapter.cc56 VideoRotation MojoDemuxerStreamAdapter::video_rotation() { function in class:media::MojoDemuxerStreamAdapter
H A Drenderer_unittest.cc95 virtual media::VideoRotation video_rotation() OVERRIDE {
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_unittest_video.cc77 EXPECT_EQ(media::VIDEO_ROTATION_90, video->video_rotation());
/external/chromium_org/chromecast/media/cma/filters/
H A Ddemuxer_stream_adapter_unittest.cc52 virtual ::media::VideoRotation video_rotation() OVERRIDE;
138 ::media::VideoRotation DummyDemuxerStream::video_rotation() { function in class:chromecast::media::__anon6064::DummyDemuxerStream
/external/chromium_org/media/blink/
H A Dwebmediaplayer_impl.cc536 pipeline_metadata_.video_rotation);
741 metadata.video_rotation,
748 cc::VideoLayer::Create(compositor_, pipeline_metadata_.video_rotation);
750 if (pipeline_metadata_.video_rotation == VIDEO_ROTATION_90 ||
751 pipeline_metadata_.video_rotation == VIDEO_ROTATION_270) {

Completed in 221 milliseconds

12