Home
last modified time | relevance | path

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

/foundation/CastEngine/castengine_wifi_display/services/common/
H A Dconst_def.h109 constexpr int32_t MAX_RTP_PAYLOAD_SIZE = 1316; member
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/
H A Drtp_codec_ts.cpp322 avioCtxBuffer_ = (uint8_t *)av_malloc(MAX_RTP_PAYLOAD_SIZE); in StartEncoding()
324 avio_alloc_context(avioCtxBuffer_, MAX_RTP_PAYLOAD_SIZE, 1, this, NULL, &RtpEncoderTs::WritePacket, NULL); in StartEncoding()

Completed in 2 milliseconds