Home
last modified time | relevance | path

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

/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/
H A Dadts.cpp49 uint8_t cfg1 = config[0]; in ParseAacConfig() local
56 audioObjectType = cfg1 >> 3; // 3:byte offset in ParseAacConfig()
57 samplingFrequencyIndex = ((cfg1 & 0x07) << 1) | (cfg2 >> 7); // 7:byte offset in ParseAacConfig()

Completed in 1 milliseconds