Home
last modified time | relevance | path

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

/third_party/mindspore/tests/ut/python/dataset/
Dtest_convertcolor.py31 def convert_color(ms_convert, cv_convert, plot=False): function
67 convert_color(mode.ConvertMode.COLOR_BGR2GRAY, cv2.COLOR_BGR2GRAY, plot)
68 convert_color(mode.ConvertMode.COLOR_BGR2RGB, cv2.COLOR_BGR2RGB, plot)
69 convert_color(mode.ConvertMode.COLOR_BGR2BGRA, cv2.COLOR_BGR2BGRA, plot)
/third_party/pixman/demos/
Dsrgb-trap-test.c26 convert_color (pixman_color_t *dest_srgb, pixman_color_t *linear) in convert_color() function
107 convert_color (&fg_srgb, &fg); in main()
/third_party/ffmpeg/libavcodec/
Dass_split.c164 static int convert_color(void *dest, const char *buf, int len) in convert_color() function
191 [ASS_COLOR] = convert_color,
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_blitter.c761 convert_color(enum pipe_format format, union pipe_color_union *pcolor) in convert_color() function
800 union pipe_color_union clear_color = convert_color(psurf->format, color); in fd6_clear_surface()
/third_party/mesa3d/src/intel/blorp/
Dblorp_blit.c992 convert_color(struct nir_builder *b, nir_ssa_def *color, in convert_color() function
1425 color = convert_color(&b, color, key); in brw_blorp_build_nir_shader()