Home
last modified time | relevance | path

Searched refs:audioObjectType (Results 1 - 3 of 3) sorted by relevance

/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/utils/
H A Daac_audio_config_parser.cpp55 audioConfig_.audioObjectType = 0xFF; // 0xFF in Reset()
64 uint8_t audioObjectType = 0; in ParseObjectType() local
65 if (!bitReader_.ReadBits(5, audioObjectType)) { // 5 in ParseObjectType()
68 if (audioObjectType == 31) { // 31 in ParseObjectType()
69 if (!bitReader_.ReadBits(6, audioObjectType)) { // 6 in ParseObjectType()
72 audioObjectType += 32; // 32 in ParseObjectType()
74 audioConfig_.audioObjectType = audioObjectType; in ParseObjectType()
117 if (audioConfig_.audioObjectType == 5 || audioConfig_.audioObjectType in ParseObjectTypeFull()
[all...]
H A Daac_audio_config_parser.h42 uint8_t audioObjectType {0xFF};
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/
H A Dadts.cpp52 int32_t audioObjectType; in ParseAacConfig() local
56 audioObjectType = cfg1 >> 3; // 3:byte offset in ParseAacConfig()
64 adts.profile_ = audioObjectType - 1; in ParseAacConfig()

Completed in 3 milliseconds