Searched refs:CopyFrames (Results 1 – 2 of 2) sorted by relevance
198 void CopyFrames(FrameList* to_list, const FrameList& from_list);199 void CopyFrames(FrameList* to_list, const FrameList& from_list, int* index);
224 CopyFrames(&decodable_frames_, rhs.decodable_frames_, &i); in CopyFrom()225 CopyFrames(&incomplete_frames_, rhs.incomplete_frames_, &i); in CopyFrom()231 void VCMJitterBuffer::CopyFrames(FrameList* to_list, in CopyFrames() function in webrtc::VCMJitterBuffer