HomeSort by relevance Sort by last modified time
    Searched defs:VideoLayerAndroid (Results 1 - 2 of 2) 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...]

Completed in 123 milliseconds