Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpvp8depay.c292 guint s_bit; in gst_rtp_vp8_depay_process() local
317 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()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtpvp8.c55 GstClockTime buf_pts, gboolean s_bit, gboolean marker_bit) in create_rtp_vp8_buffer_full() argument
85 if (s_bit) in create_rtp_vp8_buffer_full()
531 gboolean s_bit; member
Drtpvp9.c237 gboolean s_bit; member
/third_party/vixl/src/aarch64/
Dassembler-aarch64.h7262 uint32_t s_bit = (scaled_imm10 >> 9) & 1; in ImmLSPAC() local
7263 return (s_bit << ImmLSPACHi_offset) | in ImmLSPAC()