Home
last modified time | relevance | path

Searched refs:LC (Results 1 - 17 of 17) sorted by relevance

/foundation/multimedia/media_foundation/engine/include/plugin/common/
H A Dplugin_attr_desc.h40 const ValueType g_aacProfileDef = AudioAacProfile::LC;
218 {AudioAacProfile::LC, "LC"},
H A Dplugin_audio_tags.h175 LC, ///< AAC Low Complexity object (AAC profile) member
180 ERLC = 17, ///< ER AAC Low Complexity object (Error Resilient AAC-LC)
/foundation/multimedia/media_foundation/src/common/
H A Dplugin_attr_desc.h40 const ValueType g_aacProfileDef = AudioAacProfile::LC;
218 {AudioAacProfile::LC, "LC"},
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/utils/
H A Daac_audio_config_parser.cpp200 case 2: // 2, LC in ExtractReferencePRCU()
236 /* AAC LC => return the level as per the 'AAC Profile' */ in CalculateProfile()
270 * Determines the level of a stream as defined in ISO/IEC 14496-3. For AAC LC
321 audioConfig_.profile = AudioAacProfile::LC; in ParseProfile()
H A Dffmpeg_utils.cpp136 {AudioAacProfile::LC, FF_PROFILE_AAC_LOW},
/foundation/multimedia/media_foundation/engine/scene/recorder/standard/
H A Drecorder_utils.cpp82 FALSE_LOG(encoderMeta.Set<Plugin::Tag::AUDIO_AAC_PROFILE>(Plugin::AudioAacProfile::LC)); in TransAudioEncoderFmt()
/foundation/multimedia/media_foundation/test/unittest/
H A DTestAacDemuxerPlugin.cpp93 ASSERT_TRUE(aacDemuxerPlugin->SetParameter(Tag::AUDIO_AAC_PROFILE, AudioAacProfile::LC) in HWTEST()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_preprocessor_system.cpp73 constexpr const auto LC = 3U; member
299 const uint64_t layerMask = !row.IsValidComponentId(LC) ? LayerConstants::DEFAULT_LAYER_MASK in GatherSortData()
300 : layerManager_->Get(row.components[LC]).layerMask; in GatherSortData()
/foundation/multimedia/media_foundation/interface/inner_api/meta/
H A Daudio_types.h36 LC, ///< AAC Low Complexity object (AAC profile) member
41 ERLC = 17, ///< ER AAC Low Complexity object (Error Resilient AAC-LC)
/foundation/multimedia/media_foundation/engine/plugin/plugins/lite_aac_decoder/
H A Dlite_aac_decoder_plugin.cpp70 capBuilder.SetAudioAacProfileList({AudioAacProfile::LC}); in UpdateInCaps()
/foundation/distributedhardware/distributed_hardware_fwk/utils/include/
H A Dhistreamer_ability_parser.h44 LC, ///< AAC Low Complexity object (AAC profile) member
49 ERLC = 17, ///< ER AAC Low Complexity object (Error Resilient AAC-LC)
/foundation/multimedia/media_foundation/engine/plugin/plugins/demuxer/minimp4_demuxer/
H A Dminimp4_demuxer_plugin.cpp265 mediaInfo.tracks[0].Set<Tag::AUDIO_AAC_PROFILE>(AudioAacProfile::LC); in GetMediaInfo()
/foundation/multimedia/media_foundation/engine/plugin/plugins/demuxer/aac_demuxer/
H A Daac_demuxer_plugin.cpp177 mediaInfo.tracks[0].Set<Tag::AUDIO_AAC_PROFILE>(AudioAacProfile::LC); in GetMediaInfo()
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/demuxer/
H A Dffmpeg_track_meta.cpp221 meta.Set<Tag::AUDIO_AAC_PROFILE>(AudioAacProfile::LC); in ConvertAACStreamToMetaInfo()
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/audio_encoder/
H A Daudio_ffmpeg_encoder_plugin.cpp98 .SetAudioAacProfile(AudioAacProfile::LC) in UpdateOutCaps()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_sender/src/
H A Dav_sender_engine.cpp425 encoderMeta.Set<Plugin::Tag::AUDIO_AAC_PROFILE>(Plugin::AudioAacProfile::LC); in SetAudioCodecType()
/foundation/multimedia/player_framework/services/engine/histreamer/recorder/
H A Dhirecorder_impl.cpp646 audioEncFormat_->Set<Tag::AUDIO_AAC_PROFILE>(Plugins::AudioAacProfile::LC); in ConfigureAudio()

Completed in 14 milliseconds