Home
last modified time | relevance | path

Searched refs:packetno (Results 1 – 21 of 21) sorted by relevance

/third_party/gstreamer/gstplugins_base/ext/vorbis/
Dgstvorbisparse.c229 packet.packetno = 1; in vorbis_parse_push_headers()
243 packet.packetno = 2; in vorbis_parse_push_headers()
255 packet.packetno = 3; in vorbis_parse_push_headers()
409 packet.packetno = parse->packetno + parse->buffer_queue->length; in vorbis_parse_queue_buffer()
439 parse->packetno++; in vorbis_parse_parse_packet()
542 if (parse->packetno < 4) in vorbis_parse_convert()
689 parse->packetno = 0; in vorbis_parse_change_state()
Dgstvorbisparse.h56 guint packetno; member
Dgstvorbisdec.c683 packet->packetno = 0; /* we don't care */ in vorbis_dec_handle_frame()
/third_party/gstreamer/gstplugins_base/ext/ogg/
Dgstoggmux.c376 oggpad->packetno = 0; in gst_ogg_pad_data_reset()
1253 gst_ogg_mux_create_header_packet_with_flags (packet, pad->packetno == 0, 0); in gst_ogg_mux_create_header_packet()
1254 packet->packetno = pad->packetno++; in gst_ogg_mux_create_header_packet()
1474 pad->packetno = 0; in gst_ogg_mux_send_headers()
1591 "last packet", (guint64) packet.packetno); in gst_ogg_mux_send_headers()
1742 (gint64) pad->map.stream.packetno); in gst_ogg_mux_process_best_pad()
1823 packet.b_o_s = (pad->packetno == 0); in gst_ogg_mux_process_best_pad()
1824 packet.packetno = pad->packetno++; in gst_ogg_mux_process_best_pad()
1827 GST_GP_CAST (packet.granulepos), (gint64) packet.packetno, in gst_ogg_mux_process_best_pad()
1848 packet.packetno++; in gst_ogg_mux_process_best_pad()
[all …]
Dgstoggmux.h60 gint64 packetno; /* number of next packet */ member
Dgstoggdemux.h90 gint64 packetno; member
/third_party/gstreamer/gstplugins_good/ext/speex/
Dgstspeexdec.h52 guint64 packetno; member
Dgstspeexdec.c134 dec->packetno = 0; in gst_speex_dec_reset()
518 switch (dec->packetno) { in gst_speex_dec_handle_frame()
537 dec->packetno++; in gst_speex_dec_handle_frame()
/third_party/gstreamer/gstplugins_bad/ext/kate/
Dgstkateparse.h56 guint packetno; member
Dgstkateparse.c363 parse->packetno++; in gst_kate_parse_parse_packet()
604 parse->packetno = 0; in gst_kate_parse_change_state()
/third_party/gstreamer/gstplugins_base/ext/opus/
Dgstopusdec.h50 guint64 packetno; member
Dgstopusdec.c193 dec->packetno = 0; in gst_opus_dec_reset()
961 switch (dec->packetno) { in gst_opus_dec_handle_frame()
988 dec->packetno++; in gst_opus_dec_handle_frame()
/third_party/gstreamer/gstplugins_base/ext/theora/
Dgsttheoraenc.h90 guint packetno; member
Dgsttheoraenc.c461 enc->packetno = 0; in theora_enc_start()
669 enc->packetno++; in theora_push_packet()
920 if (enc->packetno == 0) { in theora_enc_handle_frame()
Dgsttheoraparse.c323 packet.packetno = i + 1; in theora_parse_set_streamheader()
Dgsttheoradec.c864 packet.packetno = 0; /* we don't really care */ in theora_dec_decode_buffer()
/third_party/ffmpeg/libavcodec/
Dj2kenc.c781 int precno, uint8_t *expn, int numgbits, int packetno, in encode_packet() argument
793 bytestream_put_be16(&s->buf, packetno); in encode_packet()
941 int packetno = 0; in encode_packets() local
964 qntsty->nguardbits, packetno++, nlayers)) < 0) in encode_packets()
979 qntsty->nguardbits, packetno++, nlayers)) < 0) in encode_packets()
1038 qntsty->nguardbits, packetno++, nlayers)) < 0) in encode_packets()
1105 qntsty->nguardbits, packetno++, nlayers)) < 0) in encode_packets()
1168 qntsty->nguardbits, packetno++, nlayers)) < 0) in encode_packets()
/third_party/libsnd/src/
Dogg_opus.c739 odata->opacket.packetno = 2 ; in ogg_opus_setup_encoder()
814 op.packetno = 1 ; in ogg_opus_write_header()
839 op.packetno = 2 ; in ogg_opus_write_header()
908 odata->opacket.packetno++ ; in ogg_opus_flush()
1106 odata->opacket.packetno++ ; in ogg_opus_write_out()
/third_party/gstreamer/gstplugins_base/docs/random/
DChangeLog-0.813269 always reset packetno on DISCONT
/third_party/gstreamer/gstplugins_bad/docs/random/
DChangeLog-0.815440 always reset packetno on DISCONT
/third_party/gstreamer/gstplugins_base/
DChangeLog108305 packetno in a log.
119288 debug: also cast packet.packetno to gint64 in debug log
150009 Remove old useless packetno variable.