Home
last modified time | relevance | path

Searched defs:SoftAVC (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/av/media/libstagefright/codecs/avcdec/
H A DSoftAVCDec.h44 struct SoftAVC : public SoftVideoDecoderOMXComponent { struct
57 enum {
61 iv_obj_t *mCodecCtx; // Codec context
69 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 mode
90 bool mChangingResolution;
91 bool mFlushNeeded;
[all …]
H A DSoftAVCDec.cpp62 SoftAVC::SoftAVC( in SoftAVC() function in android::SoftAVC
/aosp12/frameworks/av/media/libstagefright/codecs/avcenc/
H A DSoftAVCEnc.h142 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 …]
H A DSoftAVCEnc.cpp127 SoftAVC::SoftAVC( in SoftAVC() function in android::SoftAVC