Searched refs:PopFrame (Results 1 – 4 of 4) sorted by relevance
47 VCMFrameBuffer* FrameList::PopFrame(uint32_t timestamp) { in PopFrame() function in webrtc::FrameList264 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()
62 VCMFrameBuffer* PopFrame(uint32_t timestamp);
1428 jvmtiError (JNICALL *PopFrame) (jvmtiEnv* env,1926 jvmtiError PopFrame(jthread thread) { in PopFrame() function1927 return functions->PopFrame(this, thread); in PopFrame()
1893 error = JVMTI_FUNC_PTR(gdata->jvmti,PopFrame)(gdata->jvmti, thread); in popOneFrame()