Home
last modified time | relevance | path

Searched refs:AbsImageDecoder (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dauxiliary_generator.h38 … AuxiliaryPictureType type, std::unique_ptr<AbsImageDecoder> &extDecoder, uint32_t &errorCode);
41 std::unique_ptr<AbsImageDecoder> &extDecoder, uint32_t &errorCode);
H A Dimage_source.h48 class AbsImageDecoder; variable
138 std::unique_ptr<ImagePlugin::AbsImageDecoder> decoder;
270 ImagePlugin::AbsImageDecoder *CreateDecoder(uint32_t &errorCode);
277 … uint32_t SetDecodeOptions(std::unique_ptr<ImagePlugin::AbsImageDecoder> &decoder, uint32_t index,
318 uint32_t SetGainMapDecodeOption(std::unique_ptr<ImagePlugin::AbsImageDecoder>& decoder,
351 std::unique_ptr<ImagePlugin::AbsImageDecoder>& decoder);
386 std::unique_ptr<ImagePlugin::AbsImageDecoder> mainDecoder_;
387 std::unique_ptr<ImagePlugin::AbsImageDecoder> jpegGainmapDecoder_;
/ohos5.0/foundation/multimedia/image_framework/plugins/manager/include/image/
H A Dabs_image_decoder.h123 class AbsImageDecoder {
129 AbsImageDecoder() = default;
131 virtual ~AbsImageDecoder() = default;
267 DECLARE_INTERFACE(OHOS::ImagePlugin::AbsImageDecoder, IMAGE_DECODER_IID)
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/picture/
H A Dauxiliary_generator.cpp66 static uint32_t SetAuxiliaryDecodeOption(std::unique_ptr<AbsImageDecoder> &decoder, PixelFormat mai… in SetAuxiliaryDecodeOption()
207 … std::unique_ptr<AbsImageDecoder> &decoder, const std::string &encodedFormat, uint32_t &errorCode) in CreatePixelMapByContext()
243 static uint32_t DecodeHdrMetadata(ImageHdrType hdrType, std::unique_ptr<AbsImageDecoder> &extDecode… in DecodeHdrMetadata()
257 static uint32_t DecodeHeifFragmentMetadata(std::unique_ptr<AbsImageDecoder> &extDecoder, in DecodeHeifFragmentMetadata()
350 std::unique_ptr<AbsImageDecoder> &extDecoder, uint32_t &errorCode) in GenerateAuxiliaryPicture()
398 AuxiliaryPictureType type, std::unique_ptr<AbsImageDecoder> &extDecoder, uint32_t &errorCode) in GenerateHeifAuxiliaryPicture()
425 std::unique_ptr<AbsImageDecoder> &extDecoder, uint32_t &errorCode) in GenerateJpegAuxiliaryPicture()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/librawplugin/include/
H A Draw_decoder.h24 class RawDecoder : public AbsImageDecoder, public OHOS::MultimediaPlugin::PluginClassBase {
75 std::unique_ptr<AbsImageDecoder> jpegDecoder_;
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/
H A Dmock_image_related_class.h27 class AbsImageDecoder {};
H A Dmock_image_source.cpp259 AbsImageDecoder *ImageSource::CreateDecoder(uint32_t &errorCode) in CreateDecoder()
264 uint32_t ImageSource::SetDecodeOptions(std::unique_ptr<AbsImageDecoder> &decoder, uint32_t index, in SetDecodeOptions()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/mock/
H A Dmock_abs_image_decoder.h25 class MockAbsImageDecoder : public AbsImageDecoder {
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libheifplugin/include/
H A Dheif_decoder.h27 class HeifDecoder : public AbsImageDecoder, public MultimediaPlugin::PluginClassBase {
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libbmpplugin/include/
H A Dbmp_decoder.h39 class BmpDecoder : public AbsImageDecoder, public OHOS::MultimediaPlugin::PluginClassBase {
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libsvgplugin/include/
H A Dsvg_decoder.h36 class SvgDecoder : public AbsImageDecoder, public OHOS::MultimediaPlugin::PluginClassBase {
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libwebpplugin/include/
H A Dwebp_decoder.h40 class WebpDecoder : public AbsImageDecoder, public OHOS::MultimediaPlugin::PluginClassBase {
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libgifplugin/include/
H A Dgif_decoder.h37 class GifDecoder : public AbsImageDecoder, public OHOS::MultimediaPlugin::PluginClassBase {
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/include/
H A Djpeg_decoder.h48 class JpegDecoder : public AbsImageDecoder, public OHOS::MultimediaPlugin::PluginClassBase {
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/include/
H A Dpng_decoder.h48 class PngDecoder : public AbsImageDecoder, public OHOS::MultimediaPlugin::PluginClassBase {
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp340 …pluginServer_.PluginServerGetClassInfo<AbsImageDecoder>(AbsImageDecoder::SERVICE_DEFAULT, classInf… in GetSupportedFormats()
568 static bool IsExtendedCodec(AbsImageDecoder *decoder) in IsExtendedCodec()
961 std::unique_ptr<ImagePlugin::AbsImageDecoder>& decoder) in SetPixelMapColorSpace()
2009 …auto decoder = pluginServer.CreateObject<AbsImageDecoder>(AbsImageDecoder::SERVICE_DEFAULT, capabi… in DoCreateDecoder()
2041 auto decoderPtr = unique_ptr<AbsImageDecoder>(codec); in GetFormatExtended()
2316 mainDecoder_ = std::unique_ptr<ImagePlugin::AbsImageDecoder>(CreateDecoder(result)); in InitMainDecoder()
2320 AbsImageDecoder *ImageSource::CreateDecoder(uint32_t &errorCode) in CreateDecoder()
2475 context.decoder = std::unique_ptr<ImagePlugin::AbsImageDecoder>(CreateDecoder(ret)); in AddIncrementalContext()
3421 static string GetExtendedCodecMimeType(AbsImageDecoder* decoder) in GetExtendedCodecMimeType()
3795 jpegGainmapDecoder_ = std::unique_ptr<AbsImageDecoder>( in DecodeJpegGainMap()
[all …]
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/
H A Dext_decoder.h36 class ExtDecoder : public AbsImageDecoder, public OHOS::MultimediaPlugin::PluginClassBase, NoCopyab…
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Draw_decoder_test.cpp575 std::unique_ptr<AbsImageDecoder> jpegDecoder_;
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libgifplugin/src/
H A Dgif_decoder.cpp798 return AbsImageDecoder::GetImagePropertyString(index, key, value); in GetImagePropertyString()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_test.cpp1444 …imageSource->mainDecoder_ = std::unique_ptr<ImagePlugin::AbsImageDecoder>(imageSource->CreateDecod…
2079 …std::unique_ptr<ImagePlugin::AbsImageDecoder> decoder = std::make_unique<ImagePlugin::MockAbsImage…