HomeSort by relevance Sort by last modified time
    Searched refs:kTestFramesPerPacket (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/media/audio/cras/
cras_unified_unittest.cc 68 return CreateStream(layout, kTestFramesPerPacket);
86 static const uint32 kTestFramesPerPacket;
101 const uint32 CrasUnifiedStreamTest::kTestFramesPerPacket = 1000;
116 kTestFramesPerPacket);
123 0, kTestBitsPerSample, kTestFramesPerPacket);
145 Return(kTestFramesPerPacket)));
cras_input_unittest.cc 55 return CreateStream(layout, kTestFramesPerPacket);
80 unsigned int expected_size = (kTestFramesPerPacket - 8) *
105 static const uint32 kTestFramesPerPacket;
120 const uint32 CrasInputStreamTest::kTestFramesPerPacket = 1000;
140 kTestFramesPerPacket);
152 kTestFramesPerPacket);
165 kTestFramesPerPacket);
199 kTestFramesPerPacket);
209 kTestFramesPerPacket);
  /external/chromium_org/media/audio/alsa/
alsa_output_unittest.cc 124 return CreateStream(layout, kTestFramesPerPacket);
164 static const uint32 kTestFramesPerPacket;
199 const uint32 AlsaPcmOutputStreamTest::kTestFramesPerPacket = 1000;
201 AlsaPcmOutputStreamTest::kTestFramesPerPacket *
240 kTestFramesPerPacket);
251 kTestBitsPerSample, kTestFramesPerPacket);
277 .WillOnce(DoAll(SetArgumentPointee<1>(kTestFramesPerPacket),
278 SetArgumentPointee<2>(kTestFramesPerPacket / 2),
305 .WillOnce(DoAll(SetArgumentPointee<1>(kTestFramesPerPacket),
306 SetArgumentPointee<2>(kTestFramesPerPacket / 2)
    [all...]

Completed in 1137 milliseconds