Searched refs:AVCOL_SPC_NB (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | colorspace.c | 116 static const struct LumaCoefficients luma_coefficients[AVCOL_SPC_NB] = { 132 if (csp >= AVCOL_SPC_NB) in ff_get_luma_coefficients()
|
D | vf_tonemap.c | 53 static const struct LumaCoefficients luma_coefficients[AVCOL_SPC_NB] = {
|
D | vf_setparams.c | 100 …lect colorspace", OFFSET(colorspace), AV_OPT_TYPE_INT, {.i64=-1}, -1, AVCOL_SPC_NB-1, FLAGS, "colo…
|
D | vf_colorspace.c | 950 AVCOL_SPC_RGB, AVCOL_SPC_NB - 1, FLAGS, "csp"},
|
/third_party/ffmpeg/libavutil/ |
D | pixfmt.h | 529 AVCOL_SPC_NB ///< Not part of ABI enumerator
|
D | pixdesc.c | 2963 return (unsigned) space < AVCOL_SPC_NB ? in av_color_space_name()
|
/third_party/ffmpeg/libavformat/ |
D | matroskaenc.c | 852 par->color_space < AVCOL_SPC_NB) { in mkv_write_video_color()
|