Home
last modified time | relevance | path

Searched refs:SURFACE_MAX_STRIDE_ALIGNMENT (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/surface_lite/interfaces/kits/
H A Dsurface_type.h49 constexpr uint16_t SURFACE_MAX_STRIDE_ALIGNMENT = 32; variable
/ohos5.0/foundation/graphic/surface_lite/frameworks/
H A Dsurface_impl.cpp137 …trideAlignment >= SURFACE_MIN_STRIDE_ALIGNMENT && strideAlignment <= SURFACE_MAX_STRIDE_ALIGNMENT); in SetStrideAlignment()
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dsurface_type.h28 #define SURFACE_MAX_STRIDE_ALIGNMENT 32 macro
/ohos5.0/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dbuffer_queue_test.cpp558 config.strideAlignment = SURFACE_MAX_STRIDE_ALIGNMENT + 1;
/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dbuffer_queue.cpp169 if (align < SURFACE_MIN_STRIDE_ALIGNMENT || align > SURFACE_MAX_STRIDE_ALIGNMENT) { in CheckRequestConfig()