Home
last modified time | relevance | path

Searched refs:VideoLayerImpl (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/cc/layers/
Dvideo_layer_impl.cc28 scoped_ptr<VideoLayerImpl> VideoLayerImpl::Create( in Create()
33 scoped_ptr<VideoLayerImpl> layer( in Create()
34 new VideoLayerImpl(tree_impl, id, video_rotation)); in Create()
41 VideoLayerImpl::VideoLayerImpl(LayerTreeImpl* tree_impl, in VideoLayerImpl() function in cc::VideoLayerImpl
47 VideoLayerImpl::~VideoLayerImpl() { in ~VideoLayerImpl()
60 scoped_ptr<LayerImpl> VideoLayerImpl::CreateLayerImpl( in CreateLayerImpl()
62 VideoLayerImpl* impl = new VideoLayerImpl(tree_impl, id(), video_rotation_); in CreateLayerImpl()
66 void VideoLayerImpl::PushPropertiesTo(LayerImpl* layer) { in PushPropertiesTo()
69 VideoLayerImpl* other = static_cast<VideoLayerImpl*>(layer); in PushPropertiesTo()
73 void VideoLayerImpl::DidBecomeActive() { in DidBecomeActive()
[all …]
Dvideo_layer_impl_unittest.cc36 VideoLayerImpl* video_layer_impl = in TEST()
37 impl.AddChildToRoot<VideoLayerImpl>(&provider, media::VIDEO_ROTATION_0); in TEST()
82 VideoLayerImpl* video_layer_impl = in TEST()
83 impl.AddChildToRoot<VideoLayerImpl>(&provider, media::VIDEO_ROTATION_0); in TEST()
110 VideoLayerImpl* video_layer_impl = in TEST()
111 impl.AddChildToRoot<VideoLayerImpl>(&provider, media::VIDEO_ROTATION_0); in TEST()
146 VideoLayerImpl* video_layer_impl = in TEST()
147 impl.AddChildToRoot<VideoLayerImpl>(&provider, media::VIDEO_ROTATION_90); in TEST()
182 VideoLayerImpl* video_layer_impl = in TEST()
183 impl.AddChildToRoot<VideoLayerImpl>(&provider, media::VIDEO_ROTATION_180); in TEST()
[all …]
Dvideo_layer_impl.h24 class CC_EXPORT VideoLayerImpl : public LayerImpl {
26 static scoped_ptr<VideoLayerImpl> Create(LayerTreeImpl* tree_impl,
30 virtual ~VideoLayerImpl();
53 VideoLayerImpl(LayerTreeImpl* tree_impl,
75 DISALLOW_COPY_AND_ASSIGN(VideoLayerImpl);
Dvideo_frame_provider_client_impl.h16 class VideoLayerImpl; variable
25 VideoLayerImpl* active_video_layer() { return active_video_layer_; } in active_video_layer()
26 void set_active_video_layer(VideoLayerImpl* video_layer) { in set_active_video_layer()
51 VideoLayerImpl* active_video_layer_;
Dvideo_layer.cc26 scoped_ptr<VideoLayerImpl> impl = in CreateLayerImpl()
27 VideoLayerImpl::Create(tree_impl, id(), provider_, video_rotation_); in CreateLayerImpl()
Dvideo_layer.h18 class VideoLayerImpl; variable
/external/chromium_org/cc/trees/
Dlayer_tree_host_unittest_video.cc74 VideoLayerImpl* video = static_cast<VideoLayerImpl*>( in DrawLayersOnThread()
Dlayer_tree_host_impl_unittest.cc4853 scoped_ptr<VideoLayerImpl> video_layer = VideoLayerImpl::Create( in TEST_F()
5899 scoped_ptr<VideoLayerImpl> video_layer = VideoLayerImpl::Create( in TEST_F()
/external/chromium_org/content/common/
Dcc_messages_unittest.cc42 using cc::VideoLayerImpl;
/external/chromium_org/tools/valgrind/drmemory/
Dsuppressions_full.txt1738 cc.dll!cc::VideoLayerImpl::WillDraw