Home
last modified time | relevance | path

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

/external/valgrind/main/coregrind/m_dispatch/
Ddispatch-x86-darwin.S143 jmp remove_frame
148 remove_frame: label
Ddispatch-x86-linux.S144 jmp remove_frame
149 remove_frame: label
Ddispatch-amd64-darwin.S143 jmp remove_frame
148 remove_frame: label
Ddispatch-arm-linux.S101 beq remove_frame /* we're OK */
107 remove_frame: label
Ddispatch-amd64-linux.S144 jmp remove_frame
149 remove_frame: label
Ddispatch-ppc32-linux.S295 b remove_frame
302 remove_frame: label
Ddispatch-ppc64-linux.S289 b .remove_frame
296 .remove_frame: label
Ddispatch-arm64-linux.S116 remove_frame: label
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
Djitter_buffer.cc97 bool remove_frame = false; in CleanUpOldOrEmptyFrames() local
101 remove_frame = decoding_state->UpdateEmptyFrame(oldest_frame); in CleanUpOldOrEmptyFrames()
103 remove_frame = decoding_state->IsOldFrame(oldest_frame); in CleanUpOldOrEmptyFrames()
105 if (!remove_frame) { in CleanUpOldOrEmptyFrames()