Home
last modified time | relevance | path

Searched refs:ParseChannel (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/utils/
H A Daac_audio_config_parser.cpp102 bool AACAudioConfigParser::ParseChannel() in ParseChannel() function in OHOS::Media::Plugin::Ffmpeg::AACAudioConfigParser
113 if (!ParseObjectType() || !ParseSampleRate() || !ParseChannel()) { in ParseObjectTypeFull()
H A Daac_audio_config_parser.h55 bool ParseChannel();
/ohos5.0/base/sensors/miscdevice/utils/haptic_decoder/oh_json/include/
H A Ddefault_vibrator_decoder.h36 …int32_t ParseChannel(const JsonParser &parser, VibratePattern &originPattern, VibratePackage &patt…
/ohos5.0/base/sensors/miscdevice/utils/haptic_decoder/oh_json/src/
H A Ddefault_vibrator_decoder.cpp66 ret = ParseChannel(parser, originPattern, patternPackage); in DecodeEffect()
97 int32_t DefaultVibratorDecoder::ParseChannel(const JsonParser &parser, VibratePattern &originPatter… in ParseChannel() function in OHOS::Sensors::DefaultVibratorDecoder