Searched defs:SoftAVC (Results 1 – 4 of 4) sorted by relevance
44 struct SoftAVC : public SoftVideoDecoderOMXComponent { struct57 enum {61 iv_obj_t *mCodecCtx; // Codec context69 uint8_t *mFlushOutBuffer;72 bool mTimeStampsValid[MAX_TIME_STAMPS];76 OMX_S64 mTimeStamps[MAX_TIME_STAMPS];79 char mInFile[200];85 bool mIsInFlush; // codec is flush mode90 bool mChangingResolution;91 bool mFlushNeeded;[all …]
62 SoftAVC::SoftAVC( in SoftAVC() function in android::SoftAVC
142 enum {146 enum {153 typedef struct {156 } InputBufferInfo;158 int32_t mStride;163 int mUpdateFlag;166 char mInFile[200];167 char mOutFile[200];174 bool mStarted;198 UWORD32 mBframes;[all …]
127 SoftAVC::SoftAVC( in SoftAVC() function in android::SoftAVC