Home
last modified time | relevance | path

Searched refs:cras_rstream_get_cb_threshold (Results 1 – 5 of 5) sorted by relevance

/external/adhd/cras/src/server/
Ddev_stream.c130 cras_frames_to_time(cras_rstream_get_cb_threshold(stream), in dev_stream_create()
166 cras_rstream_get_cb_threshold(dev_stream->stream), in dev_stream_set_dev_rate()
303 shm, cras_rstream_get_cb_threshold(rstream), in capture_copy_converted_to_stream()
375 shm, cras_rstream_get_cb_threshold(rstream), in dev_stream_capture()
421 unsigned int cb_threshold = cras_rstream_get_cb_threshold(rstream); in dev_stream_cb_threshold()
525 unsigned int frames_ready = cras_rstream_get_cb_threshold(rstream); in dev_stream_capture_update_rstream()
Dcras_rstream.h131 cras_rstream_get_cb_threshold(const struct cras_rstream *stream) in cras_rstream_get_cb_threshold() function
142 return cras_rstream_get_cb_threshold(stream); in cras_rstream_get_max_write_frames()
Ddev_io.c256 cras_rstream_get_cb_threshold(rstream), in fetch_streams()
1354 size_t out_cb_threshold = cras_rstream_get_cb_threshold(out_stream); in find_matched_input_stream()
1360 if (cras_rstream_get_cb_threshold(dev_stream->stream) != in find_matched_input_stream()
1489 cras_rstream_get_cb_threshold( in dev_io_append_stream()
/external/adhd/cras/src/tests/
Drstream_unittest.cc139 EXPECT_EQ(2048, cras_rstream_get_cb_threshold(s)); in TEST_F()
177 EXPECT_EQ(2048, cras_rstream_get_cb_threshold(s)); in TEST_F()
Daudio_thread_unittest_obsolete.cc843 frames_queued_ = cras_rstream_get_cb_threshold(rstream_); in TEST_F()
845 nsec_expected = (uint64_t)cras_rstream_get_cb_threshold(rstream_) * in TEST_F()
849 shm_->area->write_offset[0] = cras_rstream_get_cb_threshold(rstream_) * 4; in TEST_F()
850 shm2_->area->write_offset[0] = cras_rstream_get_cb_threshold(rstream2_) * 4; in TEST_F()
861 EXPECT_EQ(cras_rstream_get_cb_threshold(rstream_), dev_stream_mix_count); in TEST_F()
2149 unsigned int cb_threshold = cras_rstream_get_cb_threshold(rstream); in dev_stream_capture_avail()