Home
last modified time | relevance | path

Searched refs:sps_ (Results 1 - 4 of 4) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/
H A Drtp_codec_h264.cpp195 sps_ = frame; in InputFrame()
219 if (!sps_ || !pps_) { in InsertConfigFrame()
223 PackRtp(sps_->Data() + sps_->PrefixSize(), sps_->Size() - sps_->PrefixSize(), pts, false, false); in InsertConfigFrame()
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/src/
H A Drtsp_sdp.cpp90 if (sps_.empty()) { in GetVideoSps()
94 return sps_; in GetVideoSps()
350 sps_.reserve(spsLength);
352 sps_.push_back(spsBuffer[i]);
358 sps_.reserve(ppsLength);
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/include/
H A Drtp_codec_h264.h74 Frame::Ptr sps_ = nullptr; member in OHOS::Sharing::RtpEncoderH264
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/include/
H A Drtsp_sdp.h118 std::vector<uint8_t> sps_; member in OHOS::Sharing::MediaDescription

Completed in 2 milliseconds