Searched refs:spsint (Results 1 – 2 of 2) sorted by relevance
331 long int spsint; in gst_rtp_h264_pay_getcaps() local334 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()
3547 long int spsint; in gst_sdp_media_caps_adjust_h264() local3560 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()