HomeSort by relevance Sort by last modified time
    Searched defs:frames (Results 201 - 225 of 573) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/av/media/extractors/ogg/
OggExtractor.cpp 624 uint32_t frames = getNumSamplesInPacket(*out); local
625 mCurGranulePosition += frames;
    [all...]
  /frameworks/av/media/libstagefright/mpeg2ts/
ESQueue.cpp 829 Vector<ADTSPosition> frames; local
831 // The idea here is consume all AAC frames starting at offsets before
929 frames.push(frame);
938 for (size_t frameId = 0; frameId < frames.size(); frameId++) {
939 const ADTSPosition &frame = frames.itemAt(frameId);
    [all...]
  /hardware/interfaces/audio/core/4.0/vts/functional/
AudioPrimaryHidlHalTest.cpp 1074 uint64_t frames; local
1302 uint64_t frames; local
    [all...]
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_pcm.c 468 long frames)
478 frames = frames * channels *2 ;
480 while (frames-- > 0) {
489 long frames)
502 frames = frames * channels *2 ;
504 while (frames-- > 0) {
524 long frames; local
528 frames = (pcm->flags & PCM_MONO) ? (count / 2) : (count / 4)
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Blend.cpp 80 void Blend::AlignToMiddleFrame(MosaicFrame **frames, int frames_size)
84 MosaicFrame *ref = frames[int(frames_size/2)]; // Middle frame
91 mb = frames[mfit];
107 MosaicFrame **frames; local
109 // For THIN strip mode, accept all frames for blending
112 frames = oframes;
114 else // For WIDE strip mode, first select the relevant frames to blend.
117 frames = rframes;
120 ComputeBlendParameters(frames, frames_size, true);
125 LOGE("Error: No frames to blend")
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutEditorDelegate.java 565 StackTraceElement[] frames = new Throwable().fillInStackTrace().getStackTrace(); local
566 if (frames.length > 2) {
567 StackTraceElement frame = frames[2];
    [all...]
  /system/bt/audio_hearing_aid_hw/src/
audio_hearing_aid_hw.cc 120 uint64_t frames_presented; // frames written, never reset
121 uint64_t frames_rendered; // frames written, reset on standby
902 const size_t frames = bytes / audio_stream_out_frame_size(stream); local
905 for (size_t i = 0; i < frames; i++, dst++, src += 2) {
930 const size_t frames = bytes / audio_stream_out_frame_size(stream); local
931 out->frames_rendered += frames;
932 out->frames_presented += frames;
1062 // of 16 frames
    [all...]
  /device/generic/goldfish/audio/
audio_hw.c 118 int frames = 0; local
120 frames = MIN(frame_count, audio_vbuffer->frame_count - audio_vbuffer->head);
122 frames = MIN(frame_count, audio_vbuffer->tail - (audio_vbuffer->head));
129 frames*audio_vbuffer->frame_size);
130 audio_vbuffer->live += frames;
131 frames_written += frames;
132 frame_count -= frames;
133 audio_vbuffer->head = (audio_vbuffer->head + frames) % audio_vbuffer->frame_count;
145 int frames = 0; local
148 frames = MIN(frame_count, audio_vbuffer->frame_count - audio_vbuffer->tail)
447 int frames = audio_vbuffer_read(&out->buffer, buffer, buffer_frames); local
506 const size_t frames = bytes \/ audio_stream_out_frame_size(stream); local
1025 const size_t frames = bytes \/ audio_stream_in_frame_size(stream); local
    [all...]
  /external/adhd/cras/src/server/
audio_thread.c 30 #define SLEEP_FUZZ_FRAMES 10 /* # to consider "close enough" to sleep frames. */
654 * write_limit - The maximum number of frames to write to dst.
657 * The number of frames rendered on success, a negative error code otherwise.
658 * This number of frames is the minimum of the amount of frames each stream
681 * number of frames for playback. */
743 /* Gets the max delay frames of open input devices. */
1150 unsigned int frames, fr_to_req; local
1198 frames = fr_to_req - total_written;
1199 rc = cras_iodev_get_output_buffer(odev, &area, &frames);
    [all...]
cras_alsa_io.c 256 snd_pcm_uframes_t frames; local
262 &frames, tstamp,
272 return (int)frames;
274 /* For output, return number of frames that are used. */
275 return iodev->buffer_size - frames;
468 unsigned *frames)
471 snd_pcm_uframes_t nframes = *frames;
486 iodev->area->frames = nframes;
490 *frames = nframes;
    [all...]
  /external/adhd/cras/src/tests/
iodev_unittest.cc 522 audio_area->frames = *num;
558 static int pre_dsp_hook(const uint8_t *frames, unsigned int nframes,
562 pre_dsp_hook_frames = frames;
567 static int post_dsp_hook(const uint8_t *frames, unsigned int nframes,
571 post_dsp_hook_frames = frames;
579 uint8_t *frames = reinterpret_cast<uint8_t*>(0x44); local
592 rc = cras_iodev_put_output_buffer(&iodev, frames, 20);
636 uint8_t *frames = reinterpret_cast<uint8_t*>(0x44); local
654 rc = cras_iodev_put_output_buffer(&iodev, frames, 20);
664 uint8_t *frames = reinterpret_cast<uint8_t*>(0x44) local
708 uint8_t *frames = reinterpret_cast<uint8_t*>(0x44); local
755 uint8_t *frames = reinterpret_cast<uint8_t*>(0x44); local
783 uint8_t *frames = reinterpret_cast<uint8_t*>(0x44); local
816 uint8_t *frames = reinterpret_cast<uint8_t*>(0x44); local
844 uint8_t *frames = reinterpret_cast<uint8_t*>(0x44); local
914 uint8_t *frames = reinterpret_cast<uint8_t*>(0x44); local
970 uint8_t *frames = reinterpret_cast<uint8_t*>(0x44); local
1256 unsigned int frames = 512; local
1412 unsigned int frames = 50; local
1929 unsigned int frames = 240; local
    [all...]
alsa_io_unittest.cc 2782 snd_pcm_uframes_t offset, frames; local
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
VmMirror.java 1850 ArrayList<Frame> frames = new ArrayList<Frame>(framesCount); local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c 276 // Non-viewable frames are a special case and are treated as pure overhead.
484 // Do not update the rate factors for arf overlay frames.
680 // for the first few frames following key frame. These are both initialized
682 // So for first few frames following key, the qp of that key frame is weighted
743 // Handle the special case for key frames forced when we have reached
820 // Special case code to try and match quality with forced key frames
2281 YV12_BUFFER_CONFIG *frames[MAX_LAG_BUFFERS] = { NULL }; local
    [all...]
  /external/python/cpython3/Modules/
_tracemalloc.c 39 /* limit of the number of frames in a traceback, 1 by default.
93 frame_t frames[1]; member in struct:__anon33403
331 frame1 = &traceback1->frames[i];
332 frame2 = &traceback2->frames[i];
428 frame = traceback->frames;
462 tracemalloc_get_frame(pyframe, &traceback->frames[traceback->nframe]);
463 assert(traceback->frames[traceback->nframe].filename != NULL);
481 /* get frames */
1045 tracemalloc_empty_traceback.frames[0].filename = unknown_filename;
1046 tracemalloc_empty_traceback.frames[0].lineno = 0
1224 PyObject *frames, *frame; local
    [all...]
  /external/skia/dm/
DMSrcSink.cpp 488 // As in CodecSrc::size(), compute a roughly square grid to draw the frames
489 // into. "factor" is the number of frames to draw on one row. There will be
494 // Used to cache a frame that future frames will depend on.
512 // Some of our test images have truncated later frames. Treat that
521 // It is possible that we may discard a frame that future frames depend on,
1361 static constexpr int frames[] = { 4, 0, 3, 1, 2 }; local
    [all...]
  /external/skqp/dm/
DMSrcSink.cpp 485 // As in CodecSrc::size(), compute a roughly square grid to draw the frames
486 // into. "factor" is the number of frames to draw on one row. There will be
491 // Used to cache a frame that future frames will depend on.
509 // Some of our test images have truncated later frames. Treat that
518 // It is possible that we may discard a frame that future frames depend on,
1358 static constexpr int frames[] = { 4, 0, 3, 1, 2 }; local
    [all...]
  /external/v8/src/debug/
liveedit.cc 14 #include "src/frames-inl.h"
1270 Vector<StackFrame*> frames = CreateStackMap(isolate, &zone); local
    [all...]
  /frameworks/av/media/libaudioclient/
AudioTrack.cpp 59 static inline nsecs_t framesToNanoseconds(ssize_t frames, uint32_t sampleRate, float speed)
61 return ((double)frames * 1000000000) / ((double)sampleRate * speed);
706 // force refresh of remaining frames by processAudioBuffer() as last
769 "stop() called with %u frames delivered", mReleased.value());
2533 const int64_t frames = local
    [all...]
  /frameworks/base/core/java/com/android/internal/inputmethod/
InputMethodUtils.java 114 final StackTraceElement[] frames = e.getStackTrace(); local
115 for (int j = 1; j < frames.length; ++j) {
116 final String tempCallStack = frames[j].toString();
    [all...]
  /frameworks/base/media/java/android/media/
TtmlRenderer.java 139 String frames = matcher.group(5); local
140 durationSeconds += (frames != null) ? ((double)Long.parseLong(frames)) / frameRate : 0;
341 * <li>time-clock-with-frames
343 * <li>time-offset-with-frames
  /system/bt/audio_a2dp_hw/src/
audio_a2dp_hw.cc 133 uint64_t frames_presented; // frames written, never reset
134 uint64_t frames_rendered; // frames written, reset on standby
947 const size_t frames = bytes / audio_stream_out_frame_size(stream); local
950 for (size_t i = 0; i < frames; i++, dst++, src += 2) {
975 const size_t frames = bytes / audio_stream_out_frame_size(stream); local
976 out->frames_rendered += frames;
977 out->frames_presented += frames;
    [all...]
  /external/adhd/cras/src/libcras/
cras_client.c 1012 * num_frames - Number of captured frames.
1014 * Number of frames available in captured_frames.
1024 /* Don't ask for more frames than the client desires. */
1030 /* If shm readable frames is less than client requests, that means
1050 * num_frames - The number of captured frames.
1057 int frames; local
1076 frames = config->unified_cb(stream->client,
1085 frames = config->aud_cb(stream->client,
1091 if (frames == EOF) {
1095 if (frames == 0
1131 int frames; local
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
mkvmuxer.cc 4047 Frame** const frames = new (std::nothrow) Frame*[new_capacity]; \/\/ NOLINT local
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
asm-analysis-3.3.jar 

Completed in 1790 milliseconds

1 2 3 4 5 6 7 891011>>