Home
last modified time | relevance | path

Searched refs:cll (Results 1 – 16 of 16) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtphdrext-colorspace.c57 GstVideoContentLightLevel cll; member
189 GST_WRITE_UINT16_BE (ptr, self->cll.max_content_light_level); in gst_rtp_header_extension_colorspace_write()
191 GST_WRITE_UINT16_BE (ptr, self->cll.max_frame_average_light_level); in gst_rtp_header_extension_colorspace_write()
343 GstVideoContentLightLevel cll; in gst_rtp_header_extension_colorspace_read() local
360 &mdi, &cll); in gst_rtp_header_extension_colorspace_read()
387 if (!gst_video_content_light_level_is_equal (&self->cll, &cll)) { in gst_rtp_header_extension_colorspace_read()
389 self->cll = cll; in gst_rtp_header_extension_colorspace_read()
419 gst_video_content_light_level_from_caps (&self->cll, caps); in gst_rtp_header_extension_colorspace_set_non_rtp_sink_caps()
452 gst_video_content_light_level_add_to_caps (&self->cll, caps); in gst_rtp_header_extension_colorspace_update_non_rtp_src_caps()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11pluginutils.h68 GstVideoContentLightLevel * cll,
Dgstd3d11pluginutils.cpp139 GstVideoContentLightLevel * cll, DXGI_HDR_METADATA_HDR10 * dxgi_hdr10) in gst_d3d11_hdr_meta_data_to_dxgi() argument
159 if (cll) { in gst_d3d11_hdr_meta_data_to_dxgi()
160 dxgi_hdr10->MaxContentLightLevel = cll->max_content_light_level; in gst_d3d11_hdr_meta_data_to_dxgi()
161 dxgi_hdr10->MaxFrameAverageLightLevel = cll->max_frame_average_light_level; in gst_d3d11_hdr_meta_data_to_dxgi()
Dgstd3d11window.cpp589 GstVideoContentLightLevel cll; in gst_d3d11_window_prepare_default() local
592 gst_video_content_light_level_from_caps (&cll, caps)) { in gst_d3d11_window_prepare_default()
600 gst_d3d11_hdr_meta_data_to_dxgi (&minfo, &cll, &hdr10_metadata); in gst_d3d11_window_prepare_default()
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkh265enc.c312 GstH265ContentLightLevel *cll; in gst_msdkh265enc_add_cll_sei() local
318 cll = &sei.payload.content_light_level; in gst_msdkh265enc_add_cll_sei()
320 cll->max_content_light_level = content_light_level->max_content_light_level; in gst_msdkh265enc_add_cll_sei()
321 cll->max_pic_average_light_level = in gst_msdkh265enc_add_cll_sei()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgsth265parse.c647 GstVideoContentLightLevel cll; in gst_h265_parse_process_sei() local
649 cll.max_content_light_level = in gst_h265_parse_process_sei()
651 cll.max_frame_average_light_level = in gst_h265_parse_process_sei()
655 "maxCLL:(%u), maxFALL:(%u)", cll.max_content_light_level, in gst_h265_parse_process_sei()
656 cll.max_frame_average_light_level); in gst_h265_parse_process_sei()
660 } else if (cll.max_content_light_level != in gst_h265_parse_process_sei()
662 cll.max_frame_average_light_level != in gst_h265_parse_process_sei()
668 h265parse->content_light_level = cll; in gst_h265_parse_process_sei()
Dgsth264parse.c898 GstVideoContentLightLevel cll; in gst_h264_parse_process_sei() local
900 cll.max_content_light_level = in gst_h264_parse_process_sei()
902 cll.max_frame_average_light_level = in gst_h264_parse_process_sei()
906 "maxCLL:(%u), maxFALL:(%u)", cll.max_content_light_level, in gst_h264_parse_process_sei()
907 cll.max_frame_average_light_level); in gst_h264_parse_process_sei()
911 } else if (cll.max_content_light_level != in gst_h264_parse_process_sei()
913 cll.max_frame_average_light_level != in gst_h264_parse_process_sei()
919 h264parse->content_light_level = cll; in gst_h264_parse_process_sei()
/third_party/gstreamer/gstplugins_bad/ext/x265/
Dgstx265enc.c941 GstVideoContentLightLevel cll; in gst_x265_enc_init_encoder_locked() local
961 if (gst_video_content_light_level_from_caps (&cll, in gst_x265_enc_init_encoder_locked()
965 encoder->x265param.maxCLL = cll.max_content_light_level; in gst_x265_enc_init_encoder_locked()
966 encoder->x265param.maxFALL = cll.max_frame_average_light_level; in gst_x265_enc_init_encoder_locked()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dvideoencoder.c1217 GstVideoContentLightLevel cll; in GST_START_TEST() local
1234 gst_video_content_light_level_from_string (&cll, cll_str); in GST_START_TEST()
1238 gst_video_content_light_level_add_to_caps (&cll, caps); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth264parser.c1225 GstH264ContentLightLevel * cll, NalReader * nr) in gst_h264_parser_parse_content_light_level_info() argument
1229 READ_UINT16 (nr, cll->max_content_light_level, 16); in gst_h264_parser_parse_content_light_level_info()
1230 READ_UINT16 (nr, cll->max_pic_average_light_level, 16); in gst_h264_parser_parse_content_light_level_info()
2860 GstH264ContentLightLevel * cll) in gst_h264_write_sei_content_light_level_info() argument
2862 WRITE_UINT16 (nw, cll->max_content_light_level, 16); in gst_h264_write_sei_content_light_level_info()
2863 WRITE_UINT16 (nw, cll->max_pic_average_light_level, 16); in gst_h264_write_sei_content_light_level_info()
Dgsth265parser.c1329 GstH265ContentLightLevel * cll, NalReader * nr) in gst_h265_parser_parse_content_light_level_info() argument
1333 READ_UINT16 (nr, cll->max_content_light_level, 16); in gst_h265_parser_parse_content_light_level_info()
1334 READ_UINT16 (nr, cll->max_pic_average_light_level, 16); in gst_h265_parser_parse_content_light_level_info()
3882 GstH265ContentLightLevel * cll) in gst_h265_write_sei_content_light_level_info() argument
3884 WRITE_UINT16 (nw, cll->max_content_light_level, 16); in gst_h265_write_sei_content_light_level_info()
3885 WRITE_UINT16 (nw, cll->max_pic_average_light_level, 16); in gst_h265_write_sei_content_light_level_info()
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavviddec.c1497 GstVideoContentLightLevel cll; in gst_ffmpegviddec_negotiate() local
1500 sd->data, &cll)) { in gst_ffmpegviddec_negotiate()
1502 "maxCLL:(%u), maxFALL:(%u)", cll.max_content_light_level, in gst_ffmpegviddec_negotiate()
1503 cll.max_frame_average_light_level); in gst_ffmpegviddec_negotiate()
1505 if (!gst_video_content_light_level_add_to_caps (&cll, output_state->caps)) { in gst_ffmpegviddec_negotiate()
/third_party/gstreamer/gstplugins_good/
DChangeLog31576 cp debug/libgstqtsink.dll /path/to/prefix/lib/gstreamer-1.0/libgstqtsink.cll
/third_party/chromium/patch/
D0001-cve.patch62192 zZuH3(cll@}{XR94QJ;3nl=!K5)@Mj!<1-<7>9gQ&>Bew(bmK~#<(BRexwE^!o6KG1
D0003-3.2-Beta3-1115.patch193661 z$_8o_sozM@@6OcOr^2X_I$9QQ5x?I*;IwyR^)Mm*0f@(U@my0inWEBN{oT}cll+VE
/third_party/gstreamer/gstplugins_bad/
DChangeLog71865 cp debug/libgstqtsink.dll /path/to/prefix/lib/gstreamer-1.0/libgstqtsink.cll