Searched refs:AVCOL_TRC_GAMMA22 (Results 1 – 15 of 15) sorted by relevance
/third_party/ffmpeg/libavutil/ |
D | color_utils.c | 42 case AVCOL_TRC_GAMMA22: in avpriv_get_gamma_from_trc() 181 case AVCOL_TRC_GAMMA22: in avpriv_get_trc_function_from_trc()
|
D | pixfmt.h | 488 AVCOL_TRC_GAMMA22 = 4, ///< also ITU-R BT470M / ITU-R BT1700 625 PAL & SECAM enumerator
|
D | pixdesc.c | 2431 [AVCOL_TRC_GAMMA22] = "bt470m",
|
/third_party/ffmpeg/libavcodec/ |
D | avs3.h | 83 AVCOL_TRC_GAMMA22 , // 4
|
D | v4l2_buffers.c | 195 case V4L2_COLORSPACE_470_SYSTEM_M: return AVCOL_TRC_GAMMA22; in v4l2_get_color_trc()
|
D | options_table.h | 353 {"gamma22", "BT.470 M", 0, AV_OPT_TYPE_CONST, {.i64 = AVCOL_TRC_GAMMA22 }, INT_MI…
|
D | videotoolboxenc.c | 980 case AVCOL_TRC_GAMMA22: in get_cv_transfer_function()
|
D | exr.c | 2303 … AV_OPT_TYPE_CONST, {.i64 = AVCOL_TRC_GAMMA22 }, INT_MIN, INT_MAX, VD, "apply_trc_type"},
|
D | tiff.c | 1962 p->color_trc = AVCOL_TRC_GAMMA22; in decode_frame()
|
/third_party/ffmpeg/libavformat/ |
D | mxf.c | 107 …,0x04,0x01,0x01,0x01,0x04,0x01,0x01,0x01,0x01,0x01,0x00,0x00 }, 14, AVCOL_TRC_GAMMA22 }, /* ITU-R …
|
/third_party/ffmpeg/libavfilter/ |
D | vf_colorspace.c | 76 [CS_BT470M] = AVCOL_TRC_GAMMA22, 179 [AVCOL_TRC_GAMMA22] = { 1.0, 0.0, 1.0 / 2.2, 0.0 }, 989 ENUM("bt470m", AVCOL_TRC_GAMMA22, "trc"), 990 ENUM("gamma22", AVCOL_TRC_GAMMA22, "trc"),
|
D | vf_setparams.c | 84 …{"bt470m", NULL, 0, AV_OPT_TYPE_CONST, {.i64=AVCOL_TRC_GAMMA22}, INT…
|
D | vf_zscale.c | 391 case AVCOL_TRC_GAMMA22: in convert_trc()
|
/third_party/flutter/skia/experimental/ffmpeg/ |
D | SkVideoDecoder.cpp | 36 [AVCOL_TRC_GAMMA22] = { 1.0, 0.0, 1.0 / 2.2, 0.0 },
|
/third_party/skia/experimental/ffmpeg/ |
D | SkVideoDecoder.cpp | 36 [AVCOL_TRC_GAMMA22] = { 1.0, 0.0, 1.0 / 2.2, 0.0 },
|