HomeSort by relevance Sort by last modified time
    Searched full:ibytes (Results 1 - 16 of 16) sorted by null

  /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...]
  /bionic/libc/kernel/common/linux/
mroute6.h 97 unsigned long ibytes; member in struct:sioc_mif_req6
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
mroute.h 105 unsigned long ibytes; /* In bytes */ member in struct:sioc_vif_req
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
mroute.h 105 unsigned long ibytes; /* In bytes */ member in struct:sioc_vif_req
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
mroute.h 105 unsigned long ibytes; /* In bytes */ member in struct:sioc_vif_req
  /external/kernel-headers/original/linux/
mroute6.h 106 unsigned long ibytes; /* In bytes */ member in struct:sioc_mif_req6
  /external/libvorbis/lib/
vorbisfile.c 873 long ibytes, ov_callbacks callbacks){
891 char *buffer=ogg_sync_buffer(&vf->oy,ibytes);
892 memcpy(buffer,initial,ibytes);
893 ogg_sync_wrote(&vf->oy,ibytes);
988 int ov_open_callbacks(void *f,OggVorbis_File *vf,char *initial,long ibytes,
990 int ret=_ov_open1(f,vf,initial,ibytes,callbacks);
995 int ov_open(FILE *f,OggVorbis_File *vf,char *initial,long ibytes){
1003 return ov_open_callbacks((void *)f, vf, initial, ibytes, callbacks);
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothSocket.java 514 byte[] ibytes = new byte[4];
515 int ret = readAll(is, ibytes);
517 ByteBuffer bb = ByteBuffer.wrap(ibytes);
  /external/openssh/
clientloop.c 1385 u_int64_t ibytes, obytes; local
    [all...]
sshd.c 1323 u_int64_t ibytes, obytes; local
    [all...]

Completed in 484 milliseconds