Home | History | Annotate | Download | only in metrics

Lines Matching refs:c_str

36     remove(non_existing_file_.c_str());  // To be sure it doesn't exist.
41 FILE* dummy = fopen(empty_file_.c_str(), "wb");
45 remove(empty_file_.c_str());
56 EXPECT_EQ(0, I420PSNRFromFiles(video_file_.c_str(), video_file_.c_str(),
62 EXPECT_EQ(0, I420SSIMFromFiles(video_file_.c_str(), video_file_.c_str(),
68 EXPECT_EQ(0, I420MetricsFromFiles(video_file_.c_str(), video_file_.c_str(),
78 I420PSNRFromFiles(non_existing_file_.c_str(),
79 video_file_.c_str(), kWidth, kHeight,
85 I420SSIMFromFiles(non_existing_file_.c_str(),
86 video_file_.c_str(), kWidth, kHeight,
92 I420MetricsFromFiles(non_existing_file_.c_str(),
93 video_file_.c_str(), kWidth, kHeight,
100 I420PSNRFromFiles(video_file_.c_str(), non_existing_file_.c_str(),
106 I420SSIMFromFiles(video_file_.c_str(), non_existing_file_.c_str(),
112 I420MetricsFromFiles(video_file_.c_str(),
113 non_existing_file_.c_str(), kWidth, kHeight,
120 I420PSNRFromFiles(empty_file_.c_str(), video_file_.c_str(),
123 I420PSNRFromFiles(video_file_.c_str(), empty_file_.c_str(),
129 I420SSIMFromFiles(empty_file_.c_str(), video_file_.c_str(),
132 I420SSIMFromFiles(video_file_.c_str(), empty_file_.c_str(),
138 I420MetricsFromFiles(empty_file_.c_str(), video_file_.c_str(),
142 I420MetricsFromFiles(video_file_.c_str(), empty_file_.c_str(),