Searched refs:packet_sizes (Results 1 – 2 of 2) sorted by relevance
31 uint32_t *packet_sizes; member150 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()
541 static const guint packet_sizes[] = { 21, 25, in GST_START_TEST() local546 push_data (h, SAMPLE_ULPFEC0_FEC, packet_sizes[__i__]); in GST_START_TEST()