Home
last modified time | relevance | path

Searched refs:AVColorTransferCharacteristic (Results 1 – 25 of 31) sorted by relevance

12

/third_party/ffmpeg/tests/ref/fate/
Dcolor_utils1 AVColorTransferCharacteristic=1 calling func(-0.100000) expected=0.000000
2 AVColorTransferCharacteristic=1 calling func(-0.018054) expected=0.000000
3 AVColorTransferCharacteristic=1 calling func(-0.010000) expected=0.000000
4 AVColorTransferCharacteristic=1 calling func(-0.004490) expected=0.000000
5 AVColorTransferCharacteristic=1 calling func(0.000000) expected=0.000000
6 AVColorTransferCharacteristic=1 calling func(0.003162) expected=0.014230
7 AVColorTransferCharacteristic=1 calling func(0.005000) expected=0.022500
8 AVColorTransferCharacteristic=1 calling func(0.009000) expected=0.040500
9 AVColorTransferCharacteristic=1 calling func(0.015000) expected=0.067500
10 AVColorTransferCharacteristic=1 calling func(0.100000) expected=0.290748
[all …]
/third_party/ffmpeg/libavutil/
Dcolor_utils.h37 double avpriv_get_gamma_from_trc(enum AVColorTransferCharacteristic trc);
54 avpriv_trc_function avpriv_get_trc_function_from_trc(enum AVColorTransferCharacteristic trc);
Dcolor_utils.c28 double avpriv_get_gamma_from_trc(enum AVColorTransferCharacteristic trc) in avpriv_get_gamma_from_trc()
170 avpriv_trc_function avpriv_get_trc_function_from_trc(enum AVColorTransferCharacteristic trc) in avpriv_get_trc_function_from_trc()
Dpixdesc.h272 const char *av_color_transfer_name(enum AVColorTransferCharacteristic transfer);
Dframe.h566 enum AVColorTransferCharacteristic color_trc;
Dpixfmt.h483 enum AVColorTransferCharacteristic { enum
/third_party/skia/experimental/ffmpeg/
DSkVideoDecoder.h44 AVColorTransferCharacteristic fTransfer;
52 void update(AVColorPrimaries, AVColorTransferCharacteristic);
DSkVideoDecoder.cpp46 static skcms_TransferFunction compute_transfer(AVColorTransferCharacteristic t) { in compute_transfer()
97 AVColorTransferCharacteristic transfer) { in make_colorspace()
191 AVColorTransferCharacteristic transfer) { in update()
/third_party/flutter/skia/experimental/ffmpeg/
DSkVideoDecoder.h43 AVColorTransferCharacteristic fTransfer;
51 void update(AVColorPrimaries, AVColorTransferCharacteristic);
DSkVideoDecoder.cpp46 static skcms_TransferFunction compute_transfer(AVColorTransferCharacteristic t) { in compute_transfer()
97 AVColorTransferCharacteristic transfer) { in make_colorspace()
194 AVColorTransferCharacteristic transfer) { in update()
/third_party/ffmpeg/libavcodec/
Dcodec_par.h148 enum AVColorTransferCharacteristic color_trc;
Ddirac.h109 enum AVColorTransferCharacteristic color_trc;
Dh264_ps.h78 enum AVColorTransferCharacteristic color_trc;
Dav1_parser.c163 avctx->color_trc = (enum AVColorTransferCharacteristic) color->transfer_characteristics; in av1_parser_parse()
Ddirac.c125 enum AVColorTransferCharacteristic color_trc;
Dv4l2_buffers.c169 static enum AVColorTransferCharacteristic v4l2_get_color_trc(V4L2Buffer *buf) in v4l2_get_color_trc()
Dlibdav1d.c305 frame->color_trc = c->color_trc = (enum AVColorTransferCharacteristic) p->seq_hdr->trc; in libdav1d_receive_frame()
Dmediacodecdec_common.c151 static enum AVColorTransferCharacteristic mcdec_get_color_trc(int color_transfer) in mcdec_get_color_trc()
Davcodec.h1157 enum AVColorTransferCharacteristic color_trc;
/third_party/ffmpeg/libavfilter/
Dvf_scale_vaapi.c53 enum AVColorTransferCharacteristic colour_transfer;
Dvf_colorspace.c74 static const enum AVColorTransferCharacteristic default_trc[CS_NB + 1] = {
130 enum AVColorTransferCharacteristic in_trc, out_trc, user_trc, user_itrc;
191 get_transfer_characteristics(enum AVColorTransferCharacteristic trc) in get_transfer_characteristics()
Dvf_tonemap_vaapi.c41 enum AVColorTransferCharacteristic color_transfer;
Dvf_zscale.c126 enum AVColorTransferCharacteristic in_trc, out_trc;
384 static int convert_trc(enum AVColorTransferCharacteristic color_trc) in convert_trc()
Dvf_tonemap_opencl.c56 enum AVColorTransferCharacteristic trc, trc_in, trc_out;
Dvaapi_vpp.c241 enum AVColorTransferCharacteristic color_trc;

12