Searched refs:WebmInputContext (Results 1 – 3 of 3) sorted by relevance
23 struct WebmInputContext { struct31 int file_is_webm(struct WebmInputContext *webm_ctx, argument34 int webm_read_frame(struct WebmInputContext *webm_ctx,39 int webm_guess_framerate(struct WebmInputContext *webm_ctx,42 void webm_free(struct WebmInputContext *webm_ctx);
58 int file_is_webm(struct WebmInputContext *webm_ctx, in file_is_webm()111 int webm_read_frame(struct WebmInputContext *webm_ctx, in webm_read_frame()146 int webm_guess_framerate(struct WebmInputContext *webm_ctx, in webm_guess_framerate()192 void webm_free(struct WebmInputContext *webm_ctx) { in webm_free()
43 struct WebmInputContext *webm_ctx;531 struct WebmInputContext webm_ctx = {0}; in main_loop()