Searched defs:C2SoftMpeg2Dec (Results 1 – 2 of 2) sorted by relevance
90 struct C2SoftMpeg2Dec : public SimpleC2Component { struct93 C2SoftMpeg2Dec(const char* name, c2_node_id_t id, argument140 enum {146 std::shared_ptr<IntfImpl> mIntf;147 iv_obj_t *mDecHandle = nullptr;148 iv_mem_rec_t *mMemRecords = nullptr;149 size_t mNumMemRecords = 0;150 std::shared_ptr<C2GraphicBlock> mOutBlock;151 uint8_t *mOutBufferDrain = nullptr;153 size_t mNumCores = 1;[all …]
317 C2SoftMpeg2Dec::C2SoftMpeg2Dec( in C2SoftMpeg2Dec() function in android::C2SoftMpeg2Dec