Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/
Djitter_buffer.cc47 VCMFrameBuffer* FrameList::PopFrame(uint32_t timestamp) { in PopFrame() function in webrtc::FrameList
264 VCMFrameBuffer* frame = decodable_frames_.PopFrame(timestamp); in ExtractAndSetDecode()
267 frame = incomplete_frames_.PopFrame(timestamp); in ExtractAndSetDecode()
320 *frame = incomplete_frames_.PopFrame(packet.timestamp); in GetFrame()
325 *frame = decodable_frames_.PopFrame(packet.timestamp); in GetFrame()
Djitter_buffer.h62 VCMFrameBuffer* PopFrame(uint32_t timestamp);
/external/oj-libjdwp/src/share/javavm/export/
Djvmti.h1428 jvmtiError (JNICALL *PopFrame) (jvmtiEnv* env,
1926 jvmtiError PopFrame(jthread thread) { in PopFrame() function
1927 return functions->PopFrame(this, thread); in PopFrame()
/external/oj-libjdwp/src/share/back/
DthreadControl.c1893 error = JVMTI_FUNC_PTR(gdata->jvmti,PopFrame)(gdata->jvmti, thread); in popOneFrame()