Home
last modified time | relevance | path

Searched refs:previous_frame (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/desktop_capture/
Dscreen_capturer_x11.cc321 if (use_damage_ && queue_.previous_frame()) in CaptureScreen()
327 if (use_damage_ && queue_.previous_frame()) { in CaptureScreen()
360 if (queue_.previous_frame()) { in CaptureScreen()
364 RTC_DCHECK(queue_.previous_frame()->data()); in CaptureScreen()
365 differ_->CalcDirtyRegion(queue_.previous_frame()->data(), in CaptureScreen()
399 RTC_DCHECK(queue_.previous_frame()); in SynchronizeFrame()
402 DesktopFrame* last = queue_.previous_frame(); in SynchronizeFrame()
Dscreen_capture_frame_queue.h58 SharedDesktopFrame* previous_frame() const { in previous_frame() function
Dscreen_capturer_mac.mm505 if (queue_.previous_frame()) {
520 CopyRect(queue_.previous_frame()->data() + y_offset,
589 if (queue_.previous_frame()) {
591 queue_.previous_frame()->data(),
644 if (queue_.previous_frame()) {
646 queue_.previous_frame()->data(),
/external/webrtc/webrtc/modules/desktop_capture/win/
Dscreen_capturer_win_gdi.cc96 const DesktopFrame* last_frame = queue_.previous_frame(); in Capture()
Dscreen_capturer_win_magnifier.cc133 const DesktopFrame* last_frame = queue_.previous_frame(); in Capture()
/external/v8/src/
Ddeoptimizer.cc1893 TranslatedFrame* previous_frame = in MaterializeHeapNumbersForDebuggerInspectableFrame() local
1895 if (previous_frame->kind() == TranslatedFrame::kArgumentsAdaptor) { in MaterializeHeapNumbersForDebuggerInspectableFrame()
1896 argument_frame = previous_frame; in MaterializeHeapNumbersForDebuggerInspectableFrame()
3589 TranslatedFrame* previous_frame = &(frames_[frame_index]); in GetAdaptedArguments() local
3590 if (previous_frame->kind() != TranslatedFrame::kArgumentsAdaptor) { in GetAdaptedArguments()
3594 int length = previous_frame->height(); in GetAdaptedArguments()
3596 Handle<JSFunction>::cast(previous_frame->front().GetValue()); in GetAdaptedArguments()
3601 TranslatedFrame::iterator arg_iterator = previous_frame->begin(); in GetAdaptedArguments()
3608 CHECK(arg_iterator == previous_frame->end()); in GetAdaptedArguments()