Home
last modified time | relevance | path

Searched refs:CreateDecoder (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/base/sensors/miscdevice/utils/haptic_decoder/interface/
H A Dvibrator_decoder_creator.cpp33 IVibratorDecoder *VibratorDecoderCreator::CreateDecoder(const JsonParser &parser) in CreateDecoder() function in OHOS::Sensors::VibratorDecoderCreator
39 return factory.CreateDecoder(); in CreateDecoder()
43 return factory.CreateDecoder(); in CreateDecoder()
57 return creator.CreateDecoder(parser); in Create()
H A Di_vibrator_decoder_factory.h27 virtual IVibratorDecoder *CreateDecoder() = 0;
H A Dvibrator_decoder_creator.h31 IVibratorDecoder *CreateDecoder(const JsonParser &parser);
/ohos5.0/base/sensors/miscdevice/utils/haptic_decoder/he_json/src/
H A Dhe_vibrator_decoder_factory.cpp26 IVibratorDecoder *HEVibratorDecoderFactory::CreateDecoder() in CreateDecoder() function in OHOS::Sensors::HEVibratorDecoderFactory
/ohos5.0/base/sensors/miscdevice/utils/haptic_decoder/oh_json/src/
H A Ddefault_vibrator_decoder_factory.cpp27 IVibratorDecoder *DefaultVibratorDecoderFactory::CreateDecoder() in CreateDecoder() function in OHOS::Sensors::DefaultVibratorDecoderFactory
/ohos5.0/base/sensors/miscdevice/utils/haptic_decoder/he_json/include/
H A Dhe_vibrator_decoder_factory.h27 IVibratorDecoder *CreateDecoder() override;
/ohos5.0/base/sensors/miscdevice/utils/haptic_decoder/oh_json/include/
H A Ddefault_vibrator_decoder_factory.h27 IVibratorDecoder *CreateDecoder() override;
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imagepngplugin_fuzzer/src/
H A Dimage_png_plugin_fuzz.cpp80 auto pngDecoder = static_cast<PngDecoder*>(imageSource->CreateDecoder(errorCode)); in PngDecoderFuncTest001()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/include/
H A Djpeg_decoder.h83 void CreateDecoder();
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageplugin_fuzzer/src/
H A Dimage_plugin_fuzz.cpp98 auto svgDecoder = static_cast<SvgDecoder*>(imageSource->CreateDecoder(errorCode)); in SvgDecoderFuncTest001()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imagesource_fuzzer/src/
H A Dimage_source_fuzz.cpp58 imageSource->CreateDecoder(errCode); in ImageSourceFuncTest001()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Djpeg_decoder.cpp149 CreateDecoder(); in JpegDecoder()
155 void JpegDecoder::CreateDecoder() in CreateDecoder() function in OHOS::ImagePlugin::JpegDecoder
602 CreateDecoder(); in FinishOldDecompress()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/
H A Dmock_image_source.cpp259 AbsImageDecoder *ImageSource::CreateDecoder(uint32_t &errorCode) in CreateDecoder() function in OHOS::Media::ImageSource
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dimage_source.h270 ImagePlugin::AbsImageDecoder *CreateDecoder(uint32_t &errorCode);
/ohos5.0/base/sensors/miscdevice/services/miscdevice_service/src/
H A Dmiscdevice_service.cpp504 std::unique_ptr<IVibratorDecoder> decoder(creator.CreateDecoder(parser)); in PlayVibratorCustom()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp2316 mainDecoder_ = std::unique_ptr<ImagePlugin::AbsImageDecoder>(CreateDecoder(result)); in InitMainDecoder()
2320 AbsImageDecoder *ImageSource::CreateDecoder(uint32_t &errorCode) in CreateDecoder() function in OHOS::Media::ImageSource
2475 context.decoder = std::unique_ptr<ImagePlugin::AbsImageDecoder>(CreateDecoder(ret)); in AddIncrementalContext()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_test.cpp1444 …->mainDecoder_ = std::unique_ptr<ImagePlugin::AbsImageDecoder>(imageSource->CreateDecoder(result));