Searched refs:deleter_AMediaFormat (Results 1 – 3 of 3) sorted by relevance
82 static inline void deleter_AMediaFormat(AMediaFormat *_a) { in deleter_AMediaFormat() function124 mParam = std::shared_ptr<AMediaFormat>(AMediaFormat_new(), deleter_AMediaFormat); in DynamicParam()
107 mFormat = std::shared_ptr<AMediaFormat>(format, deleter_AMediaFormat); in setDataSourceFd()189 AMediaCodec_getOutputFormat(mDec.get()), deleter_AMediaFormat); in run()
247 AMediaCodec_getOutputFormat(mEnc.get()), deleter_AMediaFormat); in run()266 std::shared_ptr<AMediaFormat> config(AMediaFormat_new(), deleter_AMediaFormat); in createMediaFormat()