Home
last modified time | relevance | path

Searched refs:preference_ (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dimage_source.h397 MemoryUsagePreference preference_ = MemoryUsagePreference::DEFAULT; member in OHOS::HDI::Display::Graphic::Common::OHOS::Media::DecodeEvent::ImageDecodingState::SourceDecodingState::SourceInfoState::ImageSource
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp2317 plOptions.desiredPixelFormat = ((preference_ == MemoryUsagePreference::LOW_RAM) ? PixelFormat::RGB_565 : PixelFormat::RGBA_8888);
2423 // we need preference_ when post processing
2424 procOpts.preference = preference_;
2503 preference_ = preference;
2508 return preference_;
2613 if (preference_ == MemoryUsagePreference::LOW_RAM && info.alphaType == AlphaType::IMAGE_ALPHA_TYPE_OPAQUE) {
3740 DecodeContext context = InitDecodeContext(opts_, info, preference_, hasDesiredSizeOptions, plInfo);

Completed in 6 milliseconds