Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK356X/include/
H A DRgaUtils.h24 int get_perPixel_stride_from_format(int format);
/OK3568_Linux_fs/external/linux-rga/include/
H A DRgaUtils.h24 int get_perPixel_stride_from_format(int format);
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RV110X/include/
H A DRgaUtils.h24 int get_perPixel_stride_from_format(int format);
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/rga/
H A DRgaUtils.h24 int get_perPixel_stride_from_format(int format);
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK3588/include/
H A DRgaUtils.h24 int get_perPixel_stride_from_format(int format);
/OK3568_Linux_fs/external/linux-rga/core/
H A DRgaUtils.cpp247 int get_perPixel_stride_from_format(int format) { in get_perPixel_stride_from_format() function
/OK3568_Linux_fs/external/linux-rga/im2d_api/src/
H A Dim2d_impl.cpp1023 pixel_stride = get_perPixel_stride_from_format(info.format); in rga_check_align()