Searched defs:PopFrame (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/webrtc/libjingle/xmllite/
H A Dxmlnsstack.cc33 void XmlnsStack::PopFrame() { function in class:buzz::XmlnsStack
/external/webrtc/webrtc/modules/video_coding/
H A Djitter_buffer.cc59 VCMFrameBuffer* FrameList::PopFrame(uint32_t timestamp) { function in class:webrtc::FrameList
567 VCMFrameBuffer* frame = decodable_frames_.PopFrame(timestamp);
570 frame = incomplete_frames_.PopFrame(timestamp);
625 *frame = incomplete_frames_.PopFrame(packet.timestamp);
630 *frame = decodable_frames_.PopFrame(packet.timestamp);
/external/oj-libjdwp/src/share/javavm/export/
H A Djvmti.h1428 jvmtiError (JNICALL *PopFrame) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
1926 jvmtiError PopFrame(jthread thread) { function in struct:_jvmtiEnv
1927 return functions->PopFrame(this, thread);

Completed in 174 milliseconds