Home
last modified time | relevance | path

Searched refs:AVCOL_TRC_GAMMA28 (Results 1 – 15 of 15) sorted by relevance

/third_party/ffmpeg/libavutil/
Dcolor_utils.c46 case AVCOL_TRC_GAMMA28: in avpriv_get_gamma_from_trc()
184 case AVCOL_TRC_GAMMA28: in avpriv_get_trc_function_from_trc()
Dpixfmt.h486 AVCOL_TRC_GAMMA28 = 5, ///< also ITU-R BT470BG enumerator
Dpixdesc.c2408 [AVCOL_TRC_GAMMA28] = "bt470bg",
/third_party/ffmpeg/libavfilter/
Dvf_colorspace.c76 [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"),
Dvf_setparams.c85 …{"bt470bg", NULL, 0, AV_OPT_TYPE_CONST, {.i64=AVCOL_TRC_GAMMA28}, INT…
Dvf_zscale.c391 case AVCOL_TRC_GAMMA28: in convert_trc()
/third_party/flutter/skia/experimental/ffmpeg/
DSkVideoDecoder.cpp37 [AVCOL_TRC_GAMMA28] = { 1.0, 0.0, 1.0 / 2.8, 0.0 },
/third_party/skia/experimental/ffmpeg/
DSkVideoDecoder.cpp37 [AVCOL_TRC_GAMMA28] = { 1.0, 0.0, 1.0 / 2.8, 0.0 },
/third_party/ffmpeg/libavcodec/
Dv4l2_buffers.c196 case V4L2_COLORSPACE_470_SYSTEM_BG: return AVCOL_TRC_GAMMA28; in v4l2_get_color_trc()
Doptions_table.h360 {"gamma28", "BT.470 BG", 0, AV_OPT_TYPE_CONST, {.i64 = AVCOL_TRC_GAMMA28 }, INT_MI…
Dvideotoolboxenc.c965 case AVCOL_TRC_GAMMA28: in get_cv_transfer_function()
Dexr.c1928 … AV_OPT_TYPE_CONST, {.i64 = AVCOL_TRC_GAMMA28 }, INT_MIN, INT_MAX, VD, "apply_trc_type"},
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavviddec.c1244 case AVCOL_TRC_GAMMA28: in gst_ffmpegviddec_negotiate()
Dgstavcodecmap.c3010 context->color_trc = AVCOL_TRC_GAMMA28; in gst_ffmpeg_videoinfo_to_context()
/third_party/ffmpeg/libavformat/
Dmxfenc.c1055 case AVCOL_TRC_GAMMA28 : in get_trc()