Searched refs:channelMode (Results 1 - 5 of 5) sorted by relevance
/drivers/hdf_core/framework/test/unittest/platform/common/ |
H A D | i2s_test.h | 40 uint8_t channelMode; /**< I2S mode,data channel */ member
|
H A D | i2s_test.c | 38 HDF_LOGD("I2sSetCfgTest: sampleRate[%u], type[%u], channelMode[%u], samplePrecision[%u], \ in I2sSetCfgTest() 40 test->sampleRate, test->type, test->channelMode, test->samplePrecision, in I2sSetCfgTest() 46 cfg.channelMode = test->channelMode; in I2sSetCfgTest() 69 HDF_LOGD("I2sGetCfgTest: sampleRate[%u], type[%u], channelMode[%u], samplePrecision[%u], \ in I2sGetCfgTest() 71 test->sampleRate, test->type, test->channelMode, test->samplePrecision, in I2sGetCfgTest() 411 ret = face->GetUint8(node, "channelMode", &test->channelMode, 0); in I2sTestInitCodecFromHcs() 413 HDF_LOGE("I2sTestInitCodecFromHcs: read channelMode fail!"); in I2sTestInitCodecFromHcs()
|
/drivers/hdf_core/framework/include/platform/ |
H A D | i2s_if.h | 152 enum I2sChannelMode channelMode; /**< I2S mode,data channel */ member
|
/drivers/peripheral/audio/test/unittest/common/render/ |
H A D | audio_render_common_test.cpp | 775 enum AudioChannelMode channelMode = AUDIO_CHANNEL_NORMAL; in HWTEST_F() local 776 int32_t ret = render_->GetChannelMode(nullptr, &channelMode); in HWTEST_F() 785 enum AudioChannelMode channelMode = AUDIO_CHANNEL_NORMAL; in HWTEST_F() local 786 int32_t ret = render_->GetChannelMode(render_, &channelMode); in HWTEST_F()
|
/drivers/peripheral/audio/test/benchmarktest/render/ |
H A D | audio_render_benchmarktest.cpp | 660 enum AudioChannelMode channelMode = AUDIO_CHANNEL_NORMAL;
in BENCHMARK_F() local 663 ret = render_->GetChannelMode(render_, &channelMode);
in BENCHMARK_F()
|
Completed in 9 milliseconds