Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_ai.cpp113 AUDIO_SOUND_MODE_E soundMode; in test_open_device_ai() local
134 soundMode = ai_find_sound_mode(ctx->s32Channel); in test_open_device_ai()
135 if (soundMode == AUDIO_SOUND_MODE_BUTT) { in test_open_device_ai()
138 aiAttr.enSoundmode = soundMode; in test_open_device_ai()
H A Dtest_mpi_ao.cpp118 AUDIO_SOUND_MODE_E soundMode; in test_open_device_ao() local
138 soundMode = find_sound_mode(ctx->s32Channel); in test_open_device_ao()
139 if (soundMode == AUDIO_SOUND_MODE_BUTT) { in test_open_device_ao()
142 aoAttr.enSoundmode = soundMode; in test_open_device_ao()
/OK3568_Linux_fs/external/rockit/tgi/sdk/include/
H A DRTAudioPacket.h42 void setSoundMode(const INT32 soundMode);
H A DRTAudioFrame.h46 void setSoundMode(const INT32 soundMode);