Home
last modified time | relevance | path

Searched refs:kDefaultPeriodCount (Results 1 – 4 of 4) sorted by relevance

/external/tinyalsa_new/tests/include/
Dpcm_test_device.h56 static constexpr unsigned int kDefaultPeriodCount = 3; variable
61 .period_count = kDefaultPeriodCount,
64 .stop_threshold = kDefaultPeriodSize * kDefaultPeriodCount,
/external/tinyalsa_new/tests/src/
Dpcm_out_test.cc59 static constexpr unsigned int kDefaultPeriodCount = 3; member in tinyalsa::testing::PcmOutTest
64 .period_count = kDefaultPeriodCount,
67 .stop_threshold = kDefaultPeriodSize * kDefaultPeriodCount,
Dpcm_in_test.cc59 static constexpr unsigned int kDefaultPeriodCount = 3; member in tinyalsa::testing::PcmInTest
64 .period_count = kDefaultPeriodCount,
Dpcm_loopback_test.cc163 .period_count = kDefaultPeriodCount, in SetUp()
177 .period_count = kDefaultPeriodCount, in SetUp()
180 .stop_threshold = kDefaultPeriodSize * kDefaultPeriodCount, in SetUp()