Home
last modified time | relevance | path

Searched refs:pduration (Results 1 - 8 of 8) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Doggparseopus.c158 os->pduration = ret; in opus_packet()
165 priv->cur_dts += os->pduration; in opus_packet()
168 skip = FFMIN(skip, os->pduration); in opus_packet()
170 os->pduration = skip < os->pduration ? os->pduration - skip : 1; in opus_packet()
174 os->pduration); in opus_packet()
H A Doggparsespeex.c136 os->pduration = spxp->final_packet_duration; in speex_packet()
138 os->pduration = packet_size; in speex_packet()
H A Doggparsevorbis.c481 os->pduration = duration; in vorbis_packet()
494 int64_t skip = priv->final_pts + priv->final_duration + os->pduration - os->granule; in vorbis_packet()
497 os->pduration = os->granule - priv->final_pts - priv->final_duration; in vorbis_packet()
499 priv->final_duration += os->pduration; in vorbis_packet()
H A Doggdec.h67 unsigned int pduration; member
H A Doggparsevp8.c134 os->pduration = (p[0] >> 4) & 1; in vp8_packet()
H A Doggparsetheora.c205 os->pduration = 1; in theora_packet()
H A Doggparseogm.c190 os->pduration += (uint64_t)p[lb+1] << (lb*8); in ogm_packet()
H A Doggdec.c604 os->pduration = 0; in ogg_packet()
861 pkt->duration = os->pduration; in ogg_read_packet()

Completed in 5 milliseconds