HomeSort by relevance Sort by last modified time
    Searched refs:frames (Results 276 - 300 of 807) sorted by null

<<11121314151617181920>>

  /external/qemu/android/config/
check-alsa.c 40 DYN_FUNCTION(int,snd_pcm_hw_params_get_period_size,(const snd_pcm_hw_params_t *params, snd_pcm_uframes_t *frames, int *dir)) \
41 DYN_FUNCTION(int,snd_pcm_hw_params_get_period_size_min,(const snd_pcm_hw_params_t *params, snd_pcm_uframes_t *frames, int *dir)) \
  /system/core/healthd/
healthd_mode_charger.cpp 98 struct frame *frames; member in struct:animation
164 .frames = batt_anim_frames,
314 struct frame *frame = &batt_anim->frames[batt_anim->cur_frame];
391 disp_time = batt_anim->frames[batt_anim->cur_frame].disp_time;
405 if (batt_cap < batt_anim->frames[i].min_capacity)
411 disp_time = batt_anim->frames[batt_anim->cur_frame].disp_time * 2;
424 /* if we don't have anim frames, we only have one image, so just bump
447 batt_anim->frames[batt_anim->cur_frame].level_only)
711 charger->batt_anim->frames[i].surface = scale_frames[i];
  /device/asus/fugu/libaudio/
AudioStreamIn.h 79 ssize_t readFrames_l(void* buffer, ssize_t frames);
  /external/chromium_org/media/base/
audio_renderer_mixer.cc 91 return audio_bus->frames();
channel_mixer.cc 337 CHECK_EQ(input->frames(), output->frames());
350 sizeof(*output->channel(output_ch)) * output->frames());
364 vector_math::FMAC(input->channel(input_ch), scale, output->frames(),
audio_buffer.cc 14 static base::TimeDelta CalculateDuration(int frames, double sample_rate) {
17 frames * base::Time::kMicrosecondsPerSecond / sample_rate);
176 // |dest| must have the same number of channels, and the number of frames
181 DCHECK_LE(dest_frame_offset + frames_to_copy, dest->frames());
183 // Move the start past any frames that have been trimmed.
250 // Adjust the number of frames in this buffer and where the start really is.
254 // Adjust timestamp_ and duration_ to reflect the smaller number of frames.
264 // Adjust the number of frames and duration for this buffer.
  /external/chromium_org/net/quic/
quic_packet_generator.h 6 // Packets are serialized just-in-time. Control frames are queued.
7 // Ack and Feedback frames will be requested from the Connection
28 // include any previous queued frames. If an ack should be sent
118 // attaches a QuicAckNotifier to any created stream frames, which
136 // Flushes all queued frames, even frames which are not sendable.
152 // Re-serializes frames with the original packet's sequence number length.
157 const QuicFrames& frames,
186 // queued frames in the generator and in the creator, and it then turns FEC on
200 // Test to see if we have pending ack, feedback, or control frames
    [all...]
  /external/chromium_org/third_party/libusb/src/libusb/os/
darwin_usb.h 139 uint64_t frames[256]; member in struct:darwin_device_handle_priv::darwin_interface
  /external/chromium_org/third_party/webrtc/modules/audio_device/linux/
audio_device_alsa_linux.cc 2069 snd_pcm_sframes_t frames; local
2144 snd_pcm_sframes_t frames; local
    [all...]
  /external/chromium_org/third_party/webrtc/tools/barcode_tools/
yuv_cropper.py 30 (bool): True if there are more frames to crop, False otherwise.
48 """Crops rows of pixels from the top of the YUV frames.
50 This function goes through all the frames in a video and crops the crop_height
60 the frames.
85 help=('Width of the YUV file\'s frames. '
88 help=('Height of the YUV file\'s frames. '
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
framedrop_primitives.h 29 // frames are dropped, in order to test the frame drop detection that is
82 // where the dropped frame would be, for all dropped frames (if any).
88 // for all dropped frames)
90 // frames A vector of all Frame objects. Must be sorted by
94 const std::vector<Frame*>& frames);
96 // Handles statistics about dropped frames. Frames travel through the stack
97 // with different timestamps. The frames created and sent to the encoder have
98 // one timestamp on the sending side while the decoded/rendered frames have
100 // timestamps is fixed, which we can use to identify the frames when the
    [all...]
  /external/libunwind/doc/
unw_is_signal_frame.tex 24 frames are normally created by the kernel when delivering a signal.
28 Signal frames are somewhat unusual because the asynchronous nature of
  /external/libvorbis/lib/
codec_internal.h 153 long frames; member in struct:__anon28543
  /external/qemu/distrib/sdl-1.2.15/test/
testsprite.c 161 Uint32 then, now, frames; local
289 frames = 0;
295 ++frames;
318 printf("%2.2f frames per second\n",
319 ((double)frames*1000)/(now-then));
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/DebuggerOnDemand/
LaunchedDebugger.java 172 throw new TestErrorException("Error during performing ThreadReference::Frames command");
175 int frames = reply.getNextValueAsInt(); local
176 FrameInfo[] frameInfos = new FrameInfo[frames];
177 for (int i = 0; i < frames; i++) {
  /external/chromium_org/ppapi/proxy/
audio_input_resource.cc 202 audio_bus_->channels(), audio_bus_->frames());
210 client_buffer_size_bytes_ = audio_bus_->frames() * audio_bus_->channels() *
266 audio_bus_->ToInterleaved(audio_bus_->frames(),
  /external/chromium_org/remoting/codec/
audio_encoder_opus.cc 26 // frames to balance latency and efficiency.
129 DCHECK_LE(audio_bus->frames(), samples_left);
132 audio_bus->frames(), kBytesPerSample);
133 resampling_data_pos_ += audio_bus->frames() * kBytesPerSample * channels_;
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
tools_common.sh 219 # 4 - number of frames to encode
231 local frames=${4}
252 --limit=${frames} ${use_ivf} ${extra_flags} --output="${output}" \
258 --height=${height} --limit=${frames} ${use_ivf} ${extra_flags} \
  /external/chromium_org/tools/memory_inspector/memory_inspector/classification/
native_heap_classifier.py 15 rule-1 will match any allocation that has 'foo' in one of its stack frames.
20 its stack frames matches the regex sk.*allocator.
108 # The blamed_dir is the one which appears more times in the top 8 stack frames
117 for frame in alloc.stack_trace.frames[2:10]:
188 for frame in allocation.stack_trace.frames:
202 for frame in allocation.stack_trace.frames:
  /external/e2fsprogs/e2fsck/
sigcatcher.c 337 int frames; local
376 frames = backtrace(stack_syms, 32);
377 backtrace_symbols_fd(stack_syms, frames, 2);
  /external/libvpx/libvpx/test/
tools_common.sh 213 # 4 - number of frames to encode
225 frames=${4}
250 --limit=${frames} ${use_ivf} ${extra_flags} --output="${output}" \
255 --limit=${frames} ${use_ivf} ${extra_flags} --output="${output}" - \
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
tools_common.sh 213 # 4 - number of frames to encode
225 frames=${4}
250 --limit=${frames} ${use_ivf} ${extra_flags} --output="${output}" \
255 --limit=${frames} ${use_ivf} ${extra_flags} --output="${output}" - \
  /packages/inputmethods/LatinIME/native/jni/src/
defines.h 146 int i, frames = backtrace(callstack, 128); local
147 char **strs = backtrace_symbols(callstack, frames);
148 for (i = 0; i < frames; ++i) {
  /device/htc/flounder/audio/hal/
audio_hw.c 896 static ssize_t read_frames(struct stream_in *in, void *buffer, ssize_t frames);
901 size_t frames,
906 /* read frames available in kernel driver buffer */
936 " delay_ns: [%d] , frames:[%zd]",
937 buffer->time_stamp.tv_sec , buffer->time_stamp.tv_nsec, kernel_frames, buffer->delay_ns, frames);
941 size_t frames
3502 ssize_t frames = -1; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/animation/
CompositorAnimations.cpp 142 const PropertySpecificKeyframeVector& frames = keyframeEffect.getPropertySpecificKeyframes(*it); local
143 ASSERT(frames.size() >= 2);
144 for (size_t i = 0; i < frames.size(); ++i) {
145 const Keyframe::PropertySpecificKeyframe *frame = frames[i].get();
168 if (i < frames.size() - 1 && frame->easing()->type() == TimingFunction::StepsFunction)

Completed in 2273 milliseconds

<<11121314151617181920>>