Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/example/
H A Daudio_renderer_test.cpp40 constexpr int32_t STOP_BUFFER_POSITION = 700000; variable
161 if (!stopTested && (currFilePos > STOP_BUFFER_POSITION) && audioRenderer->Stop()) { in TestPauseStop()