OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vorbis_encode_ctl
(Results
1 - 4
of
4
) sorted by null
/external/libvorbis/macos/
libvorbisenc.mcp.exp
8
vorbis_encode_ctl
/external/libvorbis/doc/vorbisenc/
Makefile.am
7
vorbis_encode_ctl
.html vorbis_encode_init.html vorbis_encode_setup_init.html \
/external/libvorbis/include/vorbis/
vorbisenc.h
72
* tweaks using \ref
vorbis_encode_ctl
before finally calling \ref
109
* make further encode setup tweaks using \ref
vorbis_encode_ctl
() before
172
* initialize the high-level encoding setup, and \ref
vorbis_encode_ctl
()
197
* may use
vorbis_encode_ctl
() to query or set bitrate management or quality
199
*
vorbis_encode_ctl
() must be called after one of
201
* to modify settings, \ref
vorbis_encode_ctl
() must be called before \ref
220
extern int
vorbis_encode_ctl
(vorbis_info *vi,int number,void *arg);
223
* \deprecated This is a deprecated interface. Please use
vorbis_encode_ctl
()
227
* The \ref ovectl_ratemanage_arg structure is used with
vorbis_encode_ctl
()
264
* The ovectl_ratemanage2_arg structure is used with
vorbis_encode_ctl
() an
[
all
...]
/external/libvorbis/lib/
vorbisenc.c
63
step-by-step with the detailed
vorbis_encode_ctl
interface.
1013
int
vorbis_encode_ctl
(vorbis_info *vi,int number,void *arg){
function
[
all
...]
Completed in 4120 milliseconds