Home
last modified time | relevance | path

Searched refs:profile_level_id (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpmp4gdepay.h47 gint profile_level_id; member
Dgstrtph264pay.c324 const gchar *profile_level_id, *profile; in gst_rtp_h264_pay_getcaps() local
326 profile_level_id = gst_structure_get_string (s, "profile-level-id"); in gst_rtp_h264_pay_getcaps()
328 if (profile_level_id && strlen (profile_level_id) == 6) { in gst_rtp_h264_pay_getcaps()
334 spsint = strtol (profile_level_id, NULL, 16); in gst_rtp_h264_pay_getcaps()
/third_party/ffmpeg/libavformat/
Drtpdec_mpeg4.c43 int profile_level_id; member
95 offsetof(PayloadContext, profile_level_id),
/third_party/gstreamer/gstplugins_base/gst-libs/gst/sdp/
Dgstsdpmessage.c3549 const gchar *profile_level_id; in gst_sdp_media_caps_adjust_h264() local
3556 profile_level_id = gst_structure_get_string (s, "profile-level-id"); in gst_sdp_media_caps_adjust_h264()
3557 if (!profile_level_id) in gst_sdp_media_caps_adjust_h264()
3560 spsint = strtol (profile_level_id, NULL, 16); in gst_sdp_media_caps_adjust_h264()