Home
last modified time | relevance | path

Searched refs:ff_int_from_list_or_default (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dinternal.h396 int ff_int_from_list_or_default(void *ctx, const char * val_name, int val,
Dproresenc_anatoliy.c762 …*buf++ = ff_int_from_list_or_default(avctx, "frame color primaries", pict->color_primaries, valid_… in prores_encode_frame()
763 *buf++ = ff_int_from_list_or_default(avctx, "frame color trc", pict->color_trc, valid_trc, 0); in prores_encode_frame()
764 …*buf++ = ff_int_from_list_or_default(avctx, "frame colorspace", pict->colorspace, valid_colorspace… in prores_encode_frame()
Dutils.c1184 int ff_int_from_list_or_default(void *ctx, const char * val_name, int val, in ff_int_from_list_or_default() function