Home
last modified time | relevance | path

Searched defs:GoldfishVPX (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/
DGoldfishVPX.h40 struct GoldfishVPX : public GoldfishVideoDecoderOMXComponent { struct
68 enum {
72 enum {
75 } mMode;
77 RenderMode mRenderMode = RenderMode::RENDER_BY_GUEST_CPU;
78 bool mEnableAndroidNativeBuffers = false;
79 std::map<void*, sp<ANativeWindowBuffer>> mNWBuffers;
106 DISALLOW_EVIL_CONSTRUCTORS(GoldfishVPX); argument
DGoldfishVPX.cpp56 GoldfishVPX::GoldfishVPX(const char* name, in GoldfishVPX() function in android::GoldfishVPX