Searched defs:webm_ctx (Results 1 – 2 of 2) sorted by relevance
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; member595 struct WebmInputContext webm_ctx; in main_loop() local