Home | History | Annotate | Download | only in libvpx

Lines Matching refs:webm_ctx

47   struct WebmInputContext *webm_ctx;
251 return webm_read_frame(input->webm_ctx, buf, bytes_in_buffer);
551 struct WebmInputContext webm_ctx;
552 memset(&(webm_ctx), 0, sizeof(webm_ctx));
553 input.webm_ctx = &webm_ctx;
687 else if (file_is_webm(input.webm_ctx, input.vpx_input_ctx))
722 if (webm_guess_framerate(input.webm_ctx, input.vpx_input_ctx)) {
1042 webm_free(input.webm_ctx);