Home
last modified time | relevance | path

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

/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/include/
H A Drtp_codec_ts.h48 static int StaticReadPacket(void *opaque, uint8_t *buf, int buf_size);
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/
H A Drtp_codec_ts.cpp104 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 Drtp_unit_test.cpp657 auto ret = RtpDecoderTs::StaticReadPacket(opaque, buf, bufSize); in HWTEST_F()

Completed in 5 milliseconds