Home
last modified time | relevance | path

Searched refs:DecodeFrame (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/codec/
H A Dasync_mode.h54 ErrorCode DecodeFrame();
H A Dasync_mode.cpp241 ErrorCode AsyncMode::DecodeFrame() in DecodeFrame() function in OHOS::Media::Pipeline::AsyncMode
335 decodeFrameTask_->RegisterHandler([this] { (void)DecodeFrame(); }); in Prepare()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Danimated_image.cpp153 self->DecodeFrame(idx); in RenderFrame()
159 void AnimatedImage::DecodeFrame(uint32_t idx) in DecodeFrame() function in OHOS::Ace::NG::AnimatedImage
H A Danimated_image.h101 void DecodeFrame(uint32_t idx);