Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/
H A Dheif_hw_decoder.h62 … bool WaitForOmxToReturnInputBuffer(uint32_t& bufferId, std::shared_ptr<ImageCodecBuffer>& buffer);
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/
H A Dheif_hw_decoder.cpp471 bool HeifHardwareDecoder::WaitForOmxToReturnInputBuffer(uint32_t& bufferId, shared_ptr<ImageCodecBu… in WaitForOmxToReturnInputBuffer() function in OHOS::ImagePlugin::HeifHardwareDecoder
494 if (!WaitForOmxToReturnInputBuffer(bufferId, buffer)) { in SendInputBufferLoop()