Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/
Djitter_buffer.cc624 FrameList** frame_list) { in GetFrame() argument
627 *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() local
704 const VCMFrameBufferEnum error = GetFrame(packet, &frame, &frame_list); in InsertPacket()
824 if (frame_list != NULL) { in InsertPacket()
825 frame_list->InsertFrame(frame); in InsertPacket()
Djitter_buffer.h231 FrameList** frame_list)
/external/valgrind/include/vki/
Dvki-xen-gnttab.h52 VKI_XEN_GUEST_HANDLE(vki_ulong) frame_list;
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-xen.c1658 (Addr)gst->frame_list.p, in POST()
1659 sizeof(*gst->frame_list.p) & gst->nr_frames); in POST()