OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nestegg
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/nestegg/include/nestegg/
nestegg.h
28
nestegg
* demux_ctx;
82
typedef struct
nestegg
nestegg
; /**< Opaque handle referencing the stream state. */
typedef in typeref:struct:nestegg
135
typedef void (* nestegg_log)(
nestegg
* context, unsigned int severity, char const * format, ...);
137
/** Initialize a
nestegg
context. During initialization the parser will
140
@param context Storage for the new
nestegg
context. @see nestegg_destroy
145
int nestegg_init(
nestegg
** context, nestegg_io io, nestegg_log callback);
147
/** Destroy a
nestegg
context and free associated memory.
148
@param context #
nestegg
context to be freed. @see nestegg_init */
149
void nestegg_destroy(
nestegg
* context)
[
all
...]
/external/libvpx/libvpx/nestegg/src/
nestegg.c
11
#include "
nestegg
/halloc/halloc.h"
12
#include "
nestegg
/include/
nestegg
/
nestegg
.h"
286
struct
nestegg
{
struct
444
E_SINGLE_MASTER(ID_EBML, TYPE_MASTER,
nestegg
, ebml),
445
E_SINGLE_MASTER_O(ID_SEGMENT, TYPE_MASTER,
nestegg
, segment),
677
ne_read_string(
nestegg
* ctx, char ** val, uint64_t length)
694
ne_read_binary(
nestegg
* ctx, struct ebml_binary * val, uint64_t length)
781
ne_ctx_push(
nestegg
* ctx, struct ebml_element_desc * ancestor, void * data
[
all
...]
Completed in 413 milliseconds