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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davconv.c991 uint8_t *buftmp; local
1127 buftmp = audio_buf;
1129 (short *)buftmp, (short *)buf,
1133 buftmp = buf;
1138 const void *ibuf[6] = { buftmp };
1149 buftmp = audio_buf;
1160 av_fifo_generic_write(ost->fifo, buftmp, size_out, NULL);
1169 encode_audio_frame(s, ost, buftmp, size_out);
H A Dffmpeg.c761 uint8_t *buftmp; local
903 buftmp = audio_buf;
905 (short *)buftmp, (short *)buf,
909 buftmp = buf;
914 const void *ibuf[6]= {buftmp};
925 buftmp = audio_buf;
936 av_fifo_generic_write(ost->fifo, buftmp, size_out, NULL);
984 (short *)buftmp);

Completed in 150 milliseconds