Home
last modified time | relevance | path

Searched refs:DEFAULT_SAMPLE_SIZE (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/image_native/
H A Dimage_type.h167 static constexpr uint32_t DEFAULT_SAMPLE_SIZE = 1; member
168 uint32_t sampleSize = DEFAULT_SAMPLE_SIZE;
/ohos5.0/foundation/multimedia/image_framework/plugins/manager/include/image/
H A Dabs_image_decoder.h110 static constexpr uint32_t DEFAULT_SAMPLE_SIZE = 1; member
111 uint32_t sampleSize = DEFAULT_SAMPLE_SIZE;
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dimage_type.h314 static constexpr uint32_t DEFAULT_SAMPLE_SIZE = 1; member
315 uint32_t sampleSize = DEFAULT_SAMPLE_SIZE;
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_decoder.cpp71 constexpr static uint32_t DEFAULT_SAMPLE_SIZE = 1; variable
596 if (opts.sampleSize != DEFAULT_SAMPLE_SIZE) { in HeapMemAlloc()