Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/components/mpeg2/
H A DC2SoftMpeg2Dec.h144 enum {
151 iv_obj_t *mDecHandle;
153 size_t mNumMemRecords;
155 uint8_t *mOutBufferDrain;
157 size_t mNumCores;
160 uint32_t mWidth;
161 uint32_t mHeight;
162 uint32_t mStride;
163 bool mSignalledOutputEos;
164 bool mSignalledError;
[all …]
H A DC2SoftMpeg2Dec.cpp315 C2SoftMpeg2Dec::C2SoftMpeg2Dec( in C2SoftMpeg2Dec() function in android::C2SoftMpeg2Dec