HomeSort by relevance Sort by last modified time
    Searched refs:file_is_webm (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/
webmdec.h 40 int file_is_webm(struct WebmInputContext *webm_ctx,
webmdec.cc 62 int file_is_webm(struct WebmInputContext *webm_ctx, function
vpxdec.c 687 else if (file_is_webm(input.webm_ctx, input.vpx_input_ctx))
    [all...]
  /external/libvpx/libvpx/test/
webm_video_source.h 46 ASSERT_EQ(file_is_webm(webm_ctx_, vpx_ctx_), 1) << "file is not WebM";

Completed in 117 milliseconds