/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/ |
H A D | rtp_queue.cpp | 60 if (ssrc_ != rtp->GetSSRC() || rtp->GetSeq() == 0) { in InputRtp() 64 nextSeqOut_ = rtp->GetSeq(); in InputRtp() 67 SortPacket(rtp->GetSeq(), rtp); in InputRtp()
|
H A D | rtp_unpack_impl.cpp | 81 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 D | rtp_packet.cpp | 111 uint16_t RtpPacket::GetSeq() in GetSeq() function in OHOS::Sharing::RtpPacket
|
H A D | rtp_codec_g711.cpp | 37 auto seq = rtp->GetSeq(); in InputRtp()
|
H A D | rtp_codec_aac.cpp | 70 rtp->GetSeq(), rtp->GetPayloadSize(), auHeaderCount, stamp, dtsInc_); in InputRtp()
|
H A D | rtp_codec_h264.cpp | 53 auto seq = rtp->GetSeq(); in InputRtp()
|
/foundation/CastEngine/castengine_cast_plus_stream/src/rtsp/src/ |
H A D | rtsp_parse.h | 53 int GetSeq();
|
H A D | rtsp_parse.cpp | 31 int RtspParse::GetSeq() in GetSeq() function in OHOS::CastEngine::CastEngineService::CastSessionRtsp::RtspParse
|
H A D | rtsp_controller.cpp | 1265 response.append(std::to_string(request.GetSeq())); in SendErrorResponse()
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/rtsp/src/ |
H A D | rtsp_parse.h | 53 int GetSeq();
|
H A D | rtsp_parse.cpp | 31 int RtspParse::GetSeq() in GetSeq() function in OHOS::CastEngine::CastEngineService::CastSessionRtsp::RtspParse
|
H A D | rtsp_controller.cpp | 1265 response.append(std::to_string(request.GetSeq())); in SendErrorResponse()
|
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/wrapper/ |
H A D | netsys_event_message.h | 96 inline int32_t GetSeq() const in GetSeq() function in OHOS::nmd::NetsysEventMessage
|
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/include/ |
H A D | rtp_packet.h | 87 uint16_t GetSeq();
|
/foundation/CastEngine/castengine_wifi_display/tests/demo/rtp/ |
H A D | rtp_enc_demo.cpp | 291 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 D | h264_rtp_dec_demo.cpp | 99 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 D | wfd_rtp_producer.cpp | 240 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 D | rtp_unit_test.cpp | 415 auto seq = rtp->GetSeq(); in HWTEST_F() 935 auto ret = rtpPacket->GetSeq(); in HWTEST_F()
|