Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
DSimpleSoftOMXComponent.h37 struct SimpleSoftOMXComponent : public SoftOMXComponent { struct
49 struct BufferInfo {
54 struct PortInfo {
66 enum {
98 sp<AHandlerReflector<SimpleSoftOMXComponent> > mHandler; argument
100 OMX_STATETYPE mState;
101 OMX_STATETYPE mTargetState;
103 Vector<PortInfo> mPorts;
/frameworks/av/media/libstagefright/omx/
DSimpleSoftOMXComponent.cpp28 SimpleSoftOMXComponent::SimpleSoftOMXComponent( in SimpleSoftOMXComponent() function in android::SimpleSoftOMXComponent