Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/
Dencoded_frame.h114 void CopyCodecSpecific(const RTPVideoHeader* header);
Dgeneric_encoder.cc27 void CopyCodecSpecific(const CodecSpecificInfo* info, RTPVideoHeader* rtp) { in CopyCodecSpecific() function
282 CopyCodecSpecific(codecSpecificInfo, rtpVideoHeaderPtr); in Encoded()
Dframe_buffer.cc131 CopyCodecSpecific(&packet.codecSpecificHeader); in InsertPacket()
Dencoded_frame.cc98 void VCMEncodedFrame::CopyCodecSpecific(const RTPVideoHeader* header) { in CopyCodecSpecific() function in webrtc::VCMEncodedFrame