Searched refs:WritePacket (Results 1 - 2 of 2) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/include/ |
H A D | rtp_codec_ts.h | 82 static int WritePacket(void *opaque, uint8_t *buf, int buf_size);
|
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/ |
H A D | rtp_codec_ts.cpp | 324 avio_alloc_context(avioCtxBuffer_, MAX_RTP_PAYLOAD_SIZE, 1, this, NULL, &RtpEncoderTs::WritePacket, NULL); in StartEncoding() 398 int RtpEncoderTs::WritePacket(void *opaque, uint8_t *buf, int buf_size) in WritePacket() function in OHOS::Sharing::RtpEncoderTs
|
Completed in 2 milliseconds