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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavformat/
H A Dthp.c42 int audiosize; member in struct:ThpDemuxContext
147 if (thp->audiosize == 0) {
161 /* Store the audiosize so the next time this function is called,
164 thp->audiosize = get_be32(pb); /* Audio size. */
176 ret = av_get_packet(pb, pkt, thp->audiosize);
177 if (ret != thp->audiosize) {
183 thp->audiosize = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavformat/
H A Dthp.c42 int audiosize; member in struct:ThpDemuxContext
147 if (thp->audiosize == 0) {
161 /* Store the audiosize so the next time this function is called,
164 thp->audiosize = get_be32(pb); /* Audio size. */
176 ret = av_get_packet(pb, pkt, thp->audiosize);
177 if (ret != thp->audiosize) {
183 thp->audiosize = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavformat/
H A Dthp.c42 int audiosize; member in struct:ThpDemuxContext
147 if (thp->audiosize == 0) {
161 /* Store the audiosize so the next time this function is called,
164 thp->audiosize = get_be32(pb); /* Audio size. */
176 ret = av_get_packet(pb, pkt, thp->audiosize);
177 if (ret != thp->audiosize) {
183 thp->audiosize = 0;

Completed in 123 milliseconds