Home
last modified time | relevance | path

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

/external/webrtc/common_video/libyuv/
Dlibyuv_unittest.cc117 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()
Dwebrtc_libyuv.cc72 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/
Dwebrtc_libyuv.h68 int PrintVideoFrame(const VideoFrame& frame, FILE* file);
69 int PrintVideoFrame(const I420BufferInterface& frame, FILE* file);