Searched defs:SimpleSoftOMXComponent (Results 1 – 2 of 2) sorted by relevance
39 struct SimpleSoftOMXComponent : public SoftOMXComponent { struct51 struct BufferInfo {57 struct PortInfo {69 enum {104 sp<AHandlerReflector<SimpleSoftOMXComponent> > mHandler; argument106 OMX_STATETYPE mState;107 OMX_STATETYPE mTargetState;109 Vector<PortInfo> mPorts;110 std::atomic_bool mFrameConfig;
28 SimpleSoftOMXComponent::SimpleSoftOMXComponent( in SimpleSoftOMXComponent() function in android::SimpleSoftOMXComponent