/external/libvorbis/doc/vorbisfile/ |
ov_test_callbacks.html | 36 int ov_test_callbacks(void *datasource, <a href="OggVorbis_File.html">OggVorbis_File</a> *vf, char *initial, long ibytes, <a href="ov_callbacks.html">ov_callbacks</a> callbacks); 54 read from the file and the stream is not seekable. It is used in conjunction with <tt>ibytes</tt>. In this case, <tt>initial</tt> 56 <dt><i>ibytes</i></dt> 58 read from the file and the stream is not seekable. In this case, <tt>ibytes</tt> 88 <pre><tt>ov_test_callbacks(f, vf, initial, ibytes, OV_CALLBACKS_DEFAULT);</tt>
|
ov_test.html | 41 int ov_test(FILE *f,<a href="OggVorbis_File.html">OggVorbis_File</a> *vf,char *initial,long ibytes); 59 read from the file and the stream is not seekable. It is used in conjunction with <tt>ibytes</tt>. In this case, <tt>initial</tt> 61 <dt><i>ibytes</i></dt> 63 read from the file and the stream is not seekable. In this case, <tt>ibytes</tt>
|
ov_open_callbacks.html | 48 int ov_open_callbacks(void *datasource, <a href="OggVorbis_File.html">OggVorbis_File</a> *vf, char *initial, long ibytes, <a href="ov_callbacks.html">ov_callbacks</a> callbacks); 64 read from the stream and the stream is not seekable. It is used in conjunction with <tt>ibytes</tt>. In this case, <tt>initial</tt> 66 <dt><i>ibytes</i></dt> 68 read from the stream and the stream is not seekable. In this case, <tt>ibytes</tt> 98 <pre><tt>ov_open_callbacks(f, vf, initial, ibytes, OV_CALLBACKS_DEFAULT);</tt>
|
ov_open.html | 65 int ov_open(FILE *f,<a href="OggVorbis_File.html">OggVorbis_File</a> *vf,char *initial,long ibytes); 83 read from the file and the stream is not seekable. It is used in conjunction with <tt>ibytes</tt>. In this case, <tt>initial</tt> 85 <dt><i>ibytes</i></dt> 87 read from the file and the stream is not seekable. In this case, <tt>ibytes</tt>
|
/external/libvorbis/include/vorbis/ |
vorbisfile.h | 151 extern int ov_open(FILE *f,OggVorbis_File *vf,char *initial,long ibytes); 153 char *initial, long ibytes, ov_callbacks callbacks); 155 extern int ov_test(FILE *f,OggVorbis_File *vf,char *initial,long ibytes); 157 char *initial, long ibytes, ov_callbacks callbacks);
|
/external/tremolo/Tremolo/ |
ivorbisfile.h | 101 extern int ov_open(FILE *f,OggVorbis_File *vf,char *initial,long ibytes); 103 char *initial, long ibytes, ov_callbacks callbacks); 105 extern int ov_test(FILE *f,OggVorbis_File *vf,char *initial,long ibytes); 107 char *initial, long ibytes, ov_callbacks callbacks);
|
vorbisfile.c | 721 long ibytes, ov_callbacks callbacks){ 742 unsigned char *buffer=ogg_sync_bufferin(vf->oy,ibytes); 743 memcpy(buffer,initial,ibytes); 744 ogg_sync_wrote(vf->oy,ibytes); 810 int ov_open_callbacks(void *f,OggVorbis_File *vf,char *initial,long ibytes, 812 int ret=_ov_open1(f,vf,initial,ibytes,callbacks); 817 int ov_open(FILE *f,OggVorbis_File *vf,char *initial,long ibytes){ 825 return ov_open_callbacks((void *)f, vf, initial, ibytes, callbacks); 833 int ov_test_callbacks(void *f,OggVorbis_File *vf,char *initial,long ibytes, 836 return _ov_open1(f,vf,initial,ibytes,callbacks) [all...] |
/external/kernel-headers/original/uapi/linux/ |
mroute.h | 111 unsigned long ibytes; /* In bytes */ member in struct:sioc_vif_req
|
mroute6.h | 111 unsigned long ibytes; /* In bytes */ member in struct:sioc_mif_req6
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
mroute.h | 105 unsigned long ibytes; /* In bytes */ member in struct:sioc_vif_req
|
mroute6.h | 108 unsigned long ibytes; /* In bytes */ member in struct:sioc_mif_req6
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
mroute.h | 108 unsigned long ibytes; /* In bytes */ member in struct:sioc_vif_req
|
mroute6.h | 106 unsigned long ibytes; /* In bytes */ member in struct:sioc_mif_req6
|
/bionic/libc/kernel/uapi/linux/ |
mroute.h | 102 unsigned long ibytes; member in struct:sioc_vif_req
|
mroute6.h | 101 unsigned long ibytes; member in struct:sioc_mif_req6
|
/development/ndk/platforms/android-21/include/linux/ |
mroute.h | 102 unsigned long ibytes; member in struct:sioc_vif_req
|
mroute6.h | 101 unsigned long ibytes; member in struct:sioc_mif_req6
|
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/ |
mroute.h | 102 unsigned long ibytes; member in struct:sioc_vif_req
|
mroute6.h | 101 unsigned long ibytes; member in struct:sioc_mif_req6
|
/prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/ |
mroute.h | 102 unsigned long ibytes; member in struct:sioc_vif_req
|
mroute6.h | 101 unsigned long ibytes; member in struct:sioc_mif_req6
|
/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/ |
mroute.h | 102 unsigned long ibytes; member in struct:sioc_vif_req
|
mroute6.h | 101 unsigned long ibytes; member in struct:sioc_mif_req6
|
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/ |
mroute.h | 102 unsigned long ibytes; member in struct:sioc_vif_req
|
mroute6.h | 101 unsigned long ibytes; member in struct:sioc_mif_req6
|