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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dthp.c44 int audiosize; member in struct:ThpDemuxContext
149 if (thp->audiosize == 0) {
163 /* Store the audiosize so the next time this function is called,
166 thp->audiosize = avio_rb32(pb); /* Audio size. */
178 ret = av_get_packet(pb, pkt, thp->audiosize);
179 if (ret != thp->audiosize) {
185 thp->audiosize = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dthp.c44 unsigned audiosize; member in struct:ThpDemuxContext
157 if (thp->audiosize == 0) {
171 /* Store the audiosize so the next time this function is called,
174 thp->audiosize = avio_rb32(pb); /* Audio size. */
186 ret = av_get_packet(pb, pkt, thp->audiosize);
187 if (ret != thp->audiosize) {
193 if (thp->audiosize >= 8)
196 thp->audiosize = 0;

Completed in 111 milliseconds