Home
last modified time | relevance | path

Searched refs:packet_count (Results 1 – 11 of 11) sorted by relevance

/third_party/libsnd/src/
Dogg_speex.c156 int packet_count = 0 ; in spx_read_header() local
215 if (packet_count == 0) in spx_read_header()
224 else if (packet_count == 1) in spx_read_header()
227 else if (packet_count < 2 + spx->header.extra_headers) in spx_read_header()
230 packet_count ++ ; in spx_read_header()
236 psf_log_printf (psf, "packet_count %d\n", packet_count) ; in spx_read_header()
/third_party/ffmpeg/libavdevice/
Djack.c47 sem_t packet_count; member
111 sem_post(&self->packet_count); in process_callback()
161 sem_init(&self->packet_count, 0, 0); in start_jack()
229 sem_destroy(&self->packet_count); in stop_jack()
288 if (sem_timedwait(&self->packet_count, &timeout)) { in audio_read_packet()
/third_party/ffmpeg/libavformat/
Dsegafilmenc.c186 unsigned stabsize, headersize, packet_count; in film_write_header() local
198 packet_count = (headersize - 64) / 16; in film_write_header()
199 stabsize = 16 + 16 * packet_count; in film_write_header()
266 bytestream_put_be32(&ptr, packet_count); in film_write_header()
Davienc.c84 int packet_count; member
218 avio_wl32(pb, avist->packet_count); in avi_write_counters()
222 nb_frames = FFMAX(nb_frames, avist->packet_count); in avi_write_counters()
747 …ff_dlog(s, "dts:%s packet_count:%d stream_index:%d\n", av_ts2str(dts), avist->packet_count, stream… in write_skip_frames()
749 dts > avist->packet_count && par->codec_id != AV_CODEC_ID_XSUB && avist->packet_count) { in write_skip_frames()
751 if (dts - avist->packet_count > 60000) { in write_skip_frames()
752 …AV_LOG_ERROR, "Too large number of skipped frames %"PRId64" > 60000\n", dts - avist->packet_count); in write_skip_frames()
758 ff_dlog(s, "dup dts:%s packet_count:%d\n", av_ts2str(dts), avist->packet_count); in write_skip_frames()
873 avist->packet_count++; in avi_write_packet_internal()
943 if (nb_frames < avist->packet_count) in avi_write_trailer()
[all …]
Dlibmodplug.c51 int packet_count; ///< total number of audio packets member
301 var_values[VAR_TIME ] = modplug->packet_count * modplug->ts_per_packet; in modplug_read_packet()
345 pkt->pts = pkt->dts = modplug->packet_count++ * modplug->ts_per_packet; in modplug_read_packet()
359 modplug->packet_count = ts / modplug->ts_per_packet; in modplug_read_seek()
Dasfenc.c975 uint32_t packet_number, uint16_t packet_count, in update_index() argument
983 asf->next_packet_count = packet_count; in update_index()
999 asf->index_ptr[i].packet_count = asf->next_packet_count; in update_index()
1005 asf->maximum_packet = FFMAX(asf->maximum_packet, packet_count); in update_index()
1007 asf->next_packet_count = packet_count; in update_index()
1052 uint16_t packet_count = asf->nb_packets - packet_number; in asf_write_packet() local
1053 ret = update_index(s, start_sec, packet_number, packet_count, offset); in asf_write_packet()
1075 avio_wl16(pb, index[i].packet_count); in asf_write_index()
Dgxfenc.c84 unsigned packet_count; member
816 gxf->packet_count = 3; in gxf_write_header()
961 gxf->packet_count++; in gxf_write_packet()
962 if (gxf->packet_count == 100) { in gxf_write_packet()
965 gxf->packet_count = 0; in gxf_write_packet()
Dasf.h67 uint16_t packet_count; member
Drtpenc.h44 unsigned int packet_count; member
Drtpdec.h183 unsigned int packet_count; member
Drtpenc.c304 avio_wb32(s1->pb, s->packet_count); in rtcp_send_sr()
352 s->packet_count++; in ff_rtp_send_data()