mirror of
https://gitee.com/openharmony/xts_hats
synced 2025-01-09 09:52:31 +00:00
uodate audio branchmark test
Signed-off-by: liangzhenyu123 <liangzhenyu6@huawei.com> Change-Id: I91b4e627e92f0ae7f659d7d85c72e915c43cd56f
This commit is contained in:
parent
2e49c8febc
commit
99496f629b
@ -976,8 +976,7 @@ BENCHMARK_F(AudioCaptureBenchmarkTest, SUB_DriverSystem_Benchmark_AudioCaptureGe
|
||||
.portType = PORT_IN, .adapterName = ADAPTER_NAME.c_str(), .pins = PIN_IN_MIC, .totalTime = 0
|
||||
};
|
||||
char keyValueList[] = "attr-format=24;attr-frame-count=4096;";
|
||||
char keyValueListExp[] = "attr-route=0;attr-format=24;attr-channels=2;attr-frame-count=4096;\
|
||||
attr-sampling-rate=48000";
|
||||
char keyValueListExp[] = "attr-route=0;attr-format=24;attr-channels=2;attr-frame-count=4096;attr-sampling-rate=48000";
|
||||
char keyValueListValue[256] = {};
|
||||
int32_t listLenth = 256;
|
||||
ASSERT_NE(nullptr, GetAudioManager);
|
||||
|
Loading…
Reference in New Issue
Block a user