Home
last modified time | relevance | path

Searched refs:spsint (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtph264pay.c331 long int spsint; in gst_rtp_h264_pay_getcaps() local
334 spsint = strtol (profile_level_id, NULL, 16); in gst_rtp_h264_pay_getcaps()
335 sps[0] = spsint >> 16; in gst_rtp_h264_pay_getcaps()
336 sps[1] = spsint >> 8; in gst_rtp_h264_pay_getcaps()
337 sps[2] = spsint; in gst_rtp_h264_pay_getcaps()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/sdp/
Dgstsdpmessage.c3547 long int spsint; in gst_sdp_media_caps_adjust_h264() local
3560 spsint = strtol (profile_level_id, NULL, 16); in gst_sdp_media_caps_adjust_h264()
3561 sps[0] = spsint >> 16; in gst_sdp_media_caps_adjust_h264()
3562 sps[1] = spsint >> 8; in gst_sdp_media_caps_adjust_h264()