Searched refs:ff_int_from_list_or_default (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | internal.h | 396 int ff_int_from_list_or_default(void *ctx, const char * val_name, int val,
|
D | proresenc_anatoliy.c | 762 …*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()
|
D | utils.c | 1184 int ff_int_from_list_or_default(void *ctx, const char * val_name, int val, in ff_int_from_list_or_default() function
|