Home
last modified time | relevance | path

Searched refs:WebmInputContext (Results 1 – 10 of 10) sorted by relevance

/external/libvpx/libvpx/
Dwebmdec.h21 struct WebmInputContext { struct
40 int file_is_webm(struct WebmInputContext *webm_ctx, argument
55 int webm_read_frame(struct WebmInputContext *webm_ctx, uint8_t **buffer,
59 int webm_guess_framerate(struct WebmInputContext *webm_ctx,
63 void webm_free(struct WebmInputContext *webm_ctx);
Dwebmdec.cc21 void reset(struct WebmInputContext *const webm_ctx) { in reset()
47 void get_first_cluster(struct WebmInputContext *const webm_ctx) { in get_first_cluster()
54 void rewind_and_reset(struct WebmInputContext *const webm_ctx, in rewind_and_reset()
62 int file_is_webm(struct WebmInputContext *webm_ctx, in file_is_webm()
121 int webm_read_frame(struct WebmInputContext *webm_ctx, uint8_t **buffer, in webm_read_frame()
198 int webm_guess_framerate(struct WebmInputContext *webm_ctx, in webm_guess_framerate()
224 void webm_free(struct WebmInputContext *webm_ctx) { reset(webm_ctx); } in webm_free()
Dvpxdec.c47 struct WebmInputContext *webm_ctx;
575 struct WebmInputContext webm_ctx; in main_loop()
/external/libaom/libaom/common/
Dwebmdec.h22 struct WebmInputContext { struct
41 int file_is_webm(struct WebmInputContext *webm_ctx, argument
57 int webm_read_frame(struct WebmInputContext *webm_ctx, uint8_t **buffer,
61 int webm_guess_framerate(struct WebmInputContext *webm_ctx,
65 void webm_free(struct WebmInputContext *webm_ctx);
Dwebmdec.cc23 void reset(struct WebmInputContext *const webm_ctx) { in reset()
49 void get_first_cluster(struct WebmInputContext *const webm_ctx) { in get_first_cluster()
56 void rewind_and_reset(struct WebmInputContext *const webm_ctx, in rewind_and_reset()
64 int file_is_webm(struct WebmInputContext *webm_ctx, in file_is_webm()
121 int webm_read_frame(struct WebmInputContext *webm_ctx, uint8_t **buffer, in webm_read_frame()
211 int webm_guess_framerate(struct WebmInputContext *webm_ctx, in webm_guess_framerate()
248 void webm_free(struct WebmInputContext *webm_ctx) { reset(webm_ctx); } in webm_free()
Dvideo_reader.c26 struct WebmInputContext webm_ctx;
/external/libvpx/libvpx/test/
Dwebm_video_source.h29 webm_ctx_(new WebmInputContext()), buf_(NULL), buf_sz_(0), frame_(0), in WebMVideoSource()
84 WebmInputContext *webm_ctx_;
/external/libaom/libaom/test/
Dwebm_video_source.h30 webm_ctx_(new WebmInputContext()), buf_(NULL), buf_sz_(0), frame_sz_(0), in WebMVideoSource()
86 WebmInputContext *webm_ctx_;
/external/libaom/libaom/tools/
Ddump_obu.cc46 WebmInputContext *webm_ctx = nullptr;
125 WebmInputContext webm_ctx; in main()
/external/libaom/libaom/apps/
Daomdec.c55 struct WebmInputContext *webm_ctx;
478 struct WebmInputContext webm_ctx; in main_loop()