Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/audio/test/systemtest/common/hdi_service_common/include/
H A Dhdi_service_common.h138 uint64_t getframesize; member
/ohos5.0/drivers/peripheral/audio/test/systemtest/common/hdi_common/include/
H A Daudio_hdi_common.h164 uint64_t getframesize; member
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/audio/
H A Dinterface_i_audio_capture_v10.md33 | [GetFrameSize](#getframesize) ([out] unsigned long size) | 获取一帧音频数据的长度(字节数)大小。 |
H A Dinterface_i_audio_capture_v20.md31 | [GetFrameSize](#getframesize) ([out] unsigned long size) | 获取一帧音频数据的长度(字节数)大小。 |
H A Dinterface_i_audio_render_v20.md41 | [GetFrameSize](#getframesize) ([out] unsigned long size) | 获取音频帧的大小。 |
H A Dinterface_i_audio_render_v10.md41 | [GetFrameSize](#getframesize) ([out] unsigned long size) | 获取音频帧的大小。 |
/ohos5.0/drivers/peripheral/audio/test/systemtest/hdi_service/hdiperformace/src/
H A Daudio_idlhdicapture_performace_test.cpp508 …nt32_t ret = audiopara.capture->GetFrameSize(audiopara.capture, &audiopara.character.getframesize);
511 EXPECT_GT(audiopara.character.getframesize, INITIAL_VALUE);