Searched refs:PrintVideoFrame (Results 1 – 9 of 9) sorted by relevance
/external/webrtc/webrtc/common_video/libyuv/ |
D | libyuv_unittest.cc | 155 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()
|
D | webrtc_libyuv.cc | 105 int PrintVideoFrame(const VideoFrame& frame, FILE* file) { in PrintVideoFrame() function
|
D | scaler_unittest.cc | 380 if (PrintVideoFrame(output_frame, output_file) < 0) { in ScaleSequence()
|
/external/webrtc/webrtc/common_video/libyuv/include/ |
D | webrtc_libyuv.h | 86 int PrintVideoFrame(const VideoFrame& frame, FILE* file);
|
/external/webrtc/webrtc/modules/video_processing/test/ |
D | deflickering_test.cc | 73 if (PrintVideoFrame(video_frame_, deflickerFile) < 0) { in TEST_F()
|
D | video_processing_unittest.cc | 409 if (PrintVideoFrame(processed, stand_alone_file) < 0)
|
/external/webrtc/webrtc/modules/video_coding/test/ |
D | test_util.cc | 129 if (PrintVideoFrame(video_frame, out_file_) < 0) { in FrameToRender()
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
D | vp8_sequence_coder.cc | 84 EXPECT_EQ(0, webrtc::PrintVideoFrame(image, decoded_file_)); in Decoded()
|
/external/webrtc/webrtc/video/ |
D | replay.cc | 182 PrintVideoFrame(video_frame, file_); in RenderFrame()
|