Home
last modified time | relevance | path

Searched refs:vorbis_encode_ctl (Results 1 – 7 of 7) sorted by relevance

/external/libvorbis/macos/
Dlibvorbisenc.mcp.exp8 vorbis_encode_ctl
/external/libvorbis/win32/
Dvorbisenc.def12 vorbis_encode_ctl
Dvorbis.def57 vorbis_encode_ctl
/external/libvorbis/doc/vorbisenc/
DMakefile.am7 vorbis_encode_ctl.html vorbis_encode_init.html vorbis_encode_setup_init.html \
DMakefile.in199 vorbis_encode_ctl.html vorbis_encode_init.html vorbis_encode_setup_init.html \
/external/libvorbis/include/vorbis/
Dvorbisenc.h220 extern int vorbis_encode_ctl(vorbis_info *vi,int number,void *arg);
/external/libvorbis/lib/
Dvorbisenc.c1013 int vorbis_encode_ctl(vorbis_info *vi,int number,void *arg){ in vorbis_encode_ctl() function
1051 vorbis_encode_ctl(vi,OV_ECTL_RATEMANAGE_AVG,arg); in vorbis_encode_ctl()
1052 vorbis_encode_ctl(vi,OV_ECTL_RATEMANAGE_HARD,arg); in vorbis_encode_ctl()