Home
last modified time | relevance | path

Searched refs:max_content_light_level (Results 1 – 25 of 29) sorted by relevance

12

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-hdr.c300 linfo->max_content_light_level = (guint16) val; in gst_video_content_light_level_from_string()
334 linfo->max_content_light_level, linfo->max_frame_average_light_level); in gst_video_content_light_level_to_string()
355 return (linfo->max_content_light_level == other->max_content_light_level && in gst_video_content_light_level_is_equal()
Dvideo-hdr.h111 guint16 max_content_light_level; member
/third_party/ffmpeg/libavcodec/
Dhevc_sei.h81 uint16_t max_content_light_level; member
Dcbs_sei.h60 uint16_t max_content_light_level; member
Dcbs_sei_syntax_template.c127 ub(16, max_content_light_level); in FUNC()
Dhevc_sei.c81 s->max_content_light_level = get_bits(gb, 16); in decode_nal_sei_content_light_info()
Dlibdav1d.c383 light->MaxCLL = p->content_light->max_content_light_level; in libdav1d_receive_frame()
Dvaapi_encode_h265.c817 clli->max_content_light_level = FFMIN(clm->MaxCLL, 65535); in vaapi_encode_h265_init_picture_params()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtphdrext-colorspace.c189 GST_WRITE_UINT16_BE (ptr, self->cll.max_content_light_level); in gst_rtp_header_extension_colorspace_write()
320 &content_light_level->max_content_light_level)) { in parse_colorspace_with_hdr_meta()
/third_party/ffmpeg/libavfilter/
Dvf_tonemap_vaapi.c136 ctx->in_metadata.max_content_light_level = light_meta->MaxCLL; in tonemap_vaapi_save_metadata()
143 ctx->in_metadata.max_content_light_level, in tonemap_vaapi_save_metadata()
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dh264parser.c487 return (a->max_content_light_level == b->max_content_light_level) && in check_sei_cll()
Dh265parser.c1054 return (a->max_content_light_level == b->max_content_light_level) && in check_sei_cll()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvh265enc.c484 "maxCLL:(%u), maxFALL:(%u)", linfo->max_content_light_level, in gst_nv_h265_enc_create_content_light_level_sei_nal()
491 gst_byte_writer_put_uint16_be (&br, linfo->max_content_light_level); in gst_nv_h265_enc_create_content_light_level_sei_nal()
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkh265enc.c320 cll->max_content_light_level = content_light_level->max_content_light_level; in gst_msdkh265enc_add_cll_sei()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgsth265parse.c649 cll.max_content_light_level = in gst_h265_parse_process_sei()
650 sei.payload.content_light_level.max_content_light_level; in gst_h265_parse_process_sei()
655 "maxCLL:(%u), maxFALL:(%u)", cll.max_content_light_level, in gst_h265_parse_process_sei()
660 } else if (cll.max_content_light_level != in gst_h265_parse_process_sei()
661 h265parse->content_light_level.max_content_light_level || in gst_h265_parse_process_sei()
Dgsth264parse.c900 cll.max_content_light_level = in gst_h264_parse_process_sei()
901 sei.payload.content_light_level.max_content_light_level; in gst_h264_parse_process_sei()
906 "maxCLL:(%u), maxFALL:(%u)", cll.max_content_light_level, in gst_h264_parse_process_sei()
911 } else if (cll.max_content_light_level != in gst_h264_parse_process_sei()
912 h264parse->content_light_level.max_content_light_level || in gst_h264_parse_process_sei()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth264parser.h1165 guint16 max_content_light_level; member
Dgsth265parser.h1594 guint16 max_content_light_level; member
Dgsth264parser.c1229 READ_UINT16 (nr, cll->max_content_light_level, 16); in gst_h264_parser_parse_content_light_level_info()
2862 WRITE_UINT16 (nw, cll->max_content_light_level, 16); in gst_h264_write_sei_content_light_level_info()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dvideo.c3308 level.max_content_light_level = 1000; in GST_START_TEST()
3327 fail_unless_equals_int (level.max_content_light_level, in GST_START_TEST()
3328 other_level.max_content_light_level); in GST_START_TEST()
3335 fail_unless_equals_int (level.max_content_light_level, in GST_START_TEST()
3336 level_from_caps.max_content_light_level); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11pluginutils.cpp160 dxgi_hdr10->MaxContentLightLevel = cll->max_content_light_level; in gst_d3d11_hdr_meta_data_to_dxgi()
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavviddec.c1288 gst->max_content_light_level = av->MaxCLL; in content_light_metadata_av_to_gst()
1502 "maxCLL:(%u), maxFALL:(%u)", cll.max_content_light_level, in gst_ffmpegviddec_negotiate()
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/linux/
Dv4l2-controls.h1990 __u16 max_content_light_level; member
/third_party/gstreamer/gstplugins_good/sys/v4l2/ext/
Dv4l2-controls.h1990 __u16 max_content_light_level; member
/third_party/gstreamer/gstplugins_bad/ext/x265/
Dgstx265enc.c965 encoder->x265param.maxCLL = cll.max_content_light_level; in gst_x265_enc_init_encoder_locked()

12