Searched refs:PrintVideoFrame (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/common_video/libyuv/ |
D | libyuv_unittest.cc | 117 if (PrintVideoFrame(*res_i420_buffer, output_file) < 0) { in TEST_F() 145 if (PrintVideoFrame(*res_i420_buffer, output_file) < 0) { in TEST_F() 172 if (PrintVideoFrame(*res_i420_buffer, output_file) < 0) { in TEST_F() 192 if (PrintVideoFrame(*res_i420_buffer, output_file) < 0) { in TEST_F() 215 if (PrintVideoFrame(*res_i420_buffer, output_file) < 0) { in TEST_F() 243 if (PrintVideoFrame(*res_i420_buffer, output_file) < 0) { in TEST_F() 286 if (PrintVideoFrame(*res_i420_buffer, output_file) < 0) { in TEST_F()
|
D | webrtc_libyuv.cc | 72 int PrintVideoFrame(const I420BufferInterface& frame, FILE* file) { in PrintVideoFrame() function 92 int PrintVideoFrame(const VideoFrame& frame, FILE* file) { in PrintVideoFrame() function 93 return PrintVideoFrame(*frame.video_frame_buffer()->ToI420(), file); in PrintVideoFrame()
|
/external/webrtc/common_video/libyuv/include/ |
D | webrtc_libyuv.h | 68 int PrintVideoFrame(const VideoFrame& frame, FILE* file); 69 int PrintVideoFrame(const I420BufferInterface& frame, FILE* file);
|