Searched refs:WebmInputContext (Results 1 – 10 of 10) sorted by relevance
/external/libvpx/libvpx/ |
D | webmdec.h | 21 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);
|
D | webmdec.cc | 21 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()
|
D | vpxdec.c | 47 struct WebmInputContext *webm_ctx; 575 struct WebmInputContext webm_ctx; in main_loop()
|
/external/libaom/libaom/common/ |
D | webmdec.h | 22 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);
|
D | webmdec.cc | 23 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()
|
D | video_reader.c | 26 struct WebmInputContext webm_ctx;
|
/external/libvpx/libvpx/test/ |
D | webm_video_source.h | 29 webm_ctx_(new WebmInputContext()), buf_(NULL), buf_sz_(0), frame_(0), in WebMVideoSource() 84 WebmInputContext *webm_ctx_;
|
/external/libaom/libaom/test/ |
D | webm_video_source.h | 30 webm_ctx_(new WebmInputContext()), buf_(NULL), buf_sz_(0), frame_sz_(0), in WebMVideoSource() 86 WebmInputContext *webm_ctx_;
|
/external/libaom/libaom/tools/ |
D | dump_obu.cc | 46 WebmInputContext *webm_ctx = nullptr; 125 WebmInputContext webm_ctx; in main()
|
/external/libaom/libaom/apps/ |
D | aomdec.c | 55 struct WebmInputContext *webm_ctx; 478 struct WebmInputContext webm_ctx; in main_loop()
|