| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | builtin-diff.c | 510 struct diff_hpp_fmt *dfmt = container_of(fmt, struct diff_hpp_fmt, fmt); in fmt_to_data_file() local 511 void *ptr = dfmt - dfmt->idx; in fmt_to_data_file() 532 get_pair_fmt(struct hist_entry *he, struct diff_hpp_fmt *dfmt) in get_pair_fmt() argument 534 struct data__file *d = fmt_to_data_file(&dfmt->fmt); in get_pair_fmt() 1323 struct diff_hpp_fmt *dfmt = in hpp__color_baseline() local 1329 scnprintf(pfmt, 20, "%%%d.2f%%%%", dfmt->header_width - 1); in hpp__color_baseline() 1334 dfmt->header_width, pfmt); in hpp__color_baseline() 1397 struct diff_hpp_fmt *dfmt = in __hpp__color_compare() local 1399 struct hist_entry *pair = get_pair_fmt(he, dfmt); in __hpp__color_compare() 1423 scnprintf(pfmt, 20, "%%%+d.2f%%%%", dfmt->header_width - 1); in __hpp__color_compare() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/rga/ |
| H A D | im2d_single.h | 127 IM_API IM_STATUS imcvtcolor(rga_buffer_t src, rga_buffer_t dst, int sfmt, int dfmt, int mode = IM_C… 487 IM_C_API IM_STATUS imcvtcolor_t(rga_buffer_t src, rga_buffer_t dst, int sfmt, int dfmt, int mode, i… 582 #define imcvtcolor(src, dst, sfmt, dfmt, ...) \ argument 588 __ret = imcvtcolor_t(src, dst, sfmt, dfmt, IM_COLOR_SPACE_DEFAULT, 1); \ 590 __ret = imcvtcolor_t(src, dst, sfmt, dfmt, (int)__args[RGA_GET_MIN(__argc, 0)], 1); \ 592 …__ret = imcvtcolor_t(src, dst, sfmt, dfmt, (int)__args[RGA_GET_MIN(__argc, 0)], (int)__args[RGA_GE…
|
| H A D | im2d_task.h | 162 int sfmt, int dfmt, int mode = IM_COLOR_SPACE_DEFAULT);
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK3588/include/ |
| H A D | im2d_single.h | 127 IM_API IM_STATUS imcvtcolor(rga_buffer_t src, rga_buffer_t dst, int sfmt, int dfmt, int mode = IM_C… 487 IM_C_API IM_STATUS imcvtcolor_t(rga_buffer_t src, rga_buffer_t dst, int sfmt, int dfmt, int mode, i… 582 #define imcvtcolor(src, dst, sfmt, dfmt, ...) \ argument 588 __ret = imcvtcolor_t(src, dst, sfmt, dfmt, IM_COLOR_SPACE_DEFAULT, 1); \ 590 __ret = imcvtcolor_t(src, dst, sfmt, dfmt, (int)__args[RGA_GET_MIN(__argc, 0)], 1); \ 592 …__ret = imcvtcolor_t(src, dst, sfmt, dfmt, (int)__args[RGA_GET_MIN(__argc, 0)], (int)__args[RGA_GE…
|
| H A D | im2d_task.h | 162 int sfmt, int dfmt, int mode = IM_COLOR_SPACE_DEFAULT);
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK356X/include/ |
| H A D | im2d_single.h | 127 IM_API IM_STATUS imcvtcolor(rga_buffer_t src, rga_buffer_t dst, int sfmt, int dfmt, int mode = IM_C… 487 IM_C_API IM_STATUS imcvtcolor_t(rga_buffer_t src, rga_buffer_t dst, int sfmt, int dfmt, int mode, i… 582 #define imcvtcolor(src, dst, sfmt, dfmt, ...) \ argument 588 __ret = imcvtcolor_t(src, dst, sfmt, dfmt, IM_COLOR_SPACE_DEFAULT, 1); \ 590 __ret = imcvtcolor_t(src, dst, sfmt, dfmt, (int)__args[RGA_GET_MIN(__argc, 0)], 1); \ 592 …__ret = imcvtcolor_t(src, dst, sfmt, dfmt, (int)__args[RGA_GET_MIN(__argc, 0)], (int)__args[RGA_GE…
|
| H A D | im2d_task.h | 162 int sfmt, int dfmt, int mode = IM_COLOR_SPACE_DEFAULT);
|
| /OK3568_Linux_fs/external/linux-rga/im2d_api/ |
| H A D | im2d_single.h | 127 IM_API IM_STATUS imcvtcolor(rga_buffer_t src, rga_buffer_t dst, int sfmt, int dfmt, int mode = IM_C… 487 IM_C_API IM_STATUS imcvtcolor_t(rga_buffer_t src, rga_buffer_t dst, int sfmt, int dfmt, int mode, i… 582 #define imcvtcolor(src, dst, sfmt, dfmt, ...) \ argument 588 __ret = imcvtcolor_t(src, dst, sfmt, dfmt, IM_COLOR_SPACE_DEFAULT, 1); \ 590 __ret = imcvtcolor_t(src, dst, sfmt, dfmt, (int)__args[RGA_GET_MIN(__argc, 0)], 1); \ 592 …__ret = imcvtcolor_t(src, dst, sfmt, dfmt, (int)__args[RGA_GET_MIN(__argc, 0)], (int)__args[RGA_GE…
|
| H A D | im2d_task.h | 162 int sfmt, int dfmt, int mode = IM_COLOR_SPACE_DEFAULT);
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/ |
| H A D | image_processor.h | 62 virtual XCamReturn cvtcolor(img_buffer_t& src, img_buffer_t& dst, int sfmt, int dfmt, int mode, 84 XCamReturn cvtcolor(img_buffer_t& src, img_buffer_t& dst, int sfmt, int dfmt, int mode,
|
| H A D | image_processor.cpp | 43 using fp_imcvtcolor_t = int (*)(rga_buffer_t src, rga_buffer_t dst, int sfmt, int dfmt, int mode, 195 virtual XCamReturn cvtcolor(img_buffer_t& src, img_buffer_t& dst, int sfmt, int dfmt, int mode, in cvtcolor() argument 237 XCamReturn ImageOperator::cvtcolor(img_buffer_t& src, img_buffer_t& dst, int sfmt, int dfmt, in cvtcolor() argument
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RV110X/include/ |
| H A D | im2d.h | 615 #define imcvtcolor(src, dst, sfmt, dfmt, ...) \ argument 621 __ret = imcvtcolor_t(src, dst, sfmt, dfmt, IM_COLOR_SPACE_DEFAULT, 1); \ 623 __ret = imcvtcolor_t(src, dst, sfmt, dfmt, (int)__args[RGA_GET_MIN(__argc, 0)], 1); \ 625 …__ret = imcvtcolor_t(src, dst, sfmt, dfmt, (int)__args[RGA_GET_MIN(__argc, 0)], (int)__args[RGA_GE… 633 IM_API IM_STATUS imcvtcolor_t(rga_buffer_t src, rga_buffer_t dst, int sfmt, int dfmt, int mode, int…
|
| H A D | im2d.hpp | 257 IM_API IM_STATUS imcvtcolor(rga_buffer_t src, rga_buffer_t dst, int sfmt, int dfmt, int mode = IM_C…
|
| /OK3568_Linux_fs/external/mpp/mpp/vproc/inc/ |
| H A D | iep2_api.h | 99 enum IEP2_FMT dfmt; member
|
| /OK3568_Linux_fs/external/linux-rga/im2d_api/src/ |
| H A D | im2d.cpp | 889 IM_API IM_STATUS imcvtcolor(rga_buffer_t src, rga_buffer_t dst, int sfmt, int dfmt, int mode, int s… in imcvtcolor() argument 904 dst.format = dfmt; in imcvtcolor() 1607 …ask(im_job_handle_t job_handle, rga_buffer_t src, rga_buffer_t dst, int sfmt, int dfmt, int mode) { in imcvtcolorTask() argument 1618 dst.format = dfmt; in imcvtcolorTask() 2004 IM_API IM_STATUS imcvtcolor_t(rga_buffer_t src, rga_buffer_t dst, int sfmt, int dfmt, int mode, int… in imcvtcolor_t() argument 2005 return imcvtcolor(src, dst, sfmt, dfmt, mode, sync, NULL); in imcvtcolor_t()
|
| /OK3568_Linux_fs/external/mpp/mpp/vproc/iep2/test/ |
| H A D | iep2_test.c | 281 params.param.com.dfmt = cfg->dst_fmt; in iep2_test()
|
| /OK3568_Linux_fs/external/mpp/mpp/vproc/ |
| H A D | mpp_dec_vproc.cpp | 431 params.param.com.dfmt = IEP2_FMT_YUV420; in dec_vproc_set_dei_v2() 538 params.param.com.dfmt = IEP2_FMT_YUV420; in dec_vproc_set_dei_v2()
|
| /OK3568_Linux_fs/external/mpp/mpp/vproc/iep2/ |
| H A D | iep2.c | 297 ctx->params.dst_fmt = param->com.dfmt; in iep2_set_param()
|
| /OK3568_Linux_fs/external/linux-rga/docs/ |
| H A D | Rockchip_Developer_Guide_RGA_CN.md | 1228 int dfmt, 1236 > 格式可以通过rga_buffer_t 设置,也可以通过sfmt/dfmt分别配置源图像及输出图像格式,当涉及YUV/RGB色域转换时可以通过mode配置转换的色域,默认按照BT.601 limi… 1243 | dfmt | **[optional]** destination image format | 1259 int dfmt, 1271 | dfmt | **[optional]** destination image format |
|
| H A D | Rockchip_Developer_Guide_RGA_EN.md | 1222 int dfmt, 1230 …r configure the input image and output image formats respectively by sfmt/dfmt. When it comes to Y… 1237 | dfmt | **[optional]** destination image format | 1253 int dfmt, 1265 | dfmt | **[optional]** destination image format |
|