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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtpdec_amr.c62 const uint8_t *speech_data; local
100 speech_data = buf + 1 + frames;
114 if (speech_data + frame_size > buf + len) {
127 memcpy(ptr, speech_data, frame_size);
128 speech_data += frame_size;
132 if (speech_data < buf + len) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drtpdec_amr.c64 const uint8_t *speech_data; local
101 speech_data = buf + 1 + frames;
115 if (speech_data + frame_size > buf + len) {
128 memcpy(ptr, speech_data, frame_size);
129 speech_data += frame_size;
133 if (speech_data < buf + len) {

Completed in 90 milliseconds