Home
last modified time | relevance | path

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

/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/
H A Dadts.cpp33 out[2] |= ((hed.channelConfiguration_ >> 2) & 0x03); // 1 bit, 2:byte offset in DumpAdtsHeader()
34 out[3] = ((hed.channelConfiguration_ << 6) & 0xC0); // 2 bit, 6:byte offset, 3:byte offset in DumpAdtsHeader()
67 adts.channelConfiguration_ = channelConfiguration; in ParseAacConfig()
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/include/
H A Dadts.h47 uint32_t channelConfiguration_ = 0; // 3 uimsbf member in OHOS::Sharing::AdtsHeader

Completed in 2 milliseconds