Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/codec/interfaces/include/
H A Dcodec_component_type.h129 #define SAMPLE_RATE_NUM 16 /** Size of the audio sampling rate array supported. */ macro
134 int32_t sampleRate[SAMPLE_RATE_NUM]; /** Supported audio sampling rates. For details,
H A Dcodec_type.h289 #define SAMPLE_RATE_NUM 16 /** Size of the audio sampling rate array supported. */ macro
294 int32_t sampleRate[SAMPLE_RATE_NUM]; /** Supported audio sampling rates. For details,
/ohos5.0/drivers/peripheral/codec/hal/src/
H A Dcodec_config_parser.c180 …{CODEC_CONFIG_KEY_SAMPLE_RATE, cap->port.audio.sampleRate, SAMPLE_RATE_NUM, AUD_SAMPLE_RAT… in GetAudioPortCapability()