Lines Matching defs:C2SoftMpeg2Dec
94 struct C2SoftMpeg2Dec : public SimpleC2Component { struct
97 C2SoftMpeg2Dec(const char* name, c2_node_id_t id, argument
144 enum {
150 std::shared_ptr<IntfImpl> mIntf;
151 iv_obj_t *mDecHandle;
152 iv_mem_rec_t *mMemRecords;
153 size_t mNumMemRecords;
154 std::shared_ptr<C2GraphicBlock> mOutBlock;
155 uint8_t *mOutBufferDrain;
157 size_t mNumCores;
158 IV_COLOR_FORMAT_T mIvColorformat;
160 uint32_t mWidth;
161 uint32_t mHeight;
162 uint32_t mStride;
163 bool mSignalledOutputEos;
164 bool mSignalledError;
165 std::atomic_uint64_t mOutIndex;
192 C2_DO_NOT_COPY(C2SoftMpeg2Dec); argument