Home
last modified time | relevance | path

Searched refs:translate_format_str (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/external/linux-rga/im2d_api/src/
H A Dim2d_impl.cpp384 info.format, translate_format_str(info.format)); in rga_yuv_legality_check()
722 name, info.width, info.height, info.format, translate_format_str(info.format)); in rga_check_info()
820 name, info.format, translate_format_str(info.format), in rga_check_format()
830 name, info.format, translate_format_str(info.format), in rga_check_format()
838 name, info.format, translate_format_str(info.format), in rga_check_format()
845 name, info.format, translate_format_str(info.format), in rga_check_format()
856 name, info.format, translate_format_str(info.format), in rga_check_format()
867 name, info.format, translate_format_str(info.format), in rga_check_format()
878 name, info.format, translate_format_str(info.format), in rga_check_format()
889 name, info.format, translate_format_str(info.format), in rga_check_format()
[all …]
/OK3568_Linux_fs/external/linux-rga/samples/utils/
H A Dutils.cpp113 path, index, sw, sh, translate_format_str(fmt)); in read_image_from_fbc_file()
136 path, index, sw, sh, translate_format_str(fmt)); in read_image_from_file()
159 path, index, sw, sh, translate_format_str(fmt)); in write_image_to_fbc_file()
184 path, index, sw, sh, translate_format_str(fmt)); in write_image_to_file()
/OK3568_Linux_fs/external/linux-rga/core/
H A DRgaUtils.cpp111 const char *translate_format_str(int format) { in translate_format_str() function
127 name = translate_format_str(format); in get_string_by_format()
350 snprintf(filePath, 100, inputFilePath, index, sw, sh, translate_format_str(f)); in get_buf_from_file()
400 snprintf(filePath, 100, outputFilePath, index, sw, sh, translate_format_str(f)); in output_buf_data_to_file()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK356X/include/
H A DRgaUtils.h27 const char *translate_format_str(int format);
/OK3568_Linux_fs/external/linux-rga/include/
H A DRgaUtils.h27 const char *translate_format_str(int format);
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RV110X/include/
H A DRgaUtils.h27 const char *translate_format_str(int format);
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/rga/
H A DRgaUtils.h27 const char *translate_format_str(int format);
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK3588/include/
H A DRgaUtils.h27 const char *translate_format_str(int format);
/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/sources/
H A Drga_im2d_slt.cpp82 path, index, sw, sh, translate_format_str(f)); in read_image_from_path()
106 path, index, sw, sh, translate_format_str(f)); in write_image_to_path()