Searched refs:GetRtpVideoHeader (Results 1 – 11 of 11) sorted by relevance
/external/webrtc/call/ |
D | rtp_payload_params_unittest.cc | 69 params.GetRtpVideoHeader(encoded_image, &codec_info, kDontCare); in TEST() 75 header = params.GetRtpVideoHeader(encoded_image, &codec_info, 1); in TEST() 109 params.GetRtpVideoHeader(encoded_image, &codec_info, kDontCare); in TEST() 135 header = params.GetRtpVideoHeader(encoded_image, &codec_info, kDontCare); in TEST() 162 params.GetRtpVideoHeader(encoded_image, &codec_info, kDontCare); in TEST() 185 params.GetRtpVideoHeader(encoded_image, &codec_info, kDontCare); in TEST() 209 params.GetRtpVideoHeader(encoded_image, &codec_info, kDontCare); in TEST() 220 header = params.GetRtpVideoHeader(encoded_image, &codec_info, kDontCare); in TEST() 245 params.GetRtpVideoHeader(encoded_image, &codec_info, kDontCare); in TEST() 256 header = params.GetRtpVideoHeader(encoded_image, &codec_info, kDontCare); in TEST() [all …]
|
D | rtp_payload_params.h | 40 RTPVideoHeader GetRtpVideoHeader(const EncodedImage& image,
|
D | rtp_payload_params.cc | 149 RTPVideoHeader RtpPayloadParams::GetRtpVideoHeader( in GetRtpVideoHeader() function in webrtc::RtpPayloadParams
|
D | rtp_video_sender.cc | 562 params_[stream_index].GetRtpVideoHeader( in OnEncodedImage()
|
/external/webrtc/video/ |
D | buffered_frame_decryptor.cc | 66 if (frame->GetRtpVideoHeader().generic == absl::nullopt) { in DecryptFrame() 82 additional_data = RtpDescriptorAuthentication(frame->GetRtpVideoHeader()); in DecryptFrame()
|
D | rtp_video_stream_receiver_frame_transformer_delegate.cc | 31 metadata_(frame_->GetRtpVideoHeader()), in TransformableVideoReceiverFrame() 53 return RtpDescriptorAuthentication(frame_->GetRtpVideoHeader()); in GetAdditionalData()
|
D | rtp_video_stream_receiver2.cc | 794 frame->GetRtpVideoHeader().generic; in OnAssembledFrame()
|
D | rtp_video_stream_receiver.cc | 823 frame->GetRtpVideoHeader().generic; in OnAssembledFrame()
|
/external/webrtc/modules/video_coding/ |
D | frame_object.h | 49 const RTPVideoHeader& GetRtpVideoHeader() const;
|
D | frame_object.cc | 127 const RTPVideoHeader& RtpFrameObject::GetRtpVideoHeader() const { in GetRtpVideoHeader() function in webrtc::video_coding::RtpFrameObject
|
D | rtp_frame_reference_finder.cc | 102 generic_descriptor = frame->GetRtpVideoHeader().generic) { in ManageFrameInternal() 113 &frame->GetRtpVideoHeader().video_type_header)) { in ManageFrameInternal() 273 const RTPVideoHeader& video_header = frame->GetRtpVideoHeader(); in ManageFrameVp8() 444 const RTPVideoHeader& video_header = frame->GetRtpVideoHeader(); in ManageFrameVp9()
|