Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/surface_lite/interfaces/kits/
H A Dsurface_type.h50 constexpr uint16_t SURFACE_MIN_STRIDE_ALIGNMENT = 4; variable
/ohos5.0/foundation/graphic/surface_lite/frameworks/
H A Dsurface_impl.cpp137 …RETURN_IF_FAIL(strideAlignment >= SURFACE_MIN_STRIDE_ALIGNMENT && strideAlignment <= SURFACE_MAX_S… in SetStrideAlignment()
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dsurface_type.h29 #define SURFACE_MIN_STRIDE_ALIGNMENT 4 macro
/ohos5.0/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dbuffer_queue_test.cpp539 config.strideAlignment = SURFACE_MIN_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()