Searched refs:EncryptedFrame (Results 1 – 12 of 12) sorted by relevance
29 struct EncryptedFrame : public EncodedFrame { struct30 EncryptedFrame();31 ~EncryptedFrame();32 EncryptedFrame(EncryptedFrame&&) noexcept;33 EncryptedFrame& operator=(EncryptedFrame&&); argument58 EncryptedFrame Encrypt(const EncodedFrame& encoded_frame) const; argument63 void Decrypt(const EncryptedFrame& encrypted_frame,71 static int GetPlaintextSize(const EncryptedFrame& encrypted_frame) { in GetPlaintextSize()
20 EncryptedFrame::EncryptedFrame() { in EncryptedFrame() function in openscreen::cast::EncryptedFrame24 EncryptedFrame::~EncryptedFrame() = default;26 EncryptedFrame::EncryptedFrame(EncryptedFrame&& other) noexcept in EncryptedFrame() function in openscreen::cast::EncryptedFrame33 EncryptedFrame& EncryptedFrame::operator=(EncryptedFrame&& other) { in operator =()62 EncryptedFrame FrameCrypto::Encrypt(const EncodedFrame& encoded_frame) const { in Encrypt()63 EncryptedFrame result; in Encrypt()71 void FrameCrypto::Decrypt(const EncryptedFrame& encrypted_frame, in Decrypt()
40 EncryptedFrame CreateFrame(FrameId frame_id, in CreateFrame()65 void TestGeneratePacket(const EncryptedFrame& frame, in TestGeneratePacket()147 const EncryptedFrame frame = in TEST_F()167 const EncryptedFrame frame = CreateFrame( in TEST_F()185 const EncryptedFrame frame = CreateFrame(FrameId::first() + 99, false, in TEST_F()195 const EncryptedFrame frame = in TEST_F()
41 absl::Span<uint8_t> GeneratePacket(const EncryptedFrame& frame,48 int ComputeNumberOfPackets(const EncryptedFrame& frame) const;
56 const EncryptedFrame& PeekAtAssembledFrame();75 EncryptedFrame frame_;
52 absl::Span<uint8_t> RtpPacketizer::GeneratePacket(const EncryptedFrame& frame, in GeneratePacket()122 int RtpPacketizer::ComputeNumberOfPackets(const EncryptedFrame& frame) const { in ComputeNumberOfPackets()
39 const EncryptedFrame encrypted_frame0 = crypto.Encrypt(frame0); in TEST()45 const EncryptedFrame encrypted_frame1 = crypto.Encrypt(frame1); in TEST()
105 const EncryptedFrame& encrypted_frame = in AdvanceToNextFrame()268 const EncryptedFrame& encrypted_frame = collector.PeekAtAssembledFrame(); in OnReceivedRtpPacket()272 if (encrypted_frame.dependency == EncryptedFrame::KEY_FRAME) { in OnReceivedRtpPacket()
125 const EncryptedFrame& FrameCollector::PeekAtAssembledFrame() { in PeekAtAssembledFrame()
180 absl::optional<EncryptedFrame> frame;
255 EncryptedFrame frame_being_sent_;
299 const EncryptedFrame& encrypted = collector.PeekAtAssembledFrame(); in CollectRtpPacket()