Searched defs:remove_frame (Results 1 - 10 of 10) sorted by relevance

/external/valgrind/coregrind/m_dispatch/
H A Ddispatch-arm-linux.S102 beq remove_frame /* we're OK */
108 remove_frame: label
H A Ddispatch-arm64-linux.S111 // beq remove_frame /* we're OK */
117 remove_frame: label
H A Ddispatch-amd64-darwin.S144 jmp remove_frame
149 remove_frame: label
H A Ddispatch-amd64-linux.S145 jmp remove_frame
150 remove_frame: label
H A Ddispatch-amd64-solaris.S145 jmp remove_frame
150 remove_frame: label
H A Ddispatch-x86-darwin.S144 jmp remove_frame
149 remove_frame: label
H A Ddispatch-x86-linux.S145 jmp remove_frame
150 remove_frame: label
H A Ddispatch-x86-solaris.S145 jmp remove_frame
150 remove_frame: label
H A Ddispatch-ppc32-linux.S295 b remove_frame
302 remove_frame: label
/external/webrtc/webrtc/modules/video_coding/
H A Djitter_buffer.cc99 bool remove_frame = false; local
103 remove_frame = decoding_state->UpdateEmptyFrame(oldest_frame);
105 remove_frame = decoding_state->IsOldFrame(oldest_frame);
107 if (!remove_frame) {

Completed in 113 milliseconds