Searched refs:file_is_webm (Results 1 – 4 of 4) sorted by relevance
40 int file_is_webm(struct WebmInputContext *webm_ctx,
62 int file_is_webm(struct WebmInputContext *webm_ctx, in file_is_webm() function
748 else if (file_is_webm(input.webm_ctx, input.vpx_input_ctx)) in main_loop()
53 ASSERT_EQ(file_is_webm(webm_ctx_, vpx_ctx_), 1) << "file is not WebM"; in Begin()