Home
last modified time | relevance | path

Searched refs:LOW_RAM (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/image_native/
H A Dimage_type.h123 LOW_RAM = 1, // low memory enumerator
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imagesource_fuzzer/src/
H A Dimage_source_fuzz.cpp63 MemoryUsagePreference preference = MemoryUsagePreference::LOW_RAM; in ImageSourceFuncTest001()
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dimage_type.h169 LOW_RAM = 1, // low memory enumerator
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpost_proc.cpp130 if (opts.preference == MemoryUsagePreference::LOW_RAM && in GetDstImageInfo()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dpost_proc_test.cpp754 decodeOpts.preference = MemoryUsagePreference::LOW_RAM;
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_test.cpp727 MemoryUsagePreference preference = MemoryUsagePreference::LOW_RAM;
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp2338 …plOptions.desiredPixelFormat = ((preference_ == MemoryUsagePreference::LOW_RAM) ? PixelFormat::RGB… in SetDecodeOptions()
2637 …if (preference_ == MemoryUsagePreference::LOW_RAM && info.alphaType == AlphaType::IMAGE_ALPHA_TYPE… in GetFinalOutputStep()