HomeSort by relevance Sort by last modified time
    Searched refs:current_frame (Results 1 - 25 of 33) sorted by null

1 2

  /art/runtime/
managed_stack.cc 31 for (ShadowFrame* current_frame = current_fragment->top_shadow_frame_;
32 current_frame != nullptr;
33 current_frame = current_frame->GetLink()) {
34 if (current_frame->GetMethod()->IsNative()) {
36 count += current_frame->NumberOfVRegs();
46 for (ShadowFrame* current_frame = current_fragment->top_shadow_frame_;
47 current_frame != nullptr;
48 current_frame = current_frame->GetLink())
    [all...]
jni_env_ext.cc 232 uintptr_t current_frame = GetJavaCallFrame(self_); local
233 std::pair<uintptr_t, jobject> exact_pair = std::make_pair(current_frame, obj);
257 RemoveMonitors(self_, current_frame, &monitors_, &locked_objects_);
267 uintptr_t current_frame = GetJavaCallFrame(self_); local
269 if (pair.first == current_frame) {
276 RemoveMonitors(self_, current_frame, &monitors_, &locked_objects_);
280 CHECK_NE(check_pair.first, current_frame);
  /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_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(), &region)
390 DesktopFrame* current_frame = queue_.current_frame(); local
    [all...]
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...]
  /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/flac/libFLAC/
ogg_encoder_aspect.c 112 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)
198 if(write_callback(encoder, aspect->page.header, aspect->page.header_len, 0, current_frame, client_data) != FLAC__STREAM_ENCODER_WRITE_STATUS_OK)
200 if(write_callback(encoder, aspect->page.body, aspect->page.body_len, 0, current_frame, client_data) != FLAC__STREAM_ENCODER_WRITE_STATUS_OK)
206 if(write_callback(encoder, aspect->page.header, aspect->page.header_len, 0, current_frame, client_data) != FLAC__STREAM_ENCODER_WRITE_STATUS_OK)
208 if(write_callback(encoder, aspect->page.body, aspect->page.body_len, 0, current_frame, client_data) != FLAC__STREAM_ENCODER_WRITE_STATUS_OK)
213 else if(is_metadata && current_frame == 0 && samples == 0 && bytes == 4 && 0 == memcmp(buffer, FLAC__STREAM_SYNC_STRING, sizeof(FLAC__STREAM_SYNC_STRING))) {
  /frameworks/av/media/libstagefright/codecs/flac/enc/
SoftFlacEncoder.h 76 size_t bytes, unsigned samples, unsigned current_frame, void *client_data);
80 size_t bytes, unsigned samples, unsigned current_frame);
SoftFlacEncoder.cpp 447 unsigned current_frame) {
448 UNUSED_UNLESS_VERBOSE(current_frame);
450 bytes, samples, current_frame);
562 unsigned current_frame,
565 buffer, bytes, samples, current_frame);
  /hardware/google/av/media/codecs/flac/
C2SoftFlacEnc.h 58 size_t bytes, unsigned samples, unsigned current_frame,
62 unsigned current_frame);
C2SoftFlacEnc.cpp 292 unsigned current_frame) {
293 (void) current_frame;
295 current_frame);
372 unsigned current_frame,
375 buffer, bytes, samples, current_frame);
  /external/v8/src/arm64/
deoptimizer-arm64.cc 225 Register current_frame = x2; local
226 __ Ldr(current_frame, MemOperand(x0, 0));
227 __ Ldr(x3, MemOperand(current_frame, FrameDescription::frame_size_offset()));
232 __ Add(x6, current_frame, x3);
255 __ Ldr(x6, MemOperand(current_frame, FrameDescription::state_offset()));
273 __ Mov(last_output_frame, current_frame);
  /build/make/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/python/cpython3/Lib/
pickle.py 190 self.current_frame = None
193 self.current_frame = io.BytesIO()
196 if self.current_frame and self.current_frame.tell() > 0:
198 self.current_frame = None
201 if self.current_frame:
202 f = self.current_frame
214 if self.current_frame:
215 return self.current_frame.write(data)
225 self.current_frame = Non
    [all...]
  /bootable/recovery/
screen_ui.cpp 81 current_frame(0),
91 return intro_done ? loopFrames[current_frame] : introFrames[current_frame];
517 if (current_frame == intro_frames - 1) {
519 current_frame = 0;
521 ++current_frame;
524 current_frame = (current_frame + 1) % loop_frames;
screen_ui.h 201 size_t current_frame; member in class:ScreenRecoveryUI

Completed in 781 milliseconds

1 2