HomeSort by relevance Sort by last modified time
    Searched refs:VideoLayerAndroid (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/android/layers/
VideoLayerAndroid.h 49 class VideoLayerAndroid : public LayerAndroid {
52 VideoLayerAndroid();
53 explicit VideoLayerAndroid(const VideoLayerAndroid& layer);
56 virtual LayerAndroid* copy() const { return new VideoLayerAndroid(*this); }
VideoLayerAndroid.cpp 26 #define LOG_TAG "VideoLayerAndroid"
30 #include "VideoLayerAndroid.h"
43 double VideoLayerAndroid::m_rotateDegree = 0;
45 VideoLayerAndroid::VideoLayerAndroid()
51 VideoLayerAndroid::VideoLayerAndroid(const VideoLayerAndroid& layer)
57 void VideoLayerAndroid::init()
65 void VideoLayerAndroid::setSurfaceTexture(sp<GLConsumer> texture
    [all...]
MediaPlayerPrivateAndroid.h 35 #include "VideoLayerAndroid.h"
137 VideoLayerAndroid* m_videoLayer;
  /external/webkit/Source/WebKit/android/WebCoreSupport/
MediaPlayerPrivateAndroid.cpp 36 #include "VideoLayerAndroid.h"
156 m_videoLayer(new VideoLayerAndroid())
655 VideoLayerAndroid* videoLayer =
656 static_cast<VideoLayerAndroid*>(layerImpl->findById(videoLayerId));
  /external/webkit/Source/WebCore/
Android.mk 675 platform/graphics/android/layers/VideoLayerAndroid.cpp \
    [all...]

Completed in 60 milliseconds