Home
last modified time | relevance | path

Searched refs:CheckBufferValidity (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/codec/
H A Dasync_mode.cpp246 if (CheckBufferValidity(newOutBuffer) == ErrorCode::SUCCESS) { in DecodeFrame()
354 if (CheckBufferValidity(buf) != ErrorCode::SUCCESS) { in QueueAllBufferInPoolToPluginLocked()
368 ErrorCode AsyncMode::CheckBufferValidity(std::shared_ptr<AVBuffer>& buffer) in CheckBufferValidity() function in OHOS::Media::Pipeline::AsyncMode
H A Dasync_mode.h60 ErrorCode CheckBufferValidity(std::shared_ptr<AVBuffer>& buffer);