Home
last modified time | relevance | path

Searched refs:nestegg (Results 1 – 13 of 13) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/
D0001-include-paths.diff1 diff --git a/nestegg/halloc/src/halloc.c b/nestegg/halloc/src/halloc.c
3 --- a/nestegg/halloc/src/halloc.c
4 +++ b/nestegg/halloc/src/halloc.c
10 +#include "third_party/nestegg/halloc/halloc.h"
14 diff --git a/nestegg/include/nestegg/nestegg.h b/nestegg/include/nestegg/nestegg.h
16 --- a/nestegg/include/nestegg/nestegg.h
17 +++ b/nestegg/include/nestegg/nestegg.h
22 -#include <nestegg/nestegg-stdint.h>
27 diff --git a/nestegg/src/nestegg.c b/nestegg/src/nestegg.c
29 --- a/nestegg/src/nestegg.c
[all …]
D0002-ne_read_simple-uninitialized_variable.diff1 diff --git a/nestegg/src/nestegg.c b/nestegg/src/nestegg.c
3 --- a/nestegg/src/nestegg.c
4 +++ b/nestegg/src/nestegg.c
6 ne_read_simple(nestegg * ctx, struct ebml_element_desc * desc, size_t length)
14 @@ -968,7 +968,6 @@ ne_read_simple(nestegg * ctx, struct ebml_element_desc * desc, size_t length)
DREADME.webm1 URL: https://github.com/kinetiknz/nestegg.git
12 - nestegg/0001-include-paths.diff
16 nestegg.c|975 col 6| warning: ‘r’ may be used uninitialized in this function [-Wuninitialized]
DTODO16 - Add an asynchronous error code to struct nestegg and ensure that API calls
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/include/nestegg/
Dnestegg.h89 typedef struct nestegg nestegg; /**< Opaque handle referencing the stream state. */ typedef
148 typedef void (* nestegg_log)(nestegg * context, unsigned int severity, char const * format, ...);
159 int nestegg_init(nestegg ** context, nestegg_io io, nestegg_log callback, int64_t max_offset);
163 void nestegg_destroy(nestegg * context);
170 int nestegg_duration(nestegg * context, uint64_t * duration);
179 int nestegg_tstamp_scale(nestegg * context, uint64_t * scale);
186 int nestegg_track_count(nestegg * context, unsigned int * tracks);
198 int nestegg_get_cue_point(nestegg * context, unsigned int cluster_num,
209 int nestegg_offset_seek(nestegg * context, uint64_t offset);
219 int nestegg_track_seek(nestegg * context, unsigned int track, uint64_t tstamp);
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
Dnestegg.c296 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) in ne_read_string()
711 ne_read_binary(nestegg * ctx, struct ebml_binary * val, uint64_t length) in ne_read_binary()
812 ne_ctx_push(nestegg * ctx, struct ebml_element_desc * ancestor, void * data) in ne_ctx_push()
824 ne_ctx_pop(nestegg * ctx) in ne_ctx_pop()
834 ne_ctx_save(nestegg * ctx, struct saved_state * s) in ne_ctx_save()
847 ne_ctx_restore(nestegg * ctx, struct saved_state * s) in ne_ctx_restore()
862 ne_peek_element(nestegg * ctx, uint64_t * id, uint64_t * size) in ne_peek_element()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dwebmdec.h19 struct nestegg;
27 struct nestegg *nestegg_ctx;
Dexamples.mk32 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.c
Dwebmdec.c48 static void nestegg_log_cb(nestegg *context, in nestegg_log_cb()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dwebm_video_source.h62 nestegg_log_cb(nestegg *context, unsigned int severity, char const *format, in nestegg_log_cb()
178 nestegg *nestegg_ctx_;
Dtest.mk45 NESTEGG_SRCS += ../third_party/nestegg/halloc/halloc.h
46 NESTEGG_SRCS += ../third_party/nestegg/halloc/src/align.h
47 NESTEGG_SRCS += ../third_party/nestegg/halloc/src/halloc.c
48 NESTEGG_SRCS += ../third_party/nestegg/halloc/src/hlist.h
49 NESTEGG_SRCS += ../third_party/nestegg/include/nestegg/nestegg.h
50 NESTEGG_SRCS += ../third_party/nestegg/src/nestegg.c
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/test/
Dtest.c43 log_callback(nestegg * ctx, unsigned int severity, char const * fmt, ...) in log_callback()
81 nestegg * ctx; in main()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
Dftfy.sh126 nestegg/*) continue;;