Searched refs:frame_list (Results 1 – 2 of 2) sorted by relevance
624 FrameList** frame_list) { in GetFrame() argument627 *frame_list = &incomplete_frames_; in GetFrame()632 *frame_list = &decodable_frames_; in GetFrame()636 *frame_list = NULL; in GetFrame()703 FrameList* frame_list; in InsertPacket() local704 const VCMFrameBufferEnum error = GetFrame(packet, &frame, &frame_list); in InsertPacket()824 if (frame_list != NULL) { in InsertPacket()825 frame_list->InsertFrame(frame); in InsertPacket()
231 FrameList** frame_list)