Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/example/
H A Daudio_capturer_test.cpp42 constexpr int32_t PAUSE_BUFFER_POSITION = 128; variable
173 if ((numBuffersToCapture == AudioTestConstants::PAUSE_BUFFER_POSITION) in StartCapture()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/example/
H A Daudio_renderer_test.cpp41 constexpr int32_t PAUSE_BUFFER_POSITION = 1400000; variable
169 } else if (!pauseTested && (currFilePos > PAUSE_BUFFER_POSITION) in TestPauseStop()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/unittest/renderer_test/src/
H A Daudio_renderer_unit_test.cpp48 constexpr int32_t PAUSE_BUFFER_POSITION = 400000; variable
2043 if (!pauseTested && (currFilePos > PAUSE_BUFFER_POSITION) && audioRenderer->Pause()) {
2533 if (!pauseTested && (currFilePos > PAUSE_BUFFER_POSITION) && audioRenderer->Pause()) {