Home
last modified time | relevance | path

Searched refs:PrintVideoFrame (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/webrtc/common_video/libyuv/
Dlibyuv_unittest.cc155 if (PrintVideoFrame(res_i420_frame, output_file) < 0) { in TEST_F()
175 if (PrintVideoFrame(res_i420_frame, output_file) < 0) { in TEST_F()
191 if (PrintVideoFrame(res_i420_frame, output_file) < 0) { in TEST_F()
225 if (PrintVideoFrame(res_i420_frame, output_file) < 0) { in TEST_F()
240 if (PrintVideoFrame(res_i420_frame, output_file) < 0) { in TEST_F()
260 if (PrintVideoFrame(res_i420_frame, output_file) < 0) { in TEST_F()
292 if (PrintVideoFrame(res_i420_frame, output_file) < 0) { in TEST_F()
Dwebrtc_libyuv.cc105 int PrintVideoFrame(const VideoFrame& frame, FILE* file) { in PrintVideoFrame() function
Dscaler_unittest.cc380 if (PrintVideoFrame(output_frame, output_file) < 0) { in ScaleSequence()
/external/webrtc/webrtc/common_video/libyuv/include/
Dwebrtc_libyuv.h86 int PrintVideoFrame(const VideoFrame& frame, FILE* file);
/external/webrtc/webrtc/modules/video_processing/test/
Ddeflickering_test.cc73 if (PrintVideoFrame(video_frame_, deflickerFile) < 0) { in TEST_F()
Dvideo_processing_unittest.cc409 if (PrintVideoFrame(processed, stand_alone_file) < 0)
/external/webrtc/webrtc/modules/video_coding/test/
Dtest_util.cc129 if (PrintVideoFrame(video_frame, out_file_) < 0) { in FrameToRender()
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dvp8_sequence_coder.cc84 EXPECT_EQ(0, webrtc::PrintVideoFrame(image, decoded_file_)); in Decoded()
/external/webrtc/webrtc/video/
Dreplay.cc182 PrintVideoFrame(video_frame, file_); in RenderFrame()