Searched refs:s_bit (Results 1 – 4 of 4) sorted by relevance
292 guint s_bit; in gst_rtp_vp8_depay_process() local317 s_bit = (data[0] >> 4) & 0x1; in gst_rtp_vp8_depay_process()346 picture_id, s_bit, part_id); in gst_rtp_vp8_depay_process()350 frame_start = (s_bit == 1) && (part_id == 0); in gst_rtp_vp8_depay_process()
55 GstClockTime buf_pts, gboolean s_bit, gboolean marker_bit) in create_rtp_vp8_buffer_full() argument85 if (s_bit) in create_rtp_vp8_buffer_full()531 gboolean s_bit; member
237 gboolean s_bit; member
7262 uint32_t s_bit = (scaled_imm10 >> 9) & 1; in ImmLSPAC() local7263 return (s_bit << ImmLSPACHi_offset) | in ImmLSPAC()