Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
H A Dhwcontext_qsv.c101 } supported_pixel_formats[] = { variable
151 for (i = 0; i < FF_ARRAY_ELEMS(supported_pixel_formats); i++) { in qsv_fourcc_from_pix_fmt()
152 if (supported_pixel_formats[i].pix_fmt == pix_fmt) in qsv_fourcc_from_pix_fmt()
153 return supported_pixel_formats[i].fourcc; in qsv_fourcc_from_pix_fmt()
1406 constraints->valid_sw_formats = av_malloc_array(FF_ARRAY_ELEMS(supported_pixel_formats) + 1, in qsv_frames_get_constraints()
1411 for (i = 0; i < FF_ARRAY_ELEMS(supported_pixel_formats); i++) in qsv_frames_get_constraints()
1412 constraints->valid_sw_formats[i] = supported_pixel_formats[i].pix_fmt; in qsv_frames_get_constraints()
1413 constraints->valid_sw_formats[FF_ARRAY_ELEMS(supported_pixel_formats)] = AV_PIX_FMT_NONE; in qsv_frames_get_constraints()

Completed in 3 milliseconds