Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/av/media/codec2/components/mpeg2/
H A DC2SoftMpeg2Dec.h90 struct C2SoftMpeg2Dec : public SimpleC2Component { struct
93 C2SoftMpeg2Dec(const char* name, c2_node_id_t id, argument
140 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 …]
H A DC2SoftMpeg2Dec.cpp317 C2SoftMpeg2Dec::C2SoftMpeg2Dec( in C2SoftMpeg2Dec() function in android::C2SoftMpeg2Dec