HomeSort by relevance Sort by last modified time
    Searched refs:nestegg_init (Results 1 - 10 of 10) 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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
webm_video_source.h 111 ASSERT_FALSE(nestegg_init(&nestegg_ctx_, io, NULL, -1))
112 << "nestegg_init failed";
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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))
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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 685 milliseconds