HomeSort by relevance Sort by last modified time
    Searched full:remove_frame (Results 1 - 12 of 12) sorted by null

  /external/valgrind/coregrind/m_dispatch/
dispatch-arm-linux.S 102 beq remove_frame /* we're OK */
108 remove_frame: label
dispatch-amd64-darwin.S 144 jmp remove_frame
149 remove_frame: label
dispatch-amd64-linux.S 145 jmp remove_frame
150 remove_frame: label
dispatch-amd64-solaris.S 145 jmp remove_frame
150 remove_frame: label
dispatch-arm64-linux.S 111 // beq remove_frame /* we're OK */
117 remove_frame: label
dispatch-x86-darwin.S 144 jmp remove_frame
149 remove_frame: label
dispatch-x86-linux.S 145 jmp remove_frame
150 remove_frame: label
dispatch-x86-solaris.S 145 jmp remove_frame
150 remove_frame: label
dispatch-ppc32-linux.S 295 b remove_frame
302 remove_frame: label
dispatch-ppc64be-linux.S 290 b .remove_frame
297 .remove_frame:
dispatch-ppc64le-linux.S 316 b .remove_frame
323 .remove_frame:
  /external/webrtc/webrtc/modules/video_coding/
jitter_buffer.cc 99 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) {
    [all...]

Completed in 214 milliseconds