Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/
H A Dheif_hw_decoder.cpp50 HeifHardwareDecoder::HeifDecoderCallback::HeifDecoderCallback(HeifHardwareDecoder* heifDecoder) in HeifDecoderCallback() function in OHOS::ImagePlugin::HeifHardwareDecoder::HeifDecoderCallback
54 void HeifHardwareDecoder::HeifDecoderCallback::OnError(ImageCodecError err) in OnError()
59 void HeifHardwareDecoder::HeifDecoderCallback::OnOutputFormatChanged(const Format &format) in OnOutputFormatChanged()
62 void HeifHardwareDecoder::HeifDecoderCallback::OnInputBufferAvailable(uint32_t index, in OnInputBufferAvailable()
70 void HeifHardwareDecoder::HeifDecoderCallback::OnOutputBufferAvailable(uint32_t index, in OnOutputBufferAvailable()
166 shared_ptr<HeifDecoderCallback> cb = make_shared<HeifDecoderCallback>(this); in SetCallbackForDecoder()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/
H A Dheif_hw_decoder.h37 class HeifDecoderCallback : public ImageCodecCallback {
39 HeifDecoderCallback(HeifHardwareDecoder* heifDecoder);