Searched defs:GoldfishVPX (Results 1 – 2 of 2) sorted by relevance
40 struct GoldfishVPX : public GoldfishVideoDecoderOMXComponent { struct68 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
56 GoldfishVPX::GoldfishVPX(const char* name, in GoldfishVPX() function in android::GoldfishVPX