Searched refs:WebmInputContext (Results 1 – 4 of 4) sorted by relevance
21 struct WebmInputContext { struct40 int file_is_webm(struct WebmInputContext *webm_ctx, argument58 int webm_read_frame(struct WebmInputContext *webm_ctx,64 int webm_guess_framerate(struct WebmInputContext *webm_ctx,68 void webm_free(struct WebmInputContext *webm_ctx);
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()123 int webm_read_frame(struct WebmInputContext *webm_ctx, in webm_read_frame()202 int webm_guess_framerate(struct WebmInputContext *webm_ctx, in webm_guess_framerate()229 void webm_free(struct WebmInputContext *webm_ctx) { in webm_free()
47 struct WebmInputContext *webm_ctx;595 struct WebmInputContext webm_ctx; in main_loop()
30 webm_ctx_(new WebmInputContext()), in WebMVideoSource()93 WebmInputContext *webm_ctx_;