Searched defs:SoftMPEG2 (Results 1 – 2 of 2) sorted by relevance
55 struct SoftMPEG2 : public SoftVideoDecoderOMXComponent { struct70 enum {74 iv_obj_t *mCodecCtx; // Codec context75 iv_mem_rec_t *mMemRecords; // Memory records requested by the codec76 size_t mNumMemRecords; // Number of memory records requested by the codec78 size_t mNumCores; // Number of cores to be uesd by the codec80 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 …]
55 SoftMPEG2::SoftMPEG2( in SoftMPEG2() function in android::SoftMPEG2