/external/webrtc/webrtc/modules/desktop_capture/win/ |
D | screen_capturer_win_gdi.cc | 95 const DesktopFrame* current_frame = queue_.current_frame(); in Capture() local 97 if (last_frame && last_frame->size().equals(current_frame->size())) { in Capture() 101 (differ_->width() != current_frame->size().width()) || in Capture() 102 (differ_->height() != current_frame->size().height()) || in Capture() 103 (differ_->bytes_per_row() != current_frame->stride())) { in Capture() 104 differ_.reset(new Differ(current_frame->size().width(), in Capture() 105 current_frame->size().height(), in Capture() 107 current_frame->stride())); in Capture() 112 differ_->CalcDirtyRegion(last_frame->data(), current_frame->data(), in Capture() 118 helper_.InvalidateScreen(current_frame->size()); in Capture() [all …]
|
D | screen_capturer_win_magnifier.cc | 132 const DesktopFrame* current_frame = queue_.current_frame(); in Capture() local 134 if (last_frame && last_frame->size().equals(current_frame->size())) { in Capture() 137 if (!differ_.get() || (differ_->width() != current_frame->size().width()) || in Capture() 138 (differ_->height() != current_frame->size().height()) || in Capture() 139 (differ_->bytes_per_row() != current_frame->stride())) { in Capture() 140 differ_.reset(new Differ(current_frame->size().width(), in Capture() 141 current_frame->size().height(), in Capture() 143 current_frame->stride())); in Capture() 149 last_frame->data(), current_frame->data(), ®ion); in Capture() 154 helper_.InvalidateScreen(current_frame->size()); in Capture() [all …]
|
/external/webrtc/webrtc/modules/video_processing/ |
D | frame_preprocessor.cc | 112 const VideoFrame* current_frame = &frame; in PreprocessFrame() local 114 denoiser_->DenoiseFrame(*current_frame, &denoised_frame_); in PreprocessFrame() 115 current_frame = &denoised_frame_; in PreprocessFrame() 118 if (spatial_resampler_->ApplyResample(current_frame->width(), in PreprocessFrame() 119 current_frame->height())) { in PreprocessFrame() 120 if (spatial_resampler_->ResampleFrame(*current_frame, &resampled_frame_) != in PreprocessFrame() 124 current_frame = &resampled_frame_; in PreprocessFrame() 131 content_metrics_ = ca_->ComputeContentMetrics(*current_frame); in PreprocessFrame() 134 return current_frame; in PreprocessFrame()
|
/external/v8/src/arm64/ |
D | deoptimizer-arm64.cc | 245 Register current_frame = x2; in Generate() local 246 __ Ldr(current_frame, MemOperand(x0, 0)); in Generate() 247 __ Ldr(x3, MemOperand(current_frame, FrameDescription::frame_size_offset())); in Generate() 252 __ Add(x6, current_frame, x3); in Generate() 275 __ Ldr(x6, MemOperand(current_frame, FrameDescription::state_offset())); in Generate() 293 __ Mov(last_output_frame, current_frame); in Generate()
|
/external/flac/libFLAC/include/private/ |
D | ogg_encoder_aspect.h | 60 …, const FLAC__byte buffer[], size_t bytes, unsigned samples, unsigned current_frame, void *client_… 62 …, const FLAC__byte buffer[], size_t bytes, unsigned samples, unsigned current_frame, FLAC__bool is…
|
/external/webrtc/webrtc/modules/desktop_capture/ |
D | screen_capturer_x11.cc | 255 if (!queue_.current_frame()) { in Capture() 262 DesktopFrame* frame = queue_.current_frame(); in Capture() 310 DesktopFrame* frame = queue_.current_frame()->Share(); in CaptureScreen() 401 DesktopFrame* current = queue_.current_frame(); in SynchronizeFrame()
|
D | screen_capture_frame_queue.h | 54 SharedDesktopFrame* current_frame() const { in current_frame() function
|
D | screen_capturer_mac.mm | 412 if (!queue_.current_frame()) 415 DesktopFrame* current_frame = queue_.current_frame(); 421 if (!CgBlitPostLion(*current_frame, region)) { 429 GlBlitFast(*current_frame, region); 433 GlBlitSlow(*current_frame); 436 CgBlitPreLion(*current_frame, region); 439 DesktopFrame* new_frame = queue_.current_frame()->Share();
|
/external/google-breakpad/src/client/ios/handler/ |
D | ios_exception_minidump_generator.mm | 181 for (size_t current_frame = frame_count - 1; 182 current_frame > 0; 183 --current_frame) { 189 lr = [[return_addresses_ objectAtIndex:current_frame] unsignedIntegerValue];
|
/external/autotest/client/bin/ |
D | job.py | 1104 current_frame = copy.copy(global_vars) 1105 frames = [current_frame] 1107 ret = self._run_step_fn(current_frame, steps_fn_name, [], {}) 1108 current_frame = copy.copy(ret) 1109 frames.append(current_frame)
|
/external/flac/include/FLAC/ |
D | stream_encoder.h | 557 …, const FLAC__byte buffer[], size_t bytes, unsigned samples, unsigned current_frame, void *client_…
|
/external/opencv/cvaux/include/ |
D | cvaux.h | 1186 CV_INLINE int cvUpdateBGStatModel( IplImage* current_frame, CvBGStatModel* bg_model ) in cvUpdateBGStatModel() argument 1188 return bg_model && bg_model->update ? bg_model->update( current_frame, bg_model ) : 0; in cvUpdateBGStatModel()
|
/external/flac/libFLAC/ |
D | stream_encoder.c | 302 …, const FLAC__byte buffer[], size_t bytes, unsigned samples, unsigned current_frame, void *client_… 4508 …, const FLAC__byte buffer[], size_t bytes, unsigned samples, unsigned current_frame, void *client_… argument 4510 (void)client_data, (void)current_frame;
|