Home
last modified time | relevance | path

Searched refs:SendInputBufferLoop (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.h65 void SendInputBufferLoop(const std::vector<std::vector<uint8_t>>& inputs);
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/
H A Dheif_hw_decoder.cpp334 thread inputThread(&HeifHardwareDecoder::SendInputBufferLoop, this, inputs); in DoDecode()
485 void HeifHardwareDecoder::SendInputBufferLoop(const vector<vector<uint8_t>>& inputs) in SendInputBufferLoop() function in OHOS::ImagePlugin::HeifHardwareDecoder