HomeSort by relevance Sort by last modified time
    Searched defs:nestegg (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/nestegg/include/nestegg/
nestegg.h 28 nestegg * demux_ctx;
89 typedef struct nestegg nestegg; /**< Opaque handle referencing the stream state. */ typedef in typeref:struct:nestegg
148 typedef void (* nestegg_log)(nestegg * context, unsigned int severity, char const * format, ...);
150 /** Initialize a nestegg context. During initialization the parser will
153 @param context Storage for the new nestegg context. @see nestegg_destroy
159 int nestegg_init(nestegg ** context, nestegg_io io, nestegg_log callback, int64_t max_offset);
161 /** Destroy a nestegg context and free associated memory.
162 @param context #nestegg context to be freed. @see nestegg_init */
163 void nestegg_destroy(nestegg * context)
    [all...]
  /external/libvpx/libvpx/third_party/nestegg/include/nestegg/
nestegg.h 28 nestegg * demux_ctx;
89 typedef struct nestegg nestegg; /**< Opaque handle referencing the stream state. */ typedef in typeref:struct:nestegg
148 typedef void (* nestegg_log)(nestegg * context, unsigned int severity, char const * format, ...);
150 /** Initialize a nestegg context. During initialization the parser will
153 @param context Storage for the new nestegg context. @see nestegg_destroy
159 int nestegg_init(nestegg ** context, nestegg_io io, nestegg_log callback, int64_t max_offset);
161 /** Destroy a nestegg context and free associated memory.
162 @param context #nestegg context to be freed. @see nestegg_init */
163 void nestegg_destroy(nestegg * context)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/include/nestegg/
nestegg.h 28 nestegg * demux_ctx;
89 typedef struct nestegg nestegg; /**< Opaque handle referencing the stream state. */ typedef in typeref:struct:nestegg
148 typedef void (* nestegg_log)(nestegg * context, unsigned int severity, char const * format, ...);
150 /** Initialize a nestegg context. During initialization the parser will
153 @param context Storage for the new nestegg context. @see nestegg_destroy
159 int nestegg_init(nestegg ** context, nestegg_io io, nestegg_log callback, int64_t max_offset);
161 /** Destroy a nestegg context and free associated memory.
162 @param context #nestegg context to be freed. @see nestegg_init */
163 void nestegg_destroy(nestegg * context)
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/nestegg/src/
nestegg.c 11 #include "third_party/nestegg/halloc/halloc.h"
12 #include "third_party/nestegg/include/nestegg/nestegg.h"
296 struct nestegg { struct
460 E_SINGLE_MASTER(ID_EBML, TYPE_MASTER, nestegg, ebml),
461 E_SINGLE_MASTER_O(ID_SEGMENT, TYPE_MASTER, nestegg, segment),
693 ne_read_string(nestegg * ctx, char ** val, uint64_t length)
711 ne_read_binary(nestegg * ctx, struct ebml_binary * val, uint64_t length)
812 ne_ctx_push(nestegg * ctx, struct ebml_element_desc * ancestor, void * data
    [all...]
  /external/libvpx/libvpx/third_party/nestegg/src/
nestegg.c 11 #include "third_party/nestegg/halloc/halloc.h"
12 #include "third_party/nestegg/include/nestegg/nestegg.h"
296 struct nestegg { struct
460 E_SINGLE_MASTER(ID_EBML, TYPE_MASTER, nestegg, ebml),
461 E_SINGLE_MASTER_O(ID_SEGMENT, TYPE_MASTER, nestegg, segment),
693 ne_read_string(nestegg * ctx, char ** val, uint64_t length)
711 ne_read_binary(nestegg * ctx, struct ebml_binary * val, uint64_t length)
812 ne_ctx_push(nestegg * ctx, struct ebml_element_desc * ancestor, void * data
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
nestegg.c 11 #include "third_party/nestegg/halloc/halloc.h"
12 #include "third_party/nestegg/include/nestegg/nestegg.h"
296 struct nestegg { struct
460 E_SINGLE_MASTER(ID_EBML, TYPE_MASTER, nestegg, ebml),
461 E_SINGLE_MASTER_O(ID_SEGMENT, TYPE_MASTER, nestegg, segment),
693 ne_read_string(nestegg * ctx, char ** val, uint64_t length)
711 ne_read_binary(nestegg * ctx, struct ebml_binary * val, uint64_t length)
812 ne_ctx_push(nestegg * ctx, struct ebml_element_desc * ancestor, void * data
    [all...]

Completed in 392 milliseconds