Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/include/
DSimpleSoftOMXComponent.h32 struct SimpleSoftOMXComponent : public SoftOMXComponent { struct
44 struct BufferInfo {
49 struct PortInfo {
61 enum {
93 sp<AHandlerReflector<SimpleSoftOMXComponent> > mHandler; argument
95 OMX_STATETYPE mState;
96 OMX_STATETYPE mTargetState;
98 Vector<PortInfo> mPorts;
/frameworks/av/media/libstagefright/omx/
DSimpleSoftOMXComponent.cpp29 SimpleSoftOMXComponent::SimpleSoftOMXComponent( in SimpleSoftOMXComponent() function in android::SimpleSoftOMXComponent