Home
last modified time | relevance | path

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

/external/webrtc/video/
Dreceive_statistics_proxy_unittest.cc59 return CreateVideoFrame(width, height, 0); in CreateFrame()
63 return CreateVideoFrame(kWidth, kHeight, render_time_ms); in CreateFrameWithRenderTimeMs()
66 VideoFrame CreateVideoFrame(int width, int height, int64_t render_time_ms) { in CreateVideoFrame() function in webrtc::ReceiveStatisticsProxyTest
Dreceive_statistics_proxy2_unittest.cc77 return CreateVideoFrame(width, height, 0); in CreateFrame()
85 return CreateVideoFrame(kWidth, kHeight, render_time_ms); in CreateFrameWithRenderTimeMs()
88 VideoFrame CreateVideoFrame(int width, int height, int64_t render_time_ms) { in CreateVideoFrame() function in webrtc::internal::ReceiveStatisticsProxy2Test
Dvideo_send_stream_tests.cc100 VideoFrame CreateVideoFrame(int width, int height, int64_t timestamp_ms) { in CreateVideoFrame() function
2383 forwarder.IncomingCapturedFrame(CreateVideoFrame(640, 480, 4)); in TEST_F()
2434 forwarder.IncomingCapturedFrame(CreateVideoFrame(640, 480, 4)); in TEST_F()