Home
last modified time | relevance | path

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

/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/
H A Drtp_codec_ts.cpp25 constexpr int32_t FF_BUFFER_SIZE = 1500; member
101 avioCtxBuffer_ = (uint8_t *)av_malloc(FF_BUFFER_SIZE); in StartDecoding()
104 avio_alloc_context(avioCtxBuffer_, FF_BUFFER_SIZE, 0, this, &RtpDecoderTs::StaticReadPacket, nullptr, nullptr); in StartDecoding()

Completed in 2 milliseconds