Home
last modified time | relevance | path

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

/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/
H A Drtp_queue.cpp60 if (ssrc_ != rtp->GetSSRC() || rtp->GetSeq() == 0) { in InputRtp()
64 nextSeqOut_ = rtp->GetSeq(); in InputRtp()
67 SortPacket(rtp->GetSeq(), rtp); in InputRtp()
H A Drtp_unpack_impl.cpp81 MEDIA_LOGD("rtpUnpackImpl::OnRtpSorted seq: %{public}d, pt: %{public}d.", rtp->GetSeq(), rtp->GetHeader()->pt_); in OnRtpSorted()
86 nextOutSeq_ = rtp->GetSeq() + 1; in OnRtpSorted()
H A Drtp_packet.cpp111 uint16_t RtpPacket::GetSeq() in GetSeq() function in OHOS::Sharing::RtpPacket
H A Drtp_codec_g711.cpp37 auto seq = rtp->GetSeq(); in InputRtp()
H A Drtp_codec_aac.cpp70 rtp->GetSeq(), rtp->GetPayloadSize(), auHeaderCount, stamp, dtsInc_); in InputRtp()
H A Drtp_codec_h264.cpp53 auto seq = rtp->GetSeq(); in InputRtp()
/foundation/CastEngine/castengine_cast_plus_stream/src/rtsp/src/
H A Drtsp_parse.h53 int GetSeq();
H A Drtsp_parse.cpp31 int RtspParse::GetSeq() in GetSeq() function in OHOS::CastEngine::CastEngineService::CastSessionRtsp::RtspParse
H A Drtsp_controller.cpp1265 response.append(std::to_string(request.GetSeq())); in SendErrorResponse()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/rtsp/src/
H A Drtsp_parse.h53 int GetSeq();
H A Drtsp_parse.cpp31 int RtspParse::GetSeq() in GetSeq() function in OHOS::CastEngine::CastEngineService::CastSessionRtsp::RtspParse
H A Drtsp_controller.cpp1265 response.append(std::to_string(request.GetSeq())); in SendErrorResponse()
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/wrapper/
H A Dnetsys_event_message.h96 inline int32_t GetSeq() const in GetSeq() function in OHOS::nmd::NetsysEventMessage
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/include/
H A Drtp_packet.h87 uint16_t GetSeq();
/foundation/CastEngine/castengine_wifi_display/tests/demo/rtp/
H A Drtp_enc_demo.cpp291 printf("rtp packed seq: %d, timestamp: %d, size: %d", rtp->GetSeq(), rtp->GetStamp(), rtp->Size()); in main()
309 printf("rtp packed seq: %d, timestamp: %d, size: %d", rtp->GetSeq(), rtp->GetStamp(), rtp->Size()); in main()
329 printf("rtp packed seq: %d, timestamp: %d, size: %d", rtp->GetSeq(), rtp->GetStamp(), rtp->Size()); in main()
H A Dh264_rtp_dec_demo.cpp99 printf("rtp packed seq: %d, timestamp: %d, size: %d\n", rtp->GetSeq(), rtp->GetStamp(), rtp->Size()); in main()
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/wfd_source/
H A Dwfd_rtp_producer.cpp240 MEDIA_LOGD("rtp packed seq: %{public}d timestamp: %{public}d size: %{public}d.", rtp->GetSeq(), rtp->GetStamp(), in InitTsRtpPacker()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/rtp/
H A Drtp_unit_test.cpp415 auto seq = rtp->GetSeq(); in HWTEST_F()
935 auto ret = rtpPacket->GetSeq(); in HWTEST_F()

Completed in 14 milliseconds