Home
last modified time | relevance | path

Searched refs:possible_fmts_nb (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dlibopenjpegdec.c197 int possible_fmts_nb = 0; in libopenjpeg_guess_pix_fmt() local
202 possible_fmts_nb = FF_ARRAY_ELEMS(libopenjpeg_rgb_pix_fmts); in libopenjpeg_guess_pix_fmt()
206 possible_fmts_nb = FF_ARRAY_ELEMS(libopenjpeg_gray_pix_fmts); in libopenjpeg_guess_pix_fmt()
210 possible_fmts_nb = FF_ARRAY_ELEMS(libopenjpeg_yuv_pix_fmts); in libopenjpeg_guess_pix_fmt()
214 possible_fmts_nb = FF_ARRAY_ELEMS(libopenjpeg_all_pix_fmts); in libopenjpeg_guess_pix_fmt()
218 for (index = 0; index < possible_fmts_nb; ++index) in libopenjpeg_guess_pix_fmt()
Djpeg2000dec.c278 int possible_fmts_nb = 0; in get_siz() local
398 possible_fmts_nb = FF_ARRAY_ELEMS(xyz_pix_fmts); in get_siz()
403 possible_fmts_nb = FF_ARRAY_ELEMS(rgb_pix_fmts); in get_siz()
407 possible_fmts_nb = FF_ARRAY_ELEMS(gray_pix_fmts); in get_siz()
411 possible_fmts_nb = FF_ARRAY_ELEMS(yuv_pix_fmts); in get_siz()
415 possible_fmts_nb = FF_ARRAY_ELEMS(all_pix_fmts); in get_siz()
423 for (i = 0; i < possible_fmts_nb; ++i) { in get_siz()
430 if (i == possible_fmts_nb) { in get_siz()
459 if (i == possible_fmts_nb) { in get_siz()