Home
last modified time | relevance | path

Searched refs:transfer_function (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstplugins_base/ext/ogg/
Ddirac_parse.c156 header->transfer_function = schro_unpack_decode_uint (unpack); in gst_dirac_sequence_header_parse()
416 int transfer_function; member
451 format->transfer_function = schro_colour_specs[i].transfer_function; in schro_video_format_set_std_colour_spec()
Ddirac_parse.h162 int transfer_function; member
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Ddirac_parse.c153 header->transfer_function = schro_unpack_decode_uint (unpack); in dirac_sequence_header_parse()
413 int transfer_function; member
448 format->transfer_function = schro_colour_specs[i].transfer_function; in schro_video_format_set_std_colour_spec()
Ddirac_parse.h160 int transfer_function; member
/third_party/ffmpeg/libavcodec/
Dvideotoolboxenc.c210 CFStringRef transfer_function; member
829 if (vtctx->transfer_function) { in add_color_attr()
832 vtctx->transfer_function); in add_color_attr()
1293 if (vtctx->transfer_function) { in vtenc_create_encoder()
1296 vtctx->transfer_function); in vtenc_create_encoder()
1456 get_cv_transfer_function(avctx, &vtctx->transfer_function, &gamma_level); in vtenc_configure_encoder()
2585 if (vtctx->transfer_function) { in vtenc_close()
2586 CFRelease(vtctx->transfer_function); in vtenc_close()
2587 vtctx->transfer_function = NULL; in vtenc_close()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Datoms.c4361 guint16 transfer_function; in build_colr_extension() local
4365 transfer_function = in build_colr_extension()
4379 GST_WRITE_UINT16_BE (data + 6, transfer_function); in build_colr_extension()
Dqtdemux.c11445 guint16 transfer_function = GST_READ_UINT16_BE (colr_data + 14); in qtdemux_parse_trak() local
11452 gst_video_transfer_function_from_iso (transfer_function); in qtdemux_parse_trak()