HomeSort by relevance Sort by last modified time
    Searched refs:frames (Results 301 - 325 of 858) sorted by null

<<11121314151617181920>>

  /external/chromium_org/media/base/
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
122 // attaches a QuicAckNotifier to any created stream frames, which
140 // Flushes all queued frames, even frames which are not sendable.
156 // Re-serializes frames with the original packet's sequence number length.
161 const QuicFrames& frames,
190 // queued frames in the generator and in the creator, and it then turns FEC on
204 // 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:__anon29352
  /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/components/copresence/mediums/audio/
audio_recorder_unittest.cc 55 for (int i = 0; i < buffer_->frames() / fpb; ++i) {
158 const int frames = local
161 for (int si = 0, di = ch; si < frames; ++si, di += channels)
  /external/chromium_org/content/renderer/media/
webrtc_local_audio_renderer.cc 47 DCHECK_EQ(audio_data->frames(), audio_bus->frames());
52 // frames. It should not happen in a steady-state mode.
56 return audio_bus->frames();
305 // audio frames but I have selected a max size of ten buffers just
  /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_;
codec_test.cc 390 std::list<DesktopFrame*> frames; local
391 frames.push_back(frame.get());
392 return MeasureVideoEncoderFpsWithFrames(encoder, frames);
396 const std::list<DesktopFrame*>& frames) {
399 // Encode some frames to "warm up" the encoder (i.e. to let it set up initial
401 // kMinimumFrameCount frames to measure the encoder's performance.
417 test_frames = frames;
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptBase.cpp 65 RefPtr<TypeBuilder::Array<TypeBuilder::Console::CallFrame> > frames = TypeBuilder::Array<TypeBuilder::Console::CallFrame>::create(); local
86 frames->addItem(callFrame.release());
88 exceptionDetails->setStackTrace(frames.release());
  /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.
109 # The blamed_dir is the one which appears more times in the top 8 stack frames
118 for frame in alloc.stack_trace.frames[2:10]:
189 for frame in allocation.stack_trace.frames:
203 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) {
  /external/chromium_org/media/filters/
frame_processor.cc 65 // prediction between coded frames can cause |timestamp| to not be
102 // Queue of processed frames that have not yet been appended to |stream_|.
152 << "(): Failure appending processed frames to stream";
194 StreamParser::BufferQueue frames; local
195 if (!MergeBufferQueues(audio_buffers, video_buffers, text_map, &frames)) {
200 DCHECK(!frames.empty());
209 for (StreamParser::BufferQueue::const_iterator frames_itr = frames.begin();
210 frames_itr != frames.end(); ++frames_itr) {
560 // This triggers a discontinuity so we need to treat the next frames
618 // processing to first filter coded frames shifted by |timestamp_offset_| i
    [all...]
  /frameworks/av/services/audioflinger/
test-resample.cpp 60 fprintf(stderr," -O # frames output per call to resample() in CSV format\n");
61 fprintf(stderr," -P # frames provided per call to resample() in CSV format\n");
218 input_size = info.frames * info.channels * sizeof(short);
220 (void) sf_readf_short(sf, (short *) input_vaddr, info.frames);
262 const size_t mNumFrames; // total frames
265 size_t mUnrel; // number of frames not yet released
266 const Vector<int> mPvalues; // number of frames provided per call
269 Provider(const void* addr, size_t frames, size_t frameSize, const Vector<int>& Pvalues)
271 mNumFrames(frames),
293 printf("getNextBuffer() requested %zu frames out of %zu frames available,
    [all...]
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
BinaryHprofReader.java 377 int frames = in.readInt(); local
381 System.out.println("\tframes=" + frames);
383 int expectedLength = 4 + 4 + 4 + (frames * BinaryHprof.ID_SIZE);
387 + " based on number of frames but header "
390 StackTraceElement[] stackFrames = new StackTraceElement[frames];
391 for (int i = 0; i < frames; i++) {

Completed in 463 milliseconds

<<11121314151617181920>>