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.h39 struct SimpleSoftOMXComponent : public SoftOMXComponent { struct
51 struct BufferInfo {
57 struct PortInfo {
69 enum {
104 sp<AHandlerReflector<SimpleSoftOMXComponent> > mHandler; argument
106 OMX_STATETYPE mState;
107 OMX_STATETYPE mTargetState;
109 Vector<PortInfo> mPorts;
110 std::atomic_bool mFrameConfig;
/frameworks/av/media/libstagefright/omx/
DSimpleSoftOMXComponent.cpp28 SimpleSoftOMXComponent::SimpleSoftOMXComponent( in SimpleSoftOMXComponent() function in android::SimpleSoftOMXComponent