Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_ao.cpp128 aoAttr.soundCard.channels = ctx->s32DeviceChannel; in test_open_device_ao()
129 aoAttr.soundCard.sampleRate = ctx->s32SampleRate; in test_open_device_ao()
130 aoAttr.soundCard.bitWidth = AUDIO_BIT_WIDTH_16; in test_open_device_ao()
385 RK_LOGI("open sound card rate = %d", pstAttr.soundCard.sampleRate); in commandThread()
386 RK_LOGI("open sound card channel = %d", pstAttr.soundCard.channels); in commandThread()
H A Dtest_mpi_ai.cpp124 aiAttr.soundCard.channels = ctx->s32DeviceChannel; in test_open_device_ai()
125 aiAttr.soundCard.sampleRate = ctx->s32DeviceSampleRate; in test_open_device_ai()
126 aiAttr.soundCard.bitWidth = AUDIO_BIT_WIDTH_16; in test_open_device_ai()
/OK3568_Linux_fs/external/rockit/mpi/sdk/include/
H A Drk_comm_aio.h142 AIO_SOUND_CARD soundCard; member