/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...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
webmdec.h | 19 struct nestegg; 27 struct nestegg *nestegg_ctx;
|
examples.mk | 32 vpxdec.SRCS += third_party/nestegg/halloc/halloc.h 33 vpxdec.SRCS += third_party/nestegg/halloc/src/align.h 34 vpxdec.SRCS += third_party/nestegg/halloc/src/halloc.c 35 vpxdec.SRCS += third_party/nestegg/halloc/src/hlist.h 36 vpxdec.SRCS += third_party/nestegg/halloc/src/macros.h 37 vpxdec.SRCS += third_party/nestegg/include/nestegg/nestegg.h 38 vpxdec.SRCS += third_party/nestegg/src/nestegg. [all...] |
webmdec.c | 15 #include "third_party/nestegg/include/nestegg/nestegg.h" 48 static void nestegg_log_cb(nestegg *context,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
webm_video_source.h | 17 #include "third_party/nestegg/include/nestegg/nestegg.h" 62 nestegg_log_cb(nestegg *context, unsigned int severity, char const *format, 178 nestegg *nestegg_ctx_;
|
/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...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/test/ |
test.c | 12 #include "nestegg/nestegg.h" 43 log_callback(nestegg * ctx, unsigned int severity, char const * fmt, ...) 81 nestegg * ctx;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/ |
ftfy.sh | 126 nestegg/*) continue;;
|