Home
last modified time | relevance | path

Searched refs:ov_info (Results 1 – 12 of 12) sorted by relevance

/external/llvm/test/Analysis/Dominators/
D2007-01-14-BreakCritEdges.ll39 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/
Dlibvorbisfile.mcp.exp37 ov_info
/external/libvorbis/win32/
Dvorbisfile.def32 ov_info
/external/libvorbis/examples/
Dchaining_example.c58 vorbis_info *vi=ov_info(&ov,i); in main()
Dvorbisfile_example.c56 vorbis_info *vi=ov_info(&vf,-1); in main()
Dseeking_example.c103 vorbis_info *vi=ov_info(&ov,i); in main()
/external/libvorbis/doc/vorbisfile/
DMakefile.am11 ov_info.html ov_open.html ov_open_callbacks.html ov_pcm_seek.html\
DMakefile.in203 ov_info.html ov_open.html ov_open_callbacks.html ov_pcm_seek.html\
/external/tremolo/Tremolo/
Divorbisfile.h130 extern vorbis_info *ov_info(OggVorbis_File *vf,int link);
Dvorbisfile.c1530 vorbis_info *ov_info(OggVorbis_File *vf,int link){ in ov_info() function
/external/libvorbis/lib/
Dvorbisfile.c1768 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/
Dvorbisfile.h186 extern vorbis_info *ov_info(OggVorbis_File *vf,int link);