Searched refs:in_format_list (Results 1 – 2 of 2) sorted by relevance
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | openjpeg.c | 232 const gchar *in_format_list[] = { in GST_START_TEST() local 237 for (i = 0; i < G_N_ELEMENTS (in_format_list); i++) { in GST_START_TEST() 238 run_openjpeg_pipeline (in_format_list[i], 320, 200, 1, 1, 1, FALSE); in GST_START_TEST() 242 run_openjpeg_pipeline (in_format_list[0], 16, 16, 1, 0, 0, TRUE); in GST_START_TEST() 243 run_openjpeg_pipeline (in_format_list[0], 16, 16, 1, 1, 1, TRUE); in GST_START_TEST() 246 run_openjpeg_pipeline (in_format_list[0], 320, 200, i, 0, 0, FALSE); in GST_START_TEST() 247 run_openjpeg_pipeline (in_format_list[0], 320, 200, i, 1, 0, FALSE); in GST_START_TEST() 248 run_openjpeg_pipeline (in_format_list[0], 320, 200, i, 0, 1, FALSE); in GST_START_TEST() 249 run_openjpeg_pipeline (in_format_list[0], 320, 200, i, 0, 4, FALSE); in GST_START_TEST() 250 run_openjpeg_pipeline (in_format_list[0], 320, 200, i, 5, 3, FALSE); in GST_START_TEST() [all …]
|
D | cudaconvert.c | 103 const gchar *in_format_list[] = { in GST_START_TEST() local 114 for (i = 0; i < G_N_ELEMENTS (in_format_list); i++) { in GST_START_TEST() 116 GST_DEBUG ("run conversion %s to %s", in_format_list[i], in GST_START_TEST() 118 run_convert_pipelne (in_format_list[i], out_format_list[j]); in GST_START_TEST() 127 const gchar *in_format_list[] = { in GST_START_TEST() local 138 for (i = 0; i < G_N_ELEMENTS (in_format_list); i++) { in GST_START_TEST() 140 GST_DEBUG ("run conversion %s to %s", in_format_list[i], in GST_START_TEST() 142 run_convert_pipelne (in_format_list[i], out_format_list[j]); in GST_START_TEST()
|