Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/codecs/omx/plugin/include/
DSimpleGoldfishOMXComponent.h39 struct SimpleGoldfishOMXComponent : public GoldfishOMXComponent { struct
51 struct BufferInfo {
57 struct PortInfo {
69 enum {
104 sp<AHandlerReflector<SimpleGoldfishOMXComponent> > mHandler; argument
106 OMX_STATETYPE mState;
107 OMX_STATETYPE mTargetState;
109 Vector<PortInfo> mPorts;
110 std::atomic_bool mFrameConfig;
/device/generic/goldfish-opengl/system/codecs/omx/plugin/
DSimpleGoldfishOMXComponent.cpp28 SimpleGoldfishOMXComponent::SimpleGoldfishOMXComponent( in SimpleGoldfishOMXComponent() function in android::SimpleGoldfishOMXComponent