Home
last modified time | relevance | path

Searched refs:WaitForOmxToReturnOutputBuffer (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.h66 …bool WaitForOmxToReturnOutputBuffer(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.cpp520 bool HeifHardwareDecoder::WaitForOmxToReturnOutputBuffer(uint32_t& bufferId, shared_ptr<ImageCodecB… in WaitForOmxToReturnOutputBuffer() function in OHOS::ImagePlugin::HeifHardwareDecoder
623 if (!WaitForOmxToReturnOutputBuffer(bufferId, buffer)) { in ReceiveOutputBufferLoop()