Home
last modified time | relevance | path

Searched refs:packet_sizes (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
Dpmpdec.c31 uint32_t *packet_sizes; member
150 av_fast_malloc(&pmp->packet_sizes, in pmp_packet()
152 num_packets * sizeof(*pmp->packet_sizes)); in pmp_packet()
158 pmp->packet_sizes[i] = avio_rl32(pb); in pmp_packet()
160 ret = av_get_packet(pb, pkt, pmp->packet_sizes[pmp->current_packet]); in pmp_packet()
182 av_freep(&pmp->packet_sizes); in pmp_close()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtpulpfec.c541 static const guint packet_sizes[] = { 21, 25, in GST_START_TEST() local
546 push_data (h, SAMPLE_ULPFEC0_FEC, packet_sizes[__i__]); in GST_START_TEST()