/third_party/gstreamer/gstplugins_base/ext/vorbis/ |
D | gstvorbisparse.c | 229 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()
|
D | gstvorbisparse.h | 56 guint packetno; member
|
D | gstvorbisdec.c | 683 packet->packetno = 0; /* we don't care */ in vorbis_dec_handle_frame()
|
/third_party/gstreamer/gstplugins_base/ext/ogg/ |
D | gstoggmux.c | 376 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 …]
|
D | gstoggmux.h | 60 gint64 packetno; /* number of next packet */ member
|
D | gstoggdemux.h | 90 gint64 packetno; member
|
/third_party/gstreamer/gstplugins_good/ext/speex/ |
D | gstspeexdec.h | 52 guint64 packetno; member
|
D | gstspeexdec.c | 134 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/ |
D | gstkateparse.h | 56 guint packetno; member
|
D | gstkateparse.c | 363 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/ |
D | gstopusdec.h | 50 guint64 packetno; member
|
D | gstopusdec.c | 193 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/ |
D | gsttheoraenc.h | 90 guint packetno; member
|
D | gsttheoraenc.c | 461 enc->packetno = 0; in theora_enc_start() 669 enc->packetno++; in theora_push_packet() 920 if (enc->packetno == 0) { in theora_enc_handle_frame()
|
D | gsttheoraparse.c | 323 packet.packetno = i + 1; in theora_parse_set_streamheader()
|
D | gsttheoradec.c | 864 packet.packetno = 0; /* we don't really care */ in theora_dec_decode_buffer()
|
/third_party/ffmpeg/libavcodec/ |
D | j2kenc.c | 781 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/ |
D | ogg_opus.c | 739 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/ |
D | ChangeLog-0.8 | 13269 always reset packetno on DISCONT
|
/third_party/gstreamer/gstplugins_bad/docs/random/ |
D | ChangeLog-0.8 | 15440 always reset packetno on DISCONT
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 108305 packetno in a log. 119288 debug: also cast packet.packetno to gint64 in debug log 150009 Remove old useless packetno variable.
|