Searched refs:webm_ctx (Results 1 – 3 of 3) sorted by relevance
21 void reset(struct WebmInputContext *const webm_ctx) { in reset() argument22 if (webm_ctx->reader != NULL) { in reset()24 reinterpret_cast<mkvparser::MkvReader*>(webm_ctx->reader); in reset()27 if (webm_ctx->segment != NULL) { in reset()29 reinterpret_cast<mkvparser::Segment*>(webm_ctx->segment); in reset()32 if (webm_ctx->buffer != NULL) { in reset()33 delete[] webm_ctx->buffer; in reset()35 webm_ctx->reader = NULL; in reset()36 webm_ctx->segment = NULL; in reset()37 webm_ctx->buffer = NULL; in reset()[all …]
40 int file_is_webm(struct WebmInputContext *webm_ctx,58 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);
47 struct WebmInputContext *webm_ctx; member260 return webm_read_frame(input->webm_ctx, in read_frame()595 struct WebmInputContext webm_ctx; in main_loop() local596 memset(&(webm_ctx), 0, sizeof(webm_ctx)); in main_loop()597 input.webm_ctx = &webm_ctx; in main_loop()748 else if (file_is_webm(input.webm_ctx, input.vpx_input_ctx)) in main_loop()782 if (webm_guess_framerate(input.webm_ctx, input.vpx_input_ctx)) { in main_loop()1118 webm_free(input.webm_ctx); in main_loop()