Home
last modified time | relevance | path

Searched refs:G_UNLIKELY (Results 1 – 25 of 549) sorted by relevance

12345678910>>...22

/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/
Dpesparse.c59 if (G_UNLIKELY (length < 6)) in mpegts_parse_pes_header()
65 if (G_UNLIKELY ((val32 & 0xffffff00) != 0x00000100)) in mpegts_parse_pes_header()
86 if (G_UNLIKELY (res->stream_id == 0xbc || res->stream_id == 0xbe in mpegts_parse_pes_header()
92 if (G_UNLIKELY (length < 3)) in mpegts_parse_pes_header()
102 if (G_UNLIKELY ((val8 & 0xc0) != 0x80)) in mpegts_parse_pes_header()
135 if (G_UNLIKELY (length < res->header_size)) in mpegts_parse_pes_header()
145 if (G_UNLIKELY ((flags >> 6) == 0x01)) { in mpegts_parse_pes_header()
151 if (G_UNLIKELY (length < 5)) in mpegts_parse_pes_header()
163 if (G_UNLIKELY (length < 5)) in mpegts_parse_pes_header()
175 if (G_UNLIKELY (length < 5)) in mpegts_parse_pes_header()
[all …]
Dmpegtsbase.c466 if (G_UNLIKELY (MPEGTS_BIT_IS_SET (base->known_psi, pmt_pid))) { in mpegts_base_add_program()
473 if (G_UNLIKELY (MPEGTS_BIT_IS_SET (base->is_pes, pmt_pid))) { in mpegts_base_add_program()
586 if (G_UNLIKELY (desc->length < 4)) { in get_registration_from_descriptors()
630 if (G_UNLIKELY (program->streams[pid])) { in mpegts_base_program_add_stream()
676 if (G_UNLIKELY (stream == NULL)) { in mpegts_base_program_remove_stream()
938 if (G_UNLIKELY (program->active == FALSE)) in mpegts_base_deactivate_program()
985 if (G_UNLIKELY (program->active)) in mpegts_base_activate_program()
1014 if (G_UNLIKELY (MPEGTS_BIT_IS_SET (base->is_pes, stream->pid))) in mpegts_base_activate_program()
1018 if (G_UNLIKELY (MPEGTS_BIT_IS_SET (base->known_psi, stream->pid))) { in mpegts_base_activate_program()
1053 if (G_UNLIKELY (pat == NULL)) in mpegts_base_apply_pat()
[all …]
/third_party/gstreamer/gstreamer/gst/
Dgstsegment.c426 if (G_UNLIKELY (position == -1)) { in gst_segment_to_stream_time_full()
440 if (G_UNLIKELY (time == -1)) in gst_segment_to_stream_time_full()
451 if (G_UNLIKELY (abs_applied_rate != 1.0)) in gst_segment_to_stream_time_full()
458 if (G_UNLIKELY (abs_applied_rate != 1.0)) in gst_segment_to_stream_time_full()
473 if (G_UNLIKELY (stop == -1)) in gst_segment_to_stream_time_full()
475 if (G_UNLIKELY (position > stop)) { in gst_segment_to_stream_time_full()
477 if (G_UNLIKELY (abs_applied_rate != 1.0)) in gst_segment_to_stream_time_full()
488 if (G_UNLIKELY (abs_applied_rate != 1.0)) in gst_segment_to_stream_time_full()
530 if (G_UNLIKELY (position < segment->start)) { in gst_segment_to_stream_time()
536 if (G_UNLIKELY (segment->stop != -1 && position > segment->stop)) { in gst_segment_to_stream_time()
[all …]
Dgstpad.c601 if (G_UNLIKELY (ev->event == NULL)) in events_foreach()
612 if (G_UNLIKELY (cookie != pad->priv->events_cookie)) { in events_foreach()
622 if (G_UNLIKELY (ev->event != ev_ret.event)) { in events_foreach()
623 if (G_UNLIKELY (ev_ret.event == NULL)) { in events_foreach()
682 if (G_UNLIKELY (pad->offset != 0)) in apply_pad_offset()
974 while (G_UNLIKELY (pad->priv->in_activation)) in pre_activate()
994 while (G_UNLIKELY (pad->priv->in_activation)) in pre_activate()
1122 if (G_UNLIKELY (!ret)) in gst_pad_set_active()
1173 if (G_UNLIKELY (!activate_mode_internal (pad, parent, old, FALSE))) in activate_mode_internal()
1184 if (G_UNLIKELY (!gst_pad_activate_mode (peer, mode, active))) in activate_mode_internal()
[all …]
Dgstsystemclock.c224 if (G_UNLIKELY (status != ETIMEDOUT)) { in gst_pthread_cond_wait_until()
252 if (G_UNLIKELY (status != 0)) { in init_entry()
261 if (G_UNLIKELY (status != 0)) { in init_entry()
274 if (G_UNLIKELY (status != 0)) { in init_entry()
702 if (G_UNLIKELY (status == GST_CLOCK_UNSCHEDULED)) { in gst_system_clock_async_thread()
711 if (G_UNLIKELY (status != GST_CLOCK_OK && status != GST_CLOCK_EARLY)) in gst_system_clock_async_thread()
841 if (G_UNLIKELY (clock_gettime (ptype, &ts))) in gst_system_clock_get_internal_time()
922 if (G_UNLIKELY (clock_getres (ptype, &ts))) in gst_system_clock_get_resolution()
955 if (G_UNLIKELY (status == GST_CLOCK_UNSCHEDULED)) { in gst_system_clock_id_wait_jitter_unlocked()
1021 if (G_UNLIKELY (status == GST_CLOCK_UNSCHEDULED)) in gst_system_clock_id_wait_jitter_unlocked()
[all …]
/third_party/glib/glib/
Dgthread-posix.c110 if G_UNLIKELY (mutex == NULL) in g_mutex_impl_new()
119 if G_UNLIKELY ((status = pthread_mutex_init (mutex, pattr)) != 0) in g_mutex_impl_new()
141 if G_UNLIKELY (impl == NULL) in g_mutex_get_impl()
228 if G_UNLIKELY ((status = pthread_mutex_lock (g_mutex_get_impl (mutex))) != 0) in g_mutex_lock()
247 if G_UNLIKELY ((status = pthread_mutex_unlock (g_mutex_get_impl (mutex))) != 0) in g_mutex_unlock()
274 if G_UNLIKELY (status != EBUSY) in g_mutex_trylock()
291 if G_UNLIKELY (mutex == NULL) in g_rec_mutex_impl_new()
314 if G_UNLIKELY (impl == NULL) in g_rec_mutex_get_impl()
453 if G_UNLIKELY (rwlock == NULL) in g_rw_lock_impl_new()
456 if G_UNLIKELY ((status = pthread_rwlock_init (rwlock, NULL)) != 0) in g_rw_lock_impl_new()
[all …]
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/
Dgstmpegts-private.h53 if (G_UNLIKELY ((desc)->data == NULL)) { \
57 if (G_UNLIKELY ((desc)->tag != (tagtype))) { \
65 if (G_UNLIKELY ((desc)->length < (minlen))) { \
72 if (G_UNLIKELY ((desc)->length != (len))) { \
79 if (G_UNLIKELY ((desc)->data == NULL)) { \
83 if (G_UNLIKELY ((desc)->tag != 0x7f) || \
91 if (G_UNLIKELY ((desc)->length < (minlen))) { \
98 if (G_UNLIKELY ((desc)->length != (len))) { \
/third_party/glib/gio/
Dgdbusutils.c90 … if (G_UNLIKELY (!is_valid_initial_bus_name_character (*s, allow_initial_digit, allow_hyphen))) in is_valid_name()
94 else if (G_UNLIKELY (!is_valid_bus_name_character (*s, allow_hyphen))) in is_valid_name()
101 if (G_UNLIKELY (!has_dot)) in is_valid_name()
132 if (G_UNLIKELY (len == 0 || len > 255)) in g_dbus_is_name()
144 else if (G_UNLIKELY (*s == '.')) in g_dbus_is_name()
149 else if (G_UNLIKELY (!is_valid_initial_bus_name_character (*s, FALSE, TRUE))) in g_dbus_is_name()
179 if (G_UNLIKELY (len == 0 || len > 255)) in g_dbus_is_unique_name()
182 if (G_UNLIKELY (*string != ':')) in g_dbus_is_unique_name()
185 if (G_UNLIKELY (!is_valid_name (string + 1, len - 1, TRUE, TRUE))) in g_dbus_is_unique_name()
211 if (G_UNLIKELY (string == NULL)) in g_dbus_is_member_name()
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudioringbuffer.c459 if (G_UNLIKELY (buf->open)) in gst_audio_ring_buffer_open_device()
471 if (G_UNLIKELY (!res)) in gst_audio_ring_buffer_open_device()
519 if (G_UNLIKELY (!buf->open)) in gst_audio_ring_buffer_close_device()
522 if (G_UNLIKELY (buf->acquired)) in gst_audio_ring_buffer_close_device()
531 if (G_UNLIKELY (!res)) in gst_audio_ring_buffer_close_device()
614 if (G_UNLIKELY (!buf->open)) in gst_audio_ring_buffer_acquire()
617 if (G_UNLIKELY (buf->acquired)) in gst_audio_ring_buffer_acquire()
631 if (G_UNLIKELY (!res)) in gst_audio_ring_buffer_acquire()
642 if (G_UNLIKELY ((bpf = buf->spec.info.bpf) == 0)) in gst_audio_ring_buffer_acquire()
734 if (G_UNLIKELY (!buf->acquired)) in gst_audio_ring_buffer_release()
[all …]
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstsubtitleoverlay.c53 G_UNLIKELY (flow == GST_FLOW_ERROR || flow == GST_FLOW_NOT_NEGOTIATED)
56 G_UNLIKELY (flow == GST_FLOW_ERROR)
558 if (G_UNLIKELY (!elt)) { in _create_element()
586 if (G_UNLIKELY (gst_element_set_state (elt, in _create_element()
598 if (G_UNLIKELY (!gst_bin_add (GST_BIN_CAST (self), gst_object_ref (elt)))) { in _create_element()
652 if (G_UNLIKELY (!_create_element (self, &self->passthrough_identity, in _setup_passthrough()
663 if (G_UNLIKELY (!src)) { in _setup_passthrough()
669 if (G_UNLIKELY (!gst_ghost_pad_set_target (GST_GHOST_PAD_CAST (self->srcpad), in _setup_passthrough()
679 if (G_UNLIKELY (!sink)) { in _setup_passthrough()
686 if (G_UNLIKELY (!gst_ghost_pad_set_target (GST_GHOST_PAD_CAST in _setup_passthrough()
[all …]
/third_party/gstreamer/gstplugins_bad/ext/avtp/
Dgstavtpcrfbase.c290 if (G_UNLIKELY (data_len + sizeof (struct avtp_crf_pdu) > packet_size)) { in validate_crf_pdu()
296 if (G_UNLIKELY (!data->timestamp_interval)) { in validate_crf_pdu()
297 if (G_UNLIKELY (tstamp_interval == 0)) { in validate_crf_pdu()
304 if (G_UNLIKELY (base_freq == 0)) { in validate_crf_pdu()
311 if (G_UNLIKELY (pull > AVTP_CRF_PULL_MULT_BY_1_OVER_8)) { in validate_crf_pdu()
318 if (G_UNLIKELY (type > AVTP_CRF_TYPE_MACHINE_CYCLE)) { in validate_crf_pdu()
325 if (G_UNLIKELY (!data_len || data_len % 8 != 0)) { in validate_crf_pdu()
332 if (G_UNLIKELY (tstamp_interval != data->timestamp_interval)) { in validate_crf_pdu()
338 if (G_UNLIKELY (base_freq != data->base_freq)) { in validate_crf_pdu()
344 if (G_UNLIKELY (pull != data->pull)) { in validate_crf_pdu()
[all …]
Dgstavtpcvfdepay.c185 if (G_UNLIKELY (!gst_pad_has_current_caps (avtpbasedepayload->srcpad))) { in gst_avtp_cvf_depay_push()
306 if (G_UNLIKELY (map->size < AVTP_CVF_H264_HEADER_SIZE)) { in gst_avtp_cvf_depay_validate_avtpdu()
326 if (G_UNLIKELY (val32 != 0)) { in gst_avtp_cvf_depay_validate_avtpdu()
334 if (G_UNLIKELY (val != 1)) { in gst_avtp_cvf_depay_validate_avtpdu()
353 if (G_UNLIKELY (val != AVTP_CVF_FORMAT_RFC)) { in gst_avtp_cvf_depay_validate_avtpdu()
362 if (G_UNLIKELY (val != AVTP_CVF_FORMAT_SUBTYPE_H264)) { in gst_avtp_cvf_depay_validate_avtpdu()
370 if (G_UNLIKELY (map->size < sizeof (*pdu) + val)) { in gst_avtp_cvf_depay_validate_avtpdu()
381 if (G_UNLIKELY (val != avtpcvfdepay->seqnum)) { in gst_avtp_cvf_depay_validate_avtpdu()
518 if (G_UNLIKELY (avtpcvfdepay->fragments == NULL)) { in gst_avtp_cvf_depay_process_last_fragment()
529 if (G_UNLIKELY (nal == NULL)) { in gst_avtp_cvf_depay_process_last_fragment()
[all …]
Dgstavtpaafdepay.c187 if (G_UNLIKELY (rate != avtpaafdepay->rate)) { in gst_avtp_aaf_depay_are_audio_features_valid()
191 if (G_UNLIKELY (depth != avtpaafdepay->depth)) { in gst_avtp_aaf_depay_are_audio_features_valid()
195 if (G_UNLIKELY (format != avtpaafdepay->format)) { in gst_avtp_aaf_depay_are_audio_features_valid()
200 if (G_UNLIKELY (channels != avtpaafdepay->channels)) { in gst_avtp_aaf_depay_are_audio_features_valid()
281 if (G_UNLIKELY (!gst_pad_has_current_caps (avtpbasedepayload->srcpad))) { in gst_avtp_aaf_depay_chain()
295 if (G_UNLIKELY (!gst_avtp_aaf_depay_are_audio_features_valid (avtpaafdepay, in gst_avtp_aaf_depay_chain()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpvp9depay.c196 if (G_UNLIKELY (GST_BUFFER_IS_DISCONT (rtp->buffer))) { in gst_rtp_vp9_depay_process()
205 if (G_UNLIKELY (size < hdrsize + 1)) in gst_rtp_vp9_depay_process()
223 if (G_UNLIKELY (size < hdrsize + 1)) in gst_rtp_vp9_depay_process()
229 if (G_UNLIKELY (size < hdrsize + 1)) in gst_rtp_vp9_depay_process()
263 if (G_UNLIKELY (size < hdrsize + 1)) in gst_rtp_vp9_depay_process()
282 if (G_UNLIKELY (size < hdrsize + sssize + 1)) in gst_rtp_vp9_depay_process()
292 if (G_UNLIKELY (size < hdrsize + sssize + 1)) in gst_rtp_vp9_depay_process()
310 if (G_UNLIKELY (size < hdrsize + sssize + 1)) in gst_rtp_vp9_depay_process()
321 if (G_UNLIKELY (size < hdrsize + sssize + 1)) in gst_rtp_vp9_depay_process()
331 if (G_UNLIKELY (hdrsize >= size)) in gst_rtp_vp9_depay_process()
[all …]
Dgstrtpqdmdepay.c163 if (G_UNLIKELY (data == NULL)) in flush_data()
206 if (G_UNLIKELY (!depay->configured)) in add_packet()
211 if (G_UNLIKELY (depay->packets[pid] == NULL)) { in add_packet()
220 if (G_UNLIKELY (packet->data == NULL)) { in add_packet()
255 if (G_UNLIKELY (seq != rtpqdm2depay->nextseq)) { in gst_rtp_qdm2_depay_process()
286 if (G_UNLIKELY (!rtpqdm2depay->configured)) { in gst_rtp_qdm2_depay_process()
341 if (G_UNLIKELY (packettype & 0x80)) { in gst_rtp_qdm2_depay_process()
363 if (G_UNLIKELY (avail)) { in gst_rtp_qdm2_depay_process()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux_tree.c51 if (G_UNLIKELY (child_fourcc == fourcc)) { in qtdemux_tree_get_child_by_type()
73 if (G_UNLIKELY (child_fourcc == fourcc)) { in qtdemux_tree_get_child_by_type_full()
74 if (G_UNLIKELY (child_len < (4 + 4))) in qtdemux_tree_get_child_by_type_full()
107 if (G_UNLIKELY (child_len < (4 + 4))) in qtdemux_tree_get_sibling_by_type_full()
Dqtatomparser.h50 if (G_UNLIKELY (!gst_byte_reader_skip (sub, offset))) in qt_atom_parser_peek_sub()
60 if (G_UNLIKELY (gst_byte_reader_get_remaining (parser) < (bytes_to_skip + 4))) in qt_atom_parser_skipn_and_get_uint32()
73 if (G_UNLIKELY (gst_byte_reader_get_remaining (parser) < off_size)) in qt_atom_parser_get_offset()
122 if (G_UNLIKELY (gst_byte_reader_get_remaining (parser) < 4)) in qt_atom_parser_get_fourcc()
/third_party/gstreamer/gstplugins_base/gst/encoding/
Dgststreamsplitter.c134 if (G_UNLIKELY (srcpad == NULL)) in gst_stream_splitter_chain()
137 if (G_UNLIKELY (stream_splitter->pending_events)) in gst_stream_splitter_chain()
211 if (G_UNLIKELY (stream_splitter->pending_events)) { in gst_stream_splitter_sink_event()
242 if (G_UNLIKELY (stream_splitter->srcpads == NULL)) { in gst_stream_splitter_sink_event()
257 if (G_UNLIKELY (cookie != stream_splitter->cookie)) in gst_stream_splitter_sink_event()
297 if (G_UNLIKELY (stream_splitter->srcpads == NULL)) { in gst_stream_splitter_sink_getcaps()
322 if (G_UNLIKELY (cookie != stream_splitter->cookie)) { in gst_stream_splitter_sink_getcaps()
350 if (G_UNLIKELY (stream_splitter->srcpads == NULL)) in gst_stream_splitter_sink_acceptcaps()
368 if (G_UNLIKELY (cookie != stream_splitter->cookie)) in gst_stream_splitter_sink_acceptcaps()
434 if (G_UNLIKELY (stream_splitter->srcpads == NULL)) { in gst_stream_splitter_sink_setcaps()
[all …]
/third_party/glib/gio/gvdb/
Dgvdb-reader.c56 if G_UNLIKELY (start > end || end > file->size) in gvdb_table_item_get_key()
73 if G_UNLIKELY (start > end || end > file->size || start & (alignment - 1)) in gvdb_table_dereference()
92 if G_UNLIKELY (header == NULL || size < sizeof *header) in gvdb_table_setup_root()
101 if G_UNLIKELY (n_bloom_words * sizeof (guint32_le) > size) in gvdb_table_setup_root()
108 if G_UNLIKELY (n_buckets > G_MAXUINT / sizeof (guint32_le) || in gvdb_table_setup_root()
116 if G_UNLIKELY (size % sizeof (struct gvdb_hash_item)) in gvdb_table_setup_root()
252 if G_UNLIKELY (this_key == NULL || this_size > key_length) in gvdb_table_check_name()
257 if G_UNLIKELY (memcmp (this_key, key + key_length, this_size) != 0) in gvdb_table_check_name()
283 if G_UNLIKELY (file->n_buckets == 0 || file->n_hash_items == 0) in gvdb_table_lookup()
461 if G_UNLIKELY (total != n_names) in gvdb_table_get_names()
[all …]
/third_party/libsoup/tests/
Dtest-utils.h100 if (G_UNLIKELY (!(expr))) { \
118 if (G_UNLIKELY (_msg->status_code != _status)) { \
133 if (G_UNLIKELY ((__l1) != (__l2))) { \
137 } else if (G_UNLIKELY (memcmp (__s1, __s2, __l1) != 0)) { \
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dnalutils.c85 if (G_UNLIKELY (nr->byte * 8 + (nbits - nr->bits_in_cache) > nr->size * 8)) { in nal_reader_read()
95 if (G_UNLIKELY (nr->byte >= nr->size)) in nal_reader_read()
121 if (G_UNLIKELY (!nal_reader_read (nr, nbits))) in nal_reader_skip()
211 if (G_UNLIKELY (!nal_reader_get_bits_uint8 (nr, &bit, 1))) in nal_reader_get_ue()
216 if (G_UNLIKELY (!nal_reader_get_bits_uint8 (nr, &bit, 1))) in nal_reader_get_ue()
220 if (G_UNLIKELY (i > 31)) in nal_reader_get_ue()
223 if (G_UNLIKELY (!nal_reader_get_bits_uint32 (nr, &value, i))) in nal_reader_get_ue()
236 if (G_UNLIKELY (!nal_reader_get_ue (nr, &value))) in nal_reader_get_se()
/third_party/gstreamer/gstplugins_bad/ext/kate/
Dgstkatespu.c89 if (G_UNLIKELY (nbytes < 2)) { in gst_kate_spu_decode_colcon()
95 if (G_UNLIKELY (nbytes > sz)) { in gst_kate_spu_decode_colcon()
110 if (G_UNLIKELY (nbytes_left < 4)) { in gst_kate_spu_decode_colcon()
128 if (G_UNLIKELY (sz > nbytes_left)) { in gst_kate_spu_decode_colcon()
198 if (G_UNLIKELY (kb->pixels[x + top * kb->width] != zero)) { in gst_kate_spu_crop_bitmap()
211 if (G_UNLIKELY (kb->pixels[x + bottom * kb->width] != zero)) { in gst_kate_spu_crop_bitmap()
224 if (G_UNLIKELY (kb->pixels[left + y * kb->width] != zero)) { in gst_kate_spu_crop_bitmap()
237 if (G_UNLIKELY (kb->pixels[right + y * kb->width] != zero)) { in gst_kate_spu_crop_bitmap()
264 if (G_UNLIKELY((_) > sz)) { \
435 if (G_UNLIKELY (!kp->colors)) { in gst_kate_spu_create_spu_palette()
[all …]
/third_party/gstreamer/gstplugins_good/gst/flv/
Dgstflvdemux.c193 if (G_UNLIKELY (!gst_byte_reader_get_uint16_be (reader, &string_size))) in FLV_GET_STRING()
196 if (G_UNLIKELY (string_size > gst_byte_reader_get_remaining (reader))) in FLV_GET_STRING()
200 if (G_UNLIKELY (!string)) { in FLV_GET_STRING()
204 if (G_UNLIKELY (!gst_byte_reader_get_data (reader, string_size, &str))) { in FLV_GET_STRING()
341 if (G_UNLIKELY (!tag_name)) { in gst_flv_demux_parse_metadata_item()
458 if (G_UNLIKELY (!ok)) { in gst_flv_demux_parse_metadata_item()
481 if (G_UNLIKELY (!ok)) { in gst_flv_demux_parse_metadata_item()
672 if (G_UNLIKELY (!ok)) { in gst_flv_demux_parse_tag_script()
888 if (G_UNLIKELY (!caps)) { in gst_flv_demux_audio_negotiate()
1106 if (G_UNLIKELY (!demux->audio_pad && demux->no_more_pads)) { in gst_flv_demux_parse_tag_audio()
[all …]
/third_party/gstreamer/gstplugins_bad/gst/dvdspu/
Dgstspu-vobsub.c149 if (G_UNLIKELY (data + 3 >= end)) in gst_dvd_spu_exec_cmd_blk()
167 if (G_UNLIKELY (data + 3 >= end)) in gst_dvd_spu_exec_cmd_blk()
187 if (G_UNLIKELY (data + 7 >= end)) in gst_dvd_spu_exec_cmd_blk()
203 if (G_UNLIKELY (data + 5 >= end)) in gst_dvd_spu_exec_cmd_blk()
222 if (G_UNLIKELY (data + 3 >= end)) in gst_dvd_spu_exec_cmd_blk()
228 if (G_UNLIKELY (data + field_size >= end)) in gst_dvd_spu_exec_cmd_blk()
264 if (G_UNLIKELY (cmd_blk + 5 >= end)) { in gst_dvd_spu_setup_cmd_blk()
306 if (G_UNLIKELY (start + cmd_blk_offset + 5 >= end)) in gst_dvd_spu_dump_dcsq()
335 if (G_UNLIKELY (gst_buffer_get_size (buf) < 4)) in gstspu_vobsub_handle_new_buf()
388 if (G_UNLIKELY (cmd_blk + 5 >= end)) { in gstspu_vobsub_execute_event()
/third_party/gstreamer/gstplugins_base/ext/vorbis/
Dgstvorbisdec.c299 if (G_UNLIKELY ((res = vorbis_dsp_init (&vd->vd, &vd->vi)))) in vorbis_handle_type_packet()
302 if (G_UNLIKELY ((res = vorbis_synthesis_init (&vd->vd, &vd->vi)))) in vorbis_handle_type_packet()
305 if (G_UNLIKELY ((res = vorbis_block_init (&vd->vd, &vd->vb)))) in vorbis_handle_type_packet()
469 if (G_UNLIKELY (!vd->initialized)) { in vorbis_handle_data_packet()
483 if (G_UNLIKELY (vorbis_dsp_synthesis (&vd->vd, packet, 1))) in vorbis_handle_data_packet()
486 if (G_UNLIKELY (vorbis_synthesis (&vd->vb, packet))) in vorbis_handle_data_packet()
489 if (G_UNLIKELY (vorbis_synthesis_blockin (&vd->vd, &vd->vb) < 0)) in vorbis_handle_data_packet()
514 if (G_UNLIKELY (vorbis_dsp_pcmout (&vd->vd, map.data, sample_count) != in vorbis_handle_data_packet()
517 if (G_UNLIKELY (vorbis_synthesis_pcmout (&vd->vd, &pcm) != sample_count)) in vorbis_handle_data_packet()
674 if (G_UNLIKELY (!buffer)) in vorbis_dec_handle_frame()
[all …]

12345678910>>...22