Searched refs:StaticReadPacket (Results 1 - 3 of 3) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/include/ |
H A D | rtp_codec_ts.h | 48 static int StaticReadPacket(void *opaque, uint8_t *buf, int buf_size);
|
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/ |
H A D | rtp_codec_ts.cpp | 104 avio_alloc_context(avioCtxBuffer_, FF_BUFFER_SIZE, 0, this, &RtpDecoderTs::StaticReadPacket, nullptr, nullptr); in StartDecoding() 160 int RtpDecoderTs::StaticReadPacket(void *opaque, uint8_t *buf, int buf_size) in StaticReadPacket() function in OHOS::Sharing::RtpDecoderTs
|
/foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/rtp/ |
H A D | rtp_unit_test.cpp | 657 auto ret = RtpDecoderTs::StaticReadPacket(opaque, buf, bufSize); in HWTEST_F()
|
Completed in 5 milliseconds