Searched defs:C2SoftHevcDec (Results 1 – 2 of 2) sorted by relevance
47 struct C2SoftHevcDec : public SimpleC2Component { struct50 C2SoftHevcDec(const char* name, c2_node_id_t id, argument101 enum {107 std::shared_ptr<IntfImpl> mIntf;108 iv_obj_t *mDecHandle;109 std::shared_ptr<C2GraphicBlock> mOutBlock;110 uint8_t *mOutBufferFlush;112 size_t mNumCores;113 IV_COLOR_FORMAT_T mIvColorformat;114 uint32_t mOutputDelay;[all …]
328 C2SoftHevcDec::C2SoftHevcDec( in C2SoftHevcDec() function in android::C2SoftHevcDec