Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dlxfdec.c117 int track_size, samples, ret; in get_packet_header() local
176 track_size = bytestream_get_le32(&p); in get_packet_header()
199 samples = track_size * 8LL / st->codecpar->bits_per_coded_sample; in get_packet_header()
214 if (av_popcount(channels) * (uint64_t)track_size > INT_MAX) in get_packet_header()
217 ret = av_popcount(channels) * track_size; in get_packet_header()

Completed in 2 milliseconds