Searched refs:previous_frame (Results 1 – 6 of 6) sorted by relevance
321 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()
58 SharedDesktopFrame* previous_frame() const { in previous_frame() function
505 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(),
96 const DesktopFrame* last_frame = queue_.previous_frame(); in Capture()
133 const DesktopFrame* last_frame = queue_.previous_frame(); in Capture()
1893 TranslatedFrame* previous_frame = in MaterializeHeapNumbersForDebuggerInspectableFrame() local1895 if (previous_frame->kind() == TranslatedFrame::kArgumentsAdaptor) { in MaterializeHeapNumbersForDebuggerInspectableFrame()1896 argument_frame = previous_frame; in MaterializeHeapNumbersForDebuggerInspectableFrame()3589 TranslatedFrame* previous_frame = &(frames_[frame_index]); in GetAdaptedArguments() local3590 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()