Home
last modified time | relevance | path

Searched refs:nestegg_init (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/include/nestegg/
Dnestegg.h159 int nestegg_init(nestegg ** context, nestegg_io io, nestegg_log callback, int64_t max_offset);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dwebm_video_source.h111 ASSERT_FALSE(nestegg_init(&nestegg_ctx_, io, NULL, -1)) in Begin()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dwebmdec.c68 if (nestegg_init(&webm_ctx->nestegg_ctx, io, NULL, -1)) in file_is_webm()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/test/
Dtest.c107 r = nestegg_init(&ctx, io, log_callback, -1); in main()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
Dnestegg.c1699 nestegg_init(nestegg ** context, nestegg_io io, nestegg_log callback, int64_t max_offset) in nestegg_init() function