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