Home
last modified time | relevance | path

Searched refs:frame_writer (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/test/testsupport/
Dframe_writer_unittest.cc41 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/v8/src/
Ddeoptimizer.cc872 FrameWriter frame_writer(this, output_frame, trace_scope_); in DoComputeInterpretedFrame() local
892 frame_writer.PushRawObject(roots.the_hole_value(), "padding\n"); in DoComputeInterpretedFrame()
896 frame_writer.PushTranslatedValue(value_iterator, "stack parameter"); in DoComputeInterpretedFrame()
900 frame_writer.top_offset()); in DoComputeInterpretedFrame()
916 frame_writer.PushCallerPc(caller_pc); in DoComputeInterpretedFrame()
924 frame_writer.PushCallerFp(caller_fp); in DoComputeInterpretedFrame()
926 intptr_t fp_value = top_address + frame_writer.top_offset(); in DoComputeInterpretedFrame()
940 frame_writer.PushCallerConstantPool(caller_cp); in DoComputeInterpretedFrame()
960 frame_writer.PushTranslatedValue(context_pos, "context\n"); in DoComputeInterpretedFrame()
963 frame_writer.PushTranslatedValue(function_iterator, "function\n"); in DoComputeInterpretedFrame()
[all …]
/external/webrtc/webrtc/test/
DBUILD.gn60 "testsupport/frame_writer.cc",
61 "testsupport/frame_writer.h",
Dtest.gyp144 'testsupport/frame_writer.cc',
145 'testsupport/frame_writer.h',
/external/webrtc/webrtc/modules/video_coding/codecs/tools/
Dvideo_quality_measurement.cc495 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/
Dvideoprocessor.cc44 FrameWriter* frame_writer, in VideoProcessorImpl() argument
51 frame_writer_(frame_writer), in VideoProcessorImpl()
72 assert(frame_writer); in VideoProcessorImpl()
Dvideoprocessor.h165 FrameWriter* frame_writer,