Home
last modified time | relevance | path

Searched refs:LC (Results 1 – 25 of 76) sorted by relevance

1234

/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-multimedia-video-overview.md41 | 带屏摄像头类产品 | Hi3516 | - 音频解码:支持MPEG-4 AAC Profile (AAC LC)格式解码,支持单/双声道,支持M…
42 | 无屏摄像头类产品 | Hi3518 | - 音频解码:支持MPEG-4 AAC Profile (AAC LC)格式解码,支持单/双声道,支持M…
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-multimedia-video-overview.md41LC), mono and dual channels, MPEG-4 (.mp4 and .m4a) <br>- Video: The H.265 (HEVC) and H.264 (AVC) …
42 … Profile (AAC LC), mono and dual channels, and the MPEG-4 (.mp4 and .m4a) container format are sup…
/ohos5.0/base/update/updater/services/script/script_interpreter/
H A Dscript_yacc.y100 EQ NE GT GE LT LE LP RP LC RC SEMICOLON IDENTIFIER
311 block:LC RC
315 |LC statement_list RC
/ohos5.0/foundation/multimedia/media_foundation/src/common/
H A Dplugin_attr_desc.h40 const ValueType g_aacProfileDef = AudioAacProfile::LC;
218 {AudioAacProfile::LC, "LC"},
/ohos5.0/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) enumerator
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_preprocessor_system.cpp73 constexpr const auto LC = 3U; variable
299 const uint64_t layerMask = !row.IsValidComponentId(LC) ? LayerConstants::DEFAULT_LAYER_MASK in GatherSortData()
300 … : layerManager_->Get(row.components[LC]).layerMask; in GatherSortData()
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/utils/
H A Daac_audio_config_parser.cpp321 audioConfig_.profile = AudioAacProfile::LC; in ParseProfile()
H A Dffmpeg_utils.cpp136 {AudioAacProfile::LC, FF_PROFILE_AAC_LOW},
/ohos5.0/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()
/ohos5.0/docs/zh-cn/application-dev/media/avcodec/
H A Daudio-video-muxer.md79 …formatAudio = OH_AVFormat_Create(); // 用OH_AVFormat_Create创建format, 这里以封装44100Hz采样率、2声道的AAC-LC音频为例。
/ohos5.0/foundation/multimedia/media_foundation/test/unittest/
H A DTestAacDemuxerPlugin.cpp93 ASSERT_TRUE(aacDemuxerPlugin->SetParameter(Tag::AUDIO_AAC_PROFILE, AudioAacProfile::LC)
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/meta/
H A Daudio_types.h36 LC, ///< AAC Low Complexity object (AAC profile) enumerator
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/lite_aac_decoder/
H A Dlite_aac_decoder_plugin.cpp70 capBuilder.SetAudioAacProfileList({AudioAacProfile::LC}); in UpdateInCaps()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/utils/include/
H A Dhistreamer_ability_parser.h44 LC, ///< AAC Low Complexity object (AAC profile) enumerator
/ohos5.0/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()
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/demuxer/
H A Dffmpeg_track_meta.cpp213 meta.Set<Tag::AUDIO_AAC_PROFILE>(AudioAacProfile::LC); in ConvertAACStreamToMetaInfo()
/ohos5.0/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/resource/
H A Dlocales.txt133 en-LC
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/audio/
H A D_hdi_audio_v11.md296 | AUDIO_FORMAT_TYPE_AAC_LC | AAC LC格式 |
H A D_hdi_audio_v20.md298 | AUDIO_FORMAT_TYPE_AAC_LC | AAC LC格式 |
/ohos5.0/docs/en/application-dev/media/avcodec/
H A Daudio-video-muxer.md77 …ormat_Create to create a format. The following showcases how to mux an AAC-LC audio with the sampl…
/ohos5.0/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()
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/audio_encoder/
H A Daudio_ffmpeg_encoder_plugin.cpp98 .SetAudioAacProfile(AudioAacProfile::LC) in UpdateOutCaps()
/ohos5.0/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()
/ohos5.0/drivers/interface/distributed_audio/audio/v1_0/
H A DAudioTypes.idl92 AUDIO_FORMAT_TYPE_AAC_LC = 1 << 24 | 1 << 1, /**< AAC LC */

1234