Home
last modified time | relevance | path

Searched refs:AVCOL_SPC_NB (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dcolorspace.c116 static const struct LumaCoefficients luma_coefficients[AVCOL_SPC_NB] = {
132 if (csp >= AVCOL_SPC_NB) in ff_get_luma_coefficients()
Dvf_tonemap.c53 static const struct LumaCoefficients luma_coefficients[AVCOL_SPC_NB] = {
Dvf_setparams.c100 …lect colorspace", OFFSET(colorspace), AV_OPT_TYPE_INT, {.i64=-1}, -1, AVCOL_SPC_NB-1, FLAGS, "colo…
Dvf_colorspace.c950 AVCOL_SPC_RGB, AVCOL_SPC_NB - 1, FLAGS, "csp"},
/third_party/ffmpeg/libavutil/
Dpixfmt.h529 AVCOL_SPC_NB ///< Not part of ABI enumerator
Dpixdesc.c2963 return (unsigned) space < AVCOL_SPC_NB ? in av_color_space_name()
/third_party/ffmpeg/libavformat/
Dmatroskaenc.c852 par->color_space < AVCOL_SPC_NB) { in mkv_write_video_color()