Home
last modified time | relevance | path

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

/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/
H A Drtp_codec_ts.cpp60 if (avioCtxBuffer_) { in Release()
61 av_free(avioCtxBuffer_); in Release()
62 avioCtxBuffer_ = nullptr; in Release()
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()
237 if (avioCtxBuffer_) { in Release()
238 av_free(avioCtxBuffer_); in Release()
239 avioCtxBuffer_ = nullptr; in Release()
322 avioCtxBuffer_ = (uint8_t *)av_malloc(MAX_RTP_PAYLOAD_SIZE); in StartEncoding()
324 avio_alloc_context(avioCtxBuffer_, MAX_RTP_PAYLOAD_SIZ in StartEncoding()
[all...]
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/include/
H A Drtp_codec_ts.h54 uint8_t *avioCtxBuffer_ = nullptr; member in OHOS::Sharing::RtpDecoderTs
86 uint8_t *avioCtxBuffer_ = nullptr; member in OHOS::Sharing::RtpEncoderTs

Completed in 3 milliseconds