OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nestegg_init
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/nestegg/include/nestegg/
nestegg.h
29
nestegg_init
(&demux_ctx, io, NULL);
144
int
nestegg_init
(nestegg ** context, nestegg_io io, nestegg_log callback);
147
@param context #nestegg context to be freed. @see
nestegg_init
*/
151
@param context Stream context initialized by #
nestegg_init
.
160
@param context Stream context initialized by #
nestegg_init
.
167
@param context Stream context initialized by #
nestegg_init
.
176
@param context Stream context initialized by #
nestegg_init
.
184
@param context Stream context initialized by #
nestegg_init
.
192
@param context Stream context initialized by #
nestegg_init
.
202
@param context Stream context initialized by #
nestegg_init
[
all
...]
/external/libvpx/nestegg/test/
test.c
105
r =
nestegg_init
(&ctx, io, log_callback);
/external/libvpx/
vpxdec.c
583
if(
nestegg_init
(&input->nestegg_ctx, io, NULL))
[
all
...]
/external/libvpx/nestegg/src/
nestegg.c
1411
nestegg_init
(nestegg ** context, nestegg_io io, nestegg_log callback)
function
[
all
...]
Completed in 16 milliseconds