Home
last modified time | relevance | path

Searched refs:CopyCodecSpecific (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/modules/video_coding/
Dencoded_frame.h119 void CopyCodecSpecific(const RTPVideoHeader* header);
Dframe_object.cc52 CopyCodecSpecific(&rtp_video_header_); in RtpFrameObject()
Dencoded_frame.cc56 void VCMEncodedFrame::CopyCodecSpecific(const RTPVideoHeader* header) { in CopyCodecSpecific() function in webrtc::VCMEncodedFrame
Dframe_buffer.cc134 CopyCodecSpecific(&packet.video_header); in InsertPacket()