Searched refs:AVCOL_TRC_GAMMA28 (Results 1 – 15 of 15) sorted by relevance
/third_party/ffmpeg/libavutil/ |
D | color_utils.c | 46 case AVCOL_TRC_GAMMA28: in avpriv_get_gamma_from_trc() 184 case AVCOL_TRC_GAMMA28: in avpriv_get_trc_function_from_trc()
|
D | pixfmt.h | 486 AVCOL_TRC_GAMMA28 = 5, ///< also ITU-R BT470BG enumerator
|
D | pixdesc.c | 2408 [AVCOL_TRC_GAMMA28] = "bt470bg",
|
/third_party/ffmpeg/libavfilter/ |
D | vf_colorspace.c | 76 [CS_BT470BG] = AVCOL_TRC_GAMMA28, 179 [AVCOL_TRC_GAMMA28] = { 1.0, 0.0, 1.0 / 2.8, 0.0 }, 989 ENUM("bt470bg", AVCOL_TRC_GAMMA28, "trc"), 990 ENUM("gamma28", AVCOL_TRC_GAMMA28, "trc"),
|
D | vf_setparams.c | 85 …{"bt470bg", NULL, 0, AV_OPT_TYPE_CONST, {.i64=AVCOL_TRC_GAMMA28}, INT…
|
D | vf_zscale.c | 391 case AVCOL_TRC_GAMMA28: in convert_trc()
|
/third_party/flutter/skia/experimental/ffmpeg/ |
D | SkVideoDecoder.cpp | 37 [AVCOL_TRC_GAMMA28] = { 1.0, 0.0, 1.0 / 2.8, 0.0 },
|
/third_party/skia/experimental/ffmpeg/ |
D | SkVideoDecoder.cpp | 37 [AVCOL_TRC_GAMMA28] = { 1.0, 0.0, 1.0 / 2.8, 0.0 },
|
/third_party/ffmpeg/libavcodec/ |
D | v4l2_buffers.c | 196 case V4L2_COLORSPACE_470_SYSTEM_BG: return AVCOL_TRC_GAMMA28; in v4l2_get_color_trc()
|
D | options_table.h | 360 {"gamma28", "BT.470 BG", 0, AV_OPT_TYPE_CONST, {.i64 = AVCOL_TRC_GAMMA28 }, INT_MI…
|
D | videotoolboxenc.c | 965 case AVCOL_TRC_GAMMA28: in get_cv_transfer_function()
|
D | exr.c | 1928 … AV_OPT_TYPE_CONST, {.i64 = AVCOL_TRC_GAMMA28 }, INT_MIN, INT_MAX, VD, "apply_trc_type"},
|
/third_party/gstreamer/gst_libav/ext/libav/ |
D | gstavviddec.c | 1244 case AVCOL_TRC_GAMMA28: in gst_ffmpegviddec_negotiate()
|
D | gstavcodecmap.c | 3010 context->color_trc = AVCOL_TRC_GAMMA28; in gst_ffmpeg_videoinfo_to_context()
|
/third_party/ffmpeg/libavformat/ |
D | mxfenc.c | 1055 case AVCOL_TRC_GAMMA28 : in get_trc()
|