Searched defs:webm_ctx (Results  1 – 10 of 10) sorted by relevance
| /external/libvpx/ | 
| 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()
 226 void webm_free(struct WebmInputContext *webm_ctx) { reset(webm_ctx); }  in webm_free()
 
 | 
| D | webmenc.cc | 23 void write_webm_file_header(struct WebmOutputContext *webm_ctx,  in write_webm_file_header()70 void write_webm_block(struct WebmOutputContext *webm_ctx,  in write_webm_block()
 85 void write_webm_file_footer(struct WebmOutputContext *webm_ctx) {  in write_webm_file_footer()
 
 | 
| D | vpxdec.c | 47   struct WebmInputContext *webm_ctx;  member575   struct WebmInputContext webm_ctx;  in main_loop()  local
 
 | 
| D | vpxenc.c | 694   struct WebmOutputContext webm_ctx;  member
 | 
| /external/libaom/common/ | 
| 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 | webmenc.cc | 80 int write_webm_file_header(struct WebmOutputContext *webm_ctx,  in write_webm_file_header()198 int write_webm_block(struct WebmOutputContext *webm_ctx,  in write_webm_block()
 221 int write_webm_file_footer(struct WebmOutputContext *webm_ctx) {  in write_webm_file_footer()
 
 | 
| D | video_reader.c | 26   struct WebmInputContext webm_ctx;  member
 | 
| /external/libaom/tools/ | 
| D | dump_obu.cc | 46   WebmInputContext *webm_ctx = nullptr;  member129   WebmInputContext webm_ctx;  in main()  local
 
 | 
| /external/libaom/apps/ | 
| D | aomdec.c | 55   struct WebmInputContext *webm_ctx;  member484   struct WebmInputContext webm_ctx;  in main_loop()  local
 
 | 
| D | aomenc.c | 549   struct WebmOutputContext webm_ctx;  member
 |