Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/avcdec/
DSoftAVCDec.h44 struct SoftAVC : public SoftVideoDecoderOMXComponent { struct
57 enum {
61 iv_obj_t *mCodecCtx; // Codec context
63 size_t mNumCores; // Number of cores to be uesd by the codec
65 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 …]
DSoftAVCDec.cpp62 SoftAVC::SoftAVC( in SoftAVC() function in android::SoftAVC
/frameworks/av/media/libstagefright/codecs/avcenc/
DSoftAVCEnc.h120 struct SoftAVC : public SoftVideoEncoderOMXComponent { struct
142 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 …]
DSoftAVCEnc.cpp127 SoftAVC::SoftAVC( in SoftAVC() function in android::SoftAVC