Searched refs:webm_ctx_ (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dwebm_video_source.h30 webm_ctx_(new WebmInputContext()),
40 webm_free(webm_ctx_);
42 delete webm_ctx_;
53 ASSERT_EQ(file_is_webm(webm_ctx_, vpx_ctx_), 1) << "file is not WebM";
65 const int status = webm_read_frame(webm_ctx_, &buf_, &buf_sz_, &buf_sz_);
81 WebmInputContext *webm_ctx_; member in class:libvpx_test::WebMVideoSource

Completed in 80 milliseconds