Home
last modified time | relevance | path

Searched refs:GetRtpVideoHeader (Results 1 – 12 of 12) sorted by relevance

/external/webrtc/call/
Drtp_payload_params_unittest.cc77 params.GetRtpVideoHeader(encoded_image, &codec_info, kDontCare); in TEST()
83 header = params.GetRtpVideoHeader(encoded_image, &codec_info, 1); in TEST()
117 params.GetRtpVideoHeader(encoded_image, &codec_info, kDontCare); in TEST()
142 header = params.GetRtpVideoHeader(encoded_image, &codec_info, kDontCare); in TEST()
168 params.GetRtpVideoHeader(encoded_image, &codec_info, kDontCare); in TEST()
191 params.GetRtpVideoHeader(encoded_image, &codec_info, kDontCare); in TEST()
213 RTPVideoHeader key_frame_header = params.GetRtpVideoHeader( in TEST()
221 RTPVideoHeader delta_t1_header = params.GetRtpVideoHeader( in TEST()
229 RTPVideoHeader delta_t0_header = params.GetRtpVideoHeader( in TEST()
296 params.GetRtpVideoHeader(encoded_image, &codec_info, kDontCare); in TEST()
[all …]
Drtp_payload_params.h39 RTPVideoHeader GetRtpVideoHeader(const EncodedImage& image,
Drtp_payload_params.cc200 RTPVideoHeader RtpPayloadParams::GetRtpVideoHeader( in GetRtpVideoHeader() function in webrtc::RtpPayloadParams
Drtp_video_sender.cc618 params_[stream_index].GetRtpVideoHeader( in OnEncodedImage()
/external/webrtc/video/
Drtp_video_stream_receiver_frame_transformer_delegate.cc29 metadata_(frame_->GetRtpVideoHeader().GetAsMetadata()), in TransformableVideoReceiverFrame()
52 return RtpDescriptorAuthentication(frame_->GetRtpVideoHeader()); in GetAdditionalData()
Dbuffered_frame_decryptor.cc78 additional_data = RtpDescriptorAuthentication(frame->GetRtpVideoHeader()); in DecryptFrame()
Drtp_video_stream_receiver2.cc859 frame->GetRtpVideoHeader().generic; in OnAssembledFrame()
/external/webrtc/modules/video_coding/
Dframe_object.h48 const RTPVideoHeader& GetRtpVideoHeader() const;
Drtp_vp8_ref_finder.cc22 frame->GetRtpVideoHeader().video_type_header); in ManageFrame()
218 it->frame->GetRtpVideoHeader().video_type_header); in RetryStashedFrames()
Dframe_object.cc127 const RTPVideoHeader& RtpFrameObject::GetRtpVideoHeader() const { in GetRtpVideoHeader() function in webrtc::RtpFrameObject
Drtp_vp9_ref_finder.cc22 frame->GetRtpVideoHeader().video_type_header); in ManageFrame()
319 it->frame->GetRtpVideoHeader().video_type_header); in RetryStashedFrames()
Drtp_frame_reference_finder.cc49 const RTPVideoHeader& video_header = frame->GetRtpVideoHeader(); in ManageFrame()