Searched refs:ov_info (Results 1 – 12 of 12) sorted by relevance
/external/llvm/test/Analysis/Dominators/ |
D | 2007-01-14-BreakCritEdges.ll | 39 br i1 false, label %cond_true8.i, label %ov_info.exit 45 br label %ov_info.exit 47 ov_info.exit: ; preds = %cond_false37.i, %cond_true.i11 50 cond_true44: ; preds = %ov_info.exit, %cond_true8.i 53 cond_next48: ; preds = %cond_true44, %ov_info.exit, %cond_true8.i
|
/external/libvorbis/macos/ |
D | libvorbisfile.mcp.exp | 37 ov_info
|
/external/libvorbis/win32/ |
D | vorbisfile.def | 32 ov_info
|
/external/libvorbis/examples/ |
D | chaining_example.c | 58 vorbis_info *vi=ov_info(&ov,i); in main()
|
D | vorbisfile_example.c | 56 vorbis_info *vi=ov_info(&vf,-1); in main()
|
D | seeking_example.c | 103 vorbis_info *vi=ov_info(&ov,i); in main()
|
/external/libvorbis/doc/vorbisfile/ |
D | Makefile.am | 11 ov_info.html ov_open.html ov_open_callbacks.html ov_pcm_seek.html\
|
D | Makefile.in | 203 ov_info.html ov_open.html ov_open_callbacks.html ov_pcm_seek.html\
|
/external/tremolo/Tremolo/ |
D | ivorbisfile.h | 130 extern vorbis_info *ov_info(OggVorbis_File *vf,int link);
|
D | vorbisfile.c | 1530 vorbis_info *ov_info(OggVorbis_File *vf,int link){ in ov_info() function
|
/external/libvorbis/lib/ |
D | vorbisfile.c | 1768 vorbis_info *ov_info(OggVorbis_File *vf,int link){ in ov_info() function 1878 long channels=ov_info(vf,-1)->channels; in ov_read_filter() 2162 vi1=ov_info(vf1,-1); in ov_crosslap() 2163 vi2=ov_info(vf2,-1); in ov_crosslap() 2207 vi=ov_info(vf,-1); in _ov_64_seek_lap() 2229 vi=ov_info(vf,-1); in _ov_64_seek_lap() 2268 vi=ov_info(vf,-1); in _ov_d_seek_lap() 2290 vi=ov_info(vf,-1); in _ov_d_seek_lap()
|
/external/libvorbis/include/vorbis/ |
D | vorbisfile.h | 186 extern vorbis_info *ov_info(OggVorbis_File *vf,int link);
|