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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvorbisdec.c1650 const float *channel_ptrs[255]; local
1678 channel_ptrs[i] = vc->channel_floors + i * len;
1681 channel_ptrs[i] = vc->channel_floors +
1686 vc->fmt_conv.float_interleave((float *)vc->frame.data[0], channel_ptrs,
1690 channel_ptrs, len,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvorbisdec.c1731 float *channel_ptrs[255]; local
1782 channel_ptrs[i] = (float *)frame->extended_data[i];
1786 channel_ptrs[ch] = (float *)frame->extended_data[i];
1792 if ((len = vorbis_parse_audio_packet(vc, channel_ptrs)) <= 0)

Completed in 77 milliseconds