Home
last modified time | relevance | path

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

/external/webrtc/talk/media/base/
Dvideoadapter_unittest.cc79 int captured_frames; member
114 stats.captured_frames = captured_frames_; in GetStats()
178 EXPECT_GE(stats.captured_frames, 10); in TEST_F()
193 EXPECT_GE(stats.captured_frames, 10); in TEST_F()
210 EXPECT_GE(stats.captured_frames, 10); in TEST_F()
227 EXPECT_GE(stats.captured_frames, 10); in TEST_F()
228 EXPECT_EQ(stats.captured_frames / 2, stats.dropped_frames); in TEST_F()
244 EXPECT_GE(stats.captured_frames, 30); in TEST_F()
246 EXPECT_EQ(stats.captured_frames * 1 / 3, stats.dropped_frames); in TEST_F()
405 EXPECT_GE(stats.captured_frames, 10); in TEST_F()
[all …]
Dvideoengine_unittest.h978 int captured_frames = 1; in AddRemoveCapturer() local
984 ++captured_frames; in AddRemoveCapturer()
986 EXPECT_TRUE_WAIT(renderer_.num_rendered_frames() >= captured_frames && in AddRemoveCapturer()
990 EXPECT_GE(renderer_.num_rendered_frames(), captured_frames); in AddRemoveCapturer()
993 captured_frames = renderer_.num_rendered_frames() + 1; in AddRemoveCapturer()
999 EXPECT_TRUE_WAIT(renderer_.num_rendered_frames() >= captured_frames && in AddRemoveCapturer()
1003 EXPECT_GE(renderer_.num_rendered_frames(), captured_frames); in AddRemoveCapturer()
/external/adhd/cras/src/libcras/
Dcras_client.c1034 uint8_t **captured_frames, in config_capture_buf() argument
1039 *captured_frames = cras_shm_get_read_buffer_base(&stream->capture_shm); in config_capture_buf()
1097 uint8_t *captured_frames; in handle_capture_data_ready() local
1108 num_frames = config_capture_buf(stream, &captured_frames, num_frames); in handle_capture_data_ready()
1117 captured_frames, in handle_capture_data_ready()
1126 captured_frames, in handle_capture_data_ready()