OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nestegg_init
(Results
1 - 5
of
5
) sorted by null
/external/libvpx/libvpx/test/
webm_video_source.h
111
ASSERT_FALSE(
nestegg_init
(&nestegg_ctx_, io, NULL, -1))
112
<< "
nestegg_init
failed";
/external/libvpx/libvpx/third_party/nestegg/include/nestegg/
nestegg.h
29
nestegg_init
(&demux_ctx, io, NULL);
159
int
nestegg_init
(nestegg ** context, nestegg_io io, nestegg_log callback, int64_t max_offset);
162
@param context #nestegg context to be freed. @see
nestegg_init
*/
166
@param context Stream context initialized by #
nestegg_init
.
175
@param context Stream context initialized by #
nestegg_init
.
182
@param context Stream context initialized by #
nestegg_init
.
189
@param context Stream context initialized by #
nestegg_init
.
205
@param context Stream context initialized by #
nestegg_init
.
214
@param context Stream context initialized by #
nestegg_init
.
222
@param context Stream context initialized by #
nestegg_init
[
all
...]
/external/libvpx/libvpx/
webmdec.c
68
if (
nestegg_init
(&webm_ctx->nestegg_ctx, io, NULL, -1))
/external/libvpx/libvpx/third_party/nestegg/test/
test.c
107
r =
nestegg_init
(&ctx, io, log_callback, -1);
/external/libvpx/libvpx/third_party/nestegg/src/
nestegg.c
1699
nestegg_init
(nestegg ** context, nestegg_io io, nestegg_log callback, int64_t max_offset)
function
[
all
...]
Completed in 42 milliseconds