Home
last modified time | relevance | path

Searched refs:nb_image_formats (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavutil/
H A Dhwcontext_opencl.c1489 cl_uint nb_image_formats; in opencl_frames_get_constraints() local
1518 0, NULL, &nb_image_formats); in opencl_frames_get_constraints()
1525 if (nb_image_formats == 0) { in opencl_frames_get_constraints()
1533 av_malloc_array(nb_image_formats, sizeof(*image_formats)); in opencl_frames_get_constraints()
1542 nb_image_formats, in opencl_frames_get_constraints()
1564 for (i = 0; i < nb_image_formats; i++) { in opencl_frames_get_constraints()
1571 if (i == nb_image_formats) { in opencl_frames_get_constraints()

Completed in 5 milliseconds