Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/codec/hal/include/
H A Dcodec_config_parser.h61 #define CODEC_CONFIG_KEY_SAMPLE_FORMATS "sampleFormats" macro
/ohos5.0/drivers/peripheral/codec/hal/idl_service/src/
H A Dcodec_component_config.cpp71 constexpr char CODEC_CONFIG_KEY_SAMPLE_FORMATS[] = "sampleFormats"; variable
382 …ConfigUintArrayNodeAttr arrayAttrs[] = {{CODEC_CONFIG_KEY_SAMPLE_FORMATS, cap.port.audio.sampleFor… in GetAudioPortCapability()
/ohos5.0/drivers/peripheral/codec/hal/src/
H A Dcodec_config_parser.c179 …{CODEC_CONFIG_KEY_SAMPLE_FORMATS, cap->port.audio.sampleFormats, SAMPLE_FMT_NUM, AUDIO_SAMPLE_F… in GetAudioPortCapability()