Searched defs:bigendianp (Results 1 - 1 of 1) sorted by relevance
/external/libvorbis/lib/ |
H A D | vorbisfile.c | 1832 bigendianp) should the data be packed LSB first (0) or 1847 int bigendianp,int word,int sgned,int *bitstream, 1907 if(host_endian==bigendianp){ 1941 }else if(bigendianp){ 1983 int bigendianp,int word,int sgned,int *bitstream){ 1984 return ov_read_filter(vf, buffer, length, bigendianp, word, sgned, bitstream, NULL, NULL); 1846 ov_read_filter(OggVorbis_File *vf,char *buffer,int length, int bigendianp,int word,int sgned,int *bitstream, void (*filter)(float **pcm,long channels,long samples,void *filter_param),void *filter_param) argument 1982 ov_read(OggVorbis_File *vf,char *buffer,int length, int bigendianp,int word,int sgned,int *bitstream) argument
|
Completed in 1557 milliseconds