Searched defs:SoftAVC (Results 1 – 4 of 4) sorted by relevance
44 struct SoftAVC : public SoftVideoDecoderOMXComponent { struct57 enum {61 iv_obj_t *mCodecCtx; // Codec context63 size_t mNumCores; // Number of cores to be uesd by the codec65 nsecs_t mTimeStart; // Time at the start of decode()66 nsecs_t mTimeEnd; // Time at the end of decode()69 uint8_t *mFlushOutBuffer;72 bool mTimeStampsValid[MAX_TIME_STAMPS];76 OMX_S64 mTimeStamps[MAX_TIME_STAMPS];79 char mInFile[200];[all …]
62 SoftAVC::SoftAVC( in SoftAVC() function in android::SoftAVC
120 struct SoftAVC : public SoftVideoEncoderOMXComponent { struct142 enum {146 enum {153 typedef struct {156 } InputBufferInfo;158 int32_t mStride;160 struct timeval mTimeStart; // Time at the start of decode()161 struct timeval mTimeEnd; // Time at the end of decode()163 int mUpdateFlag;166 char mInFile[200];[all …]
127 SoftAVC::SoftAVC( in SoftAVC() function in android::SoftAVC