Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/vpu/common/
H A Dvepu_common.c158 static RK_S32 check_stride_by_pixel(RK_S32 workaround, RK_S32 width, in check_stride_by_pixel() argument
161 if (!workaround && hor_stride < width * pixel_size) { in check_stride_by_pixel()
166 workaround = 1; in check_stride_by_pixel()
169 return workaround; in check_stride_by_pixel()
172 static RK_S32 check_8_pixel_aligned(RK_S32 workaround, RK_S32 hor_stride, in check_8_pixel_aligned() argument
176 if (!workaround && hor_stride != MPP_ALIGN_GEN(hor_stride, pixel_aign * pixel_size)) { in check_8_pixel_aligned()
181 workaround = 1; in check_8_pixel_aligned()
184 return workaround; in check_8_pixel_aligned()
/rockchip-linux_mpp/utils/
H A Dutils.c1047 static RK_S32 util_check_stride_by_pixel(RK_S32 workaround, RK_S32 width, in util_check_stride_by_pixel() argument
1050 if (!workaround && hor_stride < width * pixel_size) { in util_check_stride_by_pixel()
1055 workaround = 1; in util_check_stride_by_pixel()
1058 return workaround; in util_check_stride_by_pixel()
1061 static RK_S32 util_check_8_pixel_aligned(RK_S32 workaround, RK_S32 hor_stride, in util_check_8_pixel_aligned() argument
1065 if (!workaround && hor_stride != MPP_ALIGN_GEN(hor_stride, pixel_aign * pixel_size)) { in util_check_8_pixel_aligned()
1070 workaround = 1; in util_check_8_pixel_aligned()
1073 return workaround; in util_check_8_pixel_aligned()
/rockchip-linux_mpp/build/android/
H A DREADME.md125 … are not supposed to touch these variables but they might be useful to workaround some build issue…
140 …ng like `$(TOP)/out/target/product/<product_name>/obj/lib/libm.so`) to workaround unresolved `sinc…
H A Dandroid.toolchain.cmake1381 On Linux and OS X host platform you can workaround this problem using gold linker (default).
1687 …hing like $(TOP)/out/target/product/<product_name>/obj/lib/libm.so) to workaround unresolved `sinc…