Home
last modified time | relevance | path

Searched refs:AsyncMode (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/codec/
H A Dasync_mode.cpp33 AsyncMode::AsyncMode(std::string name) : CodecMode(std::move(name)) in AsyncMode() function in OHOS::Media::Pipeline::AsyncMode
39 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 …]
H A Dasync_mode.h30 class AsyncMode : public CodecMode {
32 explicit AsyncMode(std::string name);
33 ~AsyncMode() override;
H A Dcodec_filter_factory.cpp35 … 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()