Searched refs:AUDIO_ATTR_PARAM_SAMPLING_RATE (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/drivers/peripheral/audio/hal/hdi_passthrough/src/ |
H A D | audio_adapter_info_common.c | 480 } else if (strcmp(key, AUDIO_ATTR_PARAM_SAMPLING_RATE) == 0) { in AddElementToList() 538 } else if (strcmp(key, AUDIO_ATTR_PARAM_SAMPLING_RATE) == 0) { in SetExtParam()
|
/ohos5.0/drivers/peripheral/audio/hdi_service/primary_impl/src/ |
H A D | audio_adapter_info_common.c | 480 } else if (strcmp(key, AUDIO_ATTR_PARAM_SAMPLING_RATE) == 0) { in AddElementToList() 535 } else if (strcmp(key, AUDIO_ATTR_PARAM_SAMPLING_RATE) == 0) { in SetExtParam()
|
H A D | audio_capture.c | 894 ret = AddElementToList(keyValueList, listLenth, AUDIO_ATTR_PARAM_SAMPLING_RATE, in AudioCaptureGetExtraParams()
|
H A D | audio_render.c | 1072 …keyValueList, listLenth, AUDIO_ATTR_PARAM_SAMPLING_RATE, &render->renderParam.frameRenderMode.attr… in AudioRenderGetExtraParams()
|
/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/ |
H A D | audio_adapter_info_common.cpp | 939 } else if (strcmp(key, AUDIO_ATTR_PARAM_SAMPLING_RATE) == 0) { in AddElementToList() 1003 } else if (strcmp(key, AUDIO_ATTR_PARAM_SAMPLING_RATE) == 0) { in SetExtParam()
|
H A D | audio_render.cpp | 489 ret = AddElementToList(keyValueList, listLenth, AUDIO_ATTR_PARAM_SAMPLING_RATE, in AudioRenderGetExtraParams()
|
/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/include/ |
H A D | audio_internal.h | 123 #define AUDIO_ATTR_PARAM_SAMPLING_RATE "attr-sampling-rate" macro
|
/ohos5.0/drivers/peripheral/audio/hal/hdi_passthrough/include/ |
H A D | audio_internal.h | 107 #define AUDIO_ATTR_PARAM_SAMPLING_RATE "attr-sampling-rate" macro
|
/ohos5.0/drivers/peripheral/audio/hdi_service/primary_impl/include/ |
H A D | audio_internal.h | 119 #define AUDIO_ATTR_PARAM_SAMPLING_RATE "attr-sampling-rate" macro
|