Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/opensles/test/example/
H A Daudio_opensles_player_test.cpp35 static void PlayerStart(SLPlayItf playItf, SLOHBufferQueueItf bufferQueueItf, FILE *wavFile);
200 PlayerStart(playItf, bufferQueueItf, wavFile_); in OpenSlTest()
270 PlayerStart(playItf1, bufferQueueItf1, wavFile1_); in OpenSlTestConcurrent()
271 PlayerStart(playItf2, bufferQueueItf2, wavFile2_); in OpenSlTestConcurrent()
289 static void PlayerStart(SLPlayItf playItf, SLOHBufferQueueItf bufferQueueItf, FILE *wavFile) in PlayerStart() function