Searched refs:AsyncMode (Results 1 – 3 of 3) sorted by relevance
33 AsyncMode::AsyncMode(std::string name) : CodecMode(std::move(name)) in AsyncMode() function in OHOS::Media::Pipeline::AsyncMode39 AsyncMode::~AsyncMode() in ~AsyncMode()44 ErrorCode AsyncMode::Release() in Release()84 ErrorCode AsyncMode::Configure() in Configure()121 ErrorCode AsyncMode::Stop() in Stop()154 void AsyncMode::FlushStart() in FlushStart()184 void AsyncMode::FlushEnd() in FlushEnd()211 ErrorCode AsyncMode::HandleFrame() in HandleFrame()241 ErrorCode AsyncMode::DecodeFrame() in DecodeFrame()263 ErrorCode AsyncMode::FinishFrame() in FinishFrame()[all …]
30 class AsyncMode : public CodecMode {32 explicit AsyncMode(std::string name);33 ~AsyncMode() override;
35 … return std::make_shared<AudioDecoderFilter>(name, std::make_shared<AsyncMode>("audioDec")); in CreateCodecFilter()40 … return std::make_shared<VideoDecoderFilter>(name, std::make_shared<AsyncMode>("videoDec")); in CreateCodecFilter()