/external/webrtc/webrtc/modules/video_processing/ |
frame_preprocessor.cc | 112 const VideoFrame* current_frame = &frame; local 114 denoiser_->DenoiseFrame(*current_frame, &denoised_frame_); 115 current_frame = &denoised_frame_; 118 if (spatial_resampler_->ApplyResample(current_frame->width(), 119 current_frame->height())) { 120 if (spatial_resampler_->ResampleFrame(*current_frame, &resampled_frame_) != 124 current_frame = &resampled_frame_; 131 content_metrics_ = ca_->ComputeContentMetrics(*current_frame); 134 return current_frame;
|
/external/webrtc/webrtc/modules/desktop_capture/win/ |
screen_capturer_win_gdi.cc | 95 const DesktopFrame* current_frame = queue_.current_frame(); local 97 if (last_frame && last_frame->size().equals(current_frame->size())) { 101 (differ_->width() != current_frame->size().width()) || 102 (differ_->height() != current_frame->size().height()) || 103 (differ_->bytes_per_row() != current_frame->stride())) { 104 differ_.reset(new Differ(current_frame->size().width(), 105 current_frame->size().height(), 107 current_frame->stride())); 112 differ_->CalcDirtyRegion(last_frame->data(), current_frame->data() [all...] |
screen_capturer_win_magnifier.cc | 132 const DesktopFrame* current_frame = queue_.current_frame(); local 134 if (last_frame && last_frame->size().equals(current_frame->size())) { 137 if (!differ_.get() || (differ_->width() != current_frame->size().width()) || 138 (differ_->height() != current_frame->size().height()) || 139 (differ_->bytes_per_row() != current_frame->stride())) { 140 differ_.reset(new Differ(current_frame->size().width(), 141 current_frame->size().height(), 143 current_frame->stride())); 149 last_frame->data(), current_frame->data(), ®ion) 390 DesktopFrame* current_frame = queue_.current_frame(); local [all...] |
/frameworks/av/media/libstagefright/codecs/flac/enc/ |
SoftFlacEncoder.h | 81 size_t bytes, unsigned samples, unsigned current_frame, void *client_data); 85 size_t bytes, unsigned samples, unsigned current_frame);
|
SoftFlacEncoder.cpp | 381 unsigned current_frame) { 382 UNUSED_UNLESS_VERBOSE(current_frame); 384 bytes, samples, current_frame); 483 unsigned current_frame, 486 buffer, bytes, samples, current_frame);
|
/art/runtime/ |
jni_env_ext.cc | 202 uintptr_t current_frame = GetJavaCallFrame(self); local 203 std::pair<uintptr_t, jobject> exact_pair = std::make_pair(current_frame, obj); 227 RemoveMonitors(self, current_frame, &monitors, &locked_objects_); 232 uintptr_t current_frame = GetJavaCallFrame(self); local 239 if (pair.first == current_frame) { 246 RemoveMonitors(self, current_frame, &monitors, &locked_objects_); 250 CHECK_NE(check_pair.first, current_frame);
|
stack.cc | 70 for (ShadowFrame* current_frame = current_fragment->top_shadow_frame_; current_frame != nullptr; 71 current_frame = current_frame->GetLink()) { 72 if (current_frame->GetMethod()->IsNative()) { 74 count += current_frame->NumberOfVRegs(); 84 for (ShadowFrame* current_frame = current_fragment->top_shadow_frame_; current_frame != nullptr; 85 current_frame = current_frame->GetLink()) [all...] |
/external/flac/libFLAC/include/private/ |
ogg_encoder_aspect.h | 60 typedef FLAC__StreamEncoderWriteStatus (*FLAC__OggEncoderAspectWriteCallbackProxy)(const void *encoder, const FLAC__byte buffer[], size_t bytes, unsigned samples, unsigned current_frame, void *client_data); 62 FLAC__StreamEncoderWriteStatus FLAC__ogg_encoder_aspect_write_callback_wrapper(FLAC__OggEncoderAspect *aspect, const FLAC__byte buffer[], size_t bytes, unsigned samples, unsigned current_frame, FLAC__bool is_last_block, FLAC__OggEncoderAspectWriteCallbackProxy write_callback, void *encoder, void *client_data);
|
/external/webrtc/webrtc/modules/desktop_capture/ |
screen_capture_frame_queue.h | 29 // The caller is expected to (re)allocate frames if current_frame() returns 54 SharedDesktopFrame* current_frame() const { function in class:webrtc::ScreenCaptureFrameQueue
|
screen_capturer_x11.cc | 255 if (!queue_.current_frame()) { 262 DesktopFrame* frame = queue_.current_frame(); 310 DesktopFrame* frame = queue_.current_frame()->Share(); 401 DesktopFrame* current = queue_.current_frame();
|
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(); [all...] |
/external/google-breakpad/src/client/ios/handler/ |
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/v8/src/arm64/ |
deoptimizer-arm64.cc | 245 Register current_frame = x2; local 246 __ Ldr(current_frame, MemOperand(x0, 0)); 247 __ Ldr(x3, MemOperand(current_frame, FrameDescription::frame_size_offset())); 252 __ Add(x6, current_frame, x3); 275 __ Ldr(x6, MemOperand(current_frame, FrameDescription::state_offset())); 293 __ Mov(last_output_frame, current_frame);
|
/bootable/recovery/ |
wear_ui.cpp | 61 current_frame(0), 94 surface = introFrames[current_frame]; 96 surface = loopFrames[current_frame]; 248 if (current_frame >= intro_frames - 1) { 250 current_frame = 0; 252 current_frame++; 255 current_frame = (current_frame + 1) % loop_frames;
|
wear_ui.h | 82 int current_frame; member in class:WearRecoveryUI
|
screen_ui.cpp | 57 current_frame(0), 87 return intro_done ? loopFrames[current_frame] : introFrames[current_frame]; 369 if (current_frame == intro_frames - 1) { 371 current_frame = 0; 373 ++current_frame; 376 current_frame = (current_frame + 1) % loop_frames;
|
screen_ui.h | 76 int current_frame; member in class:ScreenRecoveryUI
|
/build/tools/droiddoc/templates-pdk/assets/ |
carousel.js | 187 var current_frame = 0; 195 var left = (ease(current_frame/animation.frames) * Math.abs(animation.goal - animation.origin)) - cp; 202 current_frame += 1; 203 if (current_frame == animation.frames) {
|
/hardware/intel/common/libmix/mix_video/src/ |
mixvideoformat_h264.h | 107 MixVideoFrame * current_frame);
|
mixvideoformat_mp42.h | 109 enum _picture_type frame_type, MixVideoFrame * current_frame);
|
mixvideoformat_vc1.h | 111 MixVideoFrame * current_frame);
|
mixvideoformat_mp42.c | [all...] |
mixvideoformat_vc1.c | [all...] |
mixvideoformat_h264.c | [all...] |
/external/autotest/client/bin/ |
job.py | [all...] |