Searched refs:frame_writer (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/webrtc/test/testsupport/ |
D | frame_writer_unittest.cc | 41 FrameWriterImpl frame_writer(temp_filename_, kFrameLength); in TEST_F() local 42 ASSERT_TRUE(frame_writer.Init()); in TEST_F() 43 ASSERT_EQ(kFrameLength, frame_writer.FrameLength()); in TEST_F() 58 FrameWriterImpl frame_writer(temp_filename_, kFrameLength); in TEST_F() local 59 ASSERT_FALSE(frame_writer.WriteFrame(buffer)); in TEST_F()
|
/external/webrtc/webrtc/test/ |
D | BUILD.gn | 60 "testsupport/frame_writer.cc", 61 "testsupport/frame_writer.h",
|
D | test.gyp | 144 'testsupport/frame_writer.cc', 145 'testsupport/frame_writer.h',
|
/external/webrtc/webrtc/modules/video_coding/codecs/tools/ |
D | video_quality_measurement.cc | 495 webrtc::test::FrameWriterImpl frame_writer(config.output_filename, in main() local 498 frame_writer.Init(); in main() 510 &frame_writer, &packet_manipulator, in main() 534 frame_writer.Close(); in main()
|
/external/webrtc/webrtc/modules/video_coding/codecs/test/ |
D | videoprocessor.cc | 44 FrameWriter* frame_writer, in VideoProcessorImpl() argument 51 frame_writer_(frame_writer), in VideoProcessorImpl() 72 assert(frame_writer); in VideoProcessorImpl()
|
D | videoprocessor.h | 165 FrameWriter* frame_writer,
|