Home
last modified time | relevance | path

Searched refs:remove_frame (Results 1 – 12 of 12) sorted by relevance

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