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

/external/libvpx/libvpx/test/
H A Dwebm_video_source.h29 vpx_ctx_(new VpxInputContext()),
38 if (vpx_ctx_->file != NULL)
39 fclose(vpx_ctx_->file);
41 delete vpx_ctx_;
49 vpx_ctx_->file = OpenTestDataFile(file_name_);
50 ASSERT_TRUE(vpx_ctx_->file != NULL) << "Input file open failed. Filename: "
53 ASSERT_EQ(file_is_webm(webm_ctx_, vpx_ctx_), 1) << "file is not WebM";
64 ASSERT_TRUE(vpx_ctx_->file != NULL);
80 VpxInputContext *vpx_ctx_; member in class:libvpx_test::WebMVideoSource

Completed in 101 milliseconds