/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/ |
examples.mk | 27 vpxdec.SRCS += nestegg/halloc/halloc.h 28 vpxdec.SRCS += nestegg/halloc/src/align.h 29 vpxdec.SRCS += nestegg/halloc/src/halloc.c 30 vpxdec.SRCS += nestegg/halloc/src/hlist.h 31 vpxdec.SRCS += nestegg/halloc/src/macros.h 32 vpxdec.SRCS += nestegg/include/nestegg/nestegg.h 33 vpxdec.SRCS += nestegg/src/nestegg. [all...] |
vpxdec.c | 33 #include "nestegg/include/nestegg/nestegg.h" 193 nestegg *nestegg_ctx; 461 nestegg_log_cb(nestegg *context, unsigned int severity, char const *format, [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...] |
/external/libvpx/libvpx/test/ |
webm_video_source.h | 17 #include "nestegg/include/nestegg/nestegg.h" 62 nestegg_log_cb(nestegg *context, unsigned int severity, char const *format, 172 nestegg *nestegg_ctx_;
|
/external/libvpx/libvpx/nestegg/test/ |
test.c | 12 #include "nestegg/nestegg.h" 41 log_callback(nestegg * ctx, unsigned int severity, char const * fmt, ...) 79 nestegg * ctx;
|
/external/libvpx/libvpx/tools/ |
ftfy.sh | 126 nestegg/*) continue;;
|