Home
last modified time | relevance | path

Searched defs:SoftMPEG2 (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/mpeg2dec/
DSoftMPEG2.h55 struct SoftMPEG2 : public SoftVideoDecoderOMXComponent { struct
70 enum {
74 iv_obj_t *mCodecCtx; // Codec context
75 iv_mem_rec_t *mMemRecords; // Memory records requested by the codec
76 size_t mNumMemRecords; // Number of memory records requested by the codec
78 size_t mNumCores; // Number of cores to be uesd by the codec
80 struct timeval mTimeStart; // Time at the start of decode()
81 struct timeval mTimeEnd; // Time at the end of decode()
84 uint8_t *mFlushOutBuffer;
87 bool mTimeStampsValid[MAX_TIME_STAMPS];
[all …]
DSoftMPEG2.cpp55 SoftMPEG2::SoftMPEG2( in SoftMPEG2() function in android::SoftMPEG2