Searched refs:DecoderWrapper (Results 1 – 3 of 3) sorted by relevance
34 DecoderWrapper::DecoderWrapper() in DecoderWrapper() function in OHOS::AI::DecoderWrapper41 DecoderWrapper::~DecoderWrapper() in ~DecoderWrapper()46 int32_t DecoderWrapper::InitCodecAttr(const CoderConfig &input) in InitCodecAttr()74 int32_t DecoderWrapper::Initialize(const CoderConfig &input) in Initialize()88 int32_t DecoderWrapper::Start() in Start()105 int32_t DecoderWrapper::PushSourceStream(const CoderStream &stream) in PushSourceStream()129 int32_t DecoderWrapper::PullCodedStream(CoderStream &outStream) in PullCodedStream()165 int32_t DecoderWrapper::Stop() in Stop()
23 class DecoderWrapper : public CoderWrapper {25 DecoderWrapper();26 ~DecoderWrapper();
75 AIE_NEW(converter, DecoderWrapper); in InitAudioDecoder()