Searched refs:pt_ (Results 1 - 12 of 12) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/ |
H A D | rtp_unpack_impl.cpp | 43 auto pt = header->pt_; in ParseRtp() 80 if (rtpDecoder_[rtp->GetHeader()->pt_]) { in OnRtpSorted() 81 MEDIA_LOGD("rtpUnpackImpl::OnRtpSorted seq: %{public}d, pt: %{public}d.", rtp->GetSeq(), rtp->GetHeader()->pt_); in OnRtpSorted() 89 rtpDecoder_[rtp->GetHeader()->pt_]->InputRtp(rtp); in OnRtpSorted() 110 rtpDecoder_[rpp.pt_] = std::make_shared<RtpDecoderH264>(); in CreateRtpDecoder() 113 rtpDecoder_[rpp.pt_] = std::make_shared<RtpDecoderAAC>(rpp); in CreateRtpDecoder() 117 rtpDecoder_[rpp.pt_] = std::make_shared<RtpDecoderG711>(); in CreateRtpDecoder() 120 rtpDecoder_[rpp.pt_] = std::make_shared<RtpDecoderTs>(); in CreateRtpDecoder() 126 if (rtpDecoder_[rpp.pt_]) { in CreateRtpDecoder() 127 auto &ref = rtpSort_[rpp.pt_]; in CreateRtpDecoder() [all...] |
H A D | rtp_pack_impl.cpp | 24 : pt_(pt), ssrc_(ssrc), channels_(channels), sampleRate_(sampleRate), mtuSize_(mtuSize), ps_(ps) in RtpPackImpl() 45 rtpEncoder_ = std::make_shared<RtpEncoderH264>(ssrc_, mtuSize_, sampleRate_, pt_, seq_); in InitEncoder() 51 rtpEncoder_ = std::make_shared<RtpEncoderG711>(ssrc_, mtuSize_, sampleRate_, pt_, channels_, seq_); in InitEncoder() 54 rtpEncoder_ = std::make_shared<RtpEncoderTs>(ssrc_, mtuSize_, sampleRate_, pt_, seq_); in InitEncoder()
|
H A D | rtp_maker.cpp | 24 : pt_(payloadType), seq_(seq), ssrc_(ssrc), sampleRate_(sampleRate), mtuSize_(mtuSize) in RtpMaker() 60 header->pt_ = pt_; in MakeRtp()
|
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/include/ |
H A D | rtp_packet.h | 54 uint32_t pt_ : 7; 65 uint32_t pt_ : 7;
|
H A D | rtp_pack_impl.h | 40 uint8_t pt_ = 0; member in OHOS::Sharing::RtpPackImpl
|
H A D | rtp_maker.h | 37 uint8_t pt_ = 0; member in OHOS::Sharing::RtpMaker
|
H A D | rtp_def.h | 58 uint32_t pt_ = 0; member in OHOS::Sharing::RtpPlaylodParam
|
/foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/rtcp/ |
H A D | rtcp_unit_test.cpp | 66 head.pt_ = static_cast<uint8_t>(RtcpType::RTCP_RR); in HWTEST_F() 78 head.pt_ = static_cast<uint8_t>(RtcpType::RTCP_XR); in HWTEST_F() 90 head.pt_ = static_cast<uint8_t>(RtcpType::RTCP_XR); in HWTEST_F() 112 head.pt_ = static_cast<uint8_t>(RtcpType::RTCP_SR); in HWTEST_F() 124 head.pt_ = static_cast<uint8_t>(RtcpType::RTCP_RR); in HWTEST_F()
|
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtcp/src/ |
H A D | rtcp_context.cpp | 57 switch ((RtcpType)rtcp->pt_) { in OnRtcp() 160 switch ((RtcpType)rtcp->pt_) { in OnRtcp()
|
H A D | rtcp.cpp | 65 rtcp->pt_ = (uint8_t)type; in SetupHeader()
|
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtcp/include/ |
H A D | rtcp.h | 46 uint8_t pt_; member
|
/foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/rtp/ |
H A D | rtp_unit_test.cpp | 322 head->pt_ = 1; in HWTEST_F() 378 head->pt_ = 1; in HWTEST_F() 406 head->pt_ = 1; in HWTEST_F() 640 head->pt_ = 1; in HWTEST_F()
|
Completed in 7 milliseconds