Home
last modified time | relevance | path

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

/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/
H A Drtp_codec_aac.cpp180 sectionBuf_[0] = 0; in InputFrame()
181 sectionBuf_[1] = 16; // 16:constants in InputFrame()
182 sectionBuf_[2] = (len >> 5) & 0xFF; // 5:byte offset,2:byte offset in InputFrame()
183 sectionBuf_[3] = ((len & 0x1F) << 3) & 0xFF; // 3:byte offset in InputFrame()
184 auto ret = memcpy_s(sectionBuf_ + 4, remain_size, ptr, remain_size); // 4:byte offset in InputFrame()
189 MakeAACRtp(sectionBuf_, remain_size + 4, true, stamp); // 4:byte offset in InputFrame()
192 sectionBuf_[0] = 0; in InputFrame()
193 sectionBuf_[1] = 16; // 16:byte offset in InputFrame()
194 sectionBuf_[2] = ((len) >> 5) & 0xFF; // 2:byte offset, 5:byte offset in InputFrame()
195 sectionBuf_[ in InputFrame()
[all...]
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/include/
H A Drtp_codec_aac.h64 unsigned char sectionBuf_[1600]; member in OHOS::Sharing::RtpEncoderAAC

Completed in 1 milliseconds