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

<<11121314151617181920>>

  /frameworks/av/include/media/stagefright/
MPEG4Writer.h 120 Chunk(Track *track, int64_t timeUs, List<MediaBuffer *> samples)
121 : mTrack(track), mTimeStampUs(timeUs), mSamples(samples) {
173 // In real time recording mode, new samples will be allowed to buffered into
  /frameworks/ml/bordeaux/learning/multiclass_pa/
Android.mk 23 LOCAL_MODULE_TAGS := samples tests
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/
Android.mk 23 LOCAL_MODULE_TAGS := samples tests
  /ndk/build/tools/
build-target-prebuilts.sh 52 dump "Building platforms and samples..."
58 run $BUILDTOOLS/gen-platforms.sh --samples --fast-copy --dst-dir=$NDK_DIR --ndk-dir=$NDK_DIR --arch=$(spaces_to_commas $ARCHS) $PACKAGE_FLAGS
59 fail_panic "Could not generate platforms and samples directores!"
  /external/aac/libSBRenc/src/
ps_main.h 226 * \param samples Pointer to 2 channel audio input signal.
242 INT_PCM *samples[2],
  /external/chromium/testing/gtest/make/
Makefile 20 USER_DIR = ../samples
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
SetEqualsTester.java 46 elements.add(getSubjectGenerator().samples().e3);
  /external/libvpx/libvpx/third_party/googletest/src/make/
Makefile 20 USER_DIR = ../samples
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
AC3TrackImpl.java 36 private List<ByteBuffer> samples; field in class:AC3TrackImpl
83 samples = new LinkedList<ByteBuffer>();
92 return samples;
269 samples.add(ByteBuffer.wrap(data));
EC3TrackImpl.java 36 private List<ByteBuffer> samples; field in class:EC3TrackImpl
121 samples = new LinkedList<ByteBuffer>();
130 return samples;
400 samples.add(ByteBuffer.wrap(data));
  /external/oprofile/libpp/
profile_container.h 3 * Container associating symbols and samples
31 * Store multiple samples files belonging to the same profiling session.
38 * Build an object to store information on samples. All parameters
39 * acts as hint for what you will request after recording samples and
44 * @param need_details If true if we need to record all samples or to
54 * add() - record symbols/samples in the underlying container
56 * @param profile the samples files container
63 * Obviously you can add only samples files which are coherent (same
117 /// return the total number of samples
120 /// Get the samples count which belongs to filename. Return 0 i
170 scoped_ptr<sample_container> samples; member in class:profile_container
    [all...]
  /frameworks/base/media/mca/tests/src/android/camera/mediaeffects/tests/functional/
EffectsVideoCapture.java 19 import android.media.filterfw.samples.CameraEffectsRecordingSample;
  /frameworks/base/tests/ImfTest/src/com/android/imftest/samples/
DialogActivity.java 17 package com.android.imftest.samples;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
soundfont.h 64 struct snd_sf_sample *samples; /* The sample headers */ member in struct:snd_soundfont
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
soundfont.h 64 struct snd_sf_sample *samples; /* The sample headers */ member in struct:snd_soundfont
  /development/build/tools/
sdk_repo.mk 42 # E.g. given a folder out/host/linux.../sdk/android-eng-sdk/samples/android-N
43 # this generates an sdk-repo-linux-samples that contains android-N/*
47 # $3=package to create (e.g. platforms, samples, etc.)
124 $(eval $(call mk-sdk-repo-pkg-2,$(HOST_OS),$(MAIN_SDK_ZIP),samples))
134 $(call sdk-repo-pkg-zip,$(HOST_OS),$(MAIN_SDK_ZIP),samples) \
145 # docs, platforms and samples have nothing OS-dependent right now.
  /external/chromium/net/disk_cache/
stats.cc 267 void Stats::Snapshot(StatsHistogram::StatsSamples* samples) const {
268 samples->GetCounts()->resize(kDataSizesLength);
273 samples->GetCounts()->at(i) = count;
  /external/flac/include/FLAC/
stream_encoder.h 174 * the encoder, each of the same length. The samples need not be
175 * block-aligned, but each channel should have the same number of samples.
180 * Again, the samples need not be block-aligned but they must be
187 * is 16 bits per sample, the samples should all be in the range [-32768,32767].
243 /**< The encoder is in the normal OK state and samples can be processed. */
247 * FLAC__stream_encoder_init_*() functions must be called before samples
530 * \a samples and \a current_frame are purely informational. If \a samples
539 * When writing the page header, the \a samples argument to the
548 * \param samples The number of samples encoded by \a buffer
    [all...]
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
LwjglCanvas.java 298 // Use 0 samples for pbuffer format, prevents
310 int samples = 0; local
312 samples = settings.getSamples();
318 samples);
LwjglDisplay.java 84 int samples = 0; local
86 samples = settings.getSamples();
92 samples);
  /external/libvorbis/lib/
bitrate.c 87 int samples=ci->blocksizes[vb->W]>>1; local
132 slew=rint(choice-bm->avgfloat)/samples*vi->rate;
135 choice=rint(bm->avgfloat+= slew/vi->rate*samples);
  /external/libvpx/libvpx/vp8/encoder/
ssim.c 158 int samples =0; local
168 samples++;
171 ssim_total /= samples;
  /external/linux-tools-perf/util/
top.c 73 float samples_per_sec = top->samples / top->delay_secs;
75 float esamples_percent = (100.0 * top->exact_samples) / top->samples;
165 top->samples = top->us_samples = top->kernel_samples =
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/
Mp4TrackImpl.java 33 private List<ByteBuffer> samples; field in class:Mp4TrackImpl
45 samples = new SampleList(trackBox);
174 return samples;
  /external/qemu/distrib/sdl-1.2.15/src/audio/paudio/
SDL_paudio.c 392 * We calculate spec->samples like this because SDL_CalculateAudioSpec()
398 spec->samples = paud_bufinfo.write_buf_cap
404 spec->samples = paud_bufinfo.write_buf_cap
500 frame_ticks = (float)(spec->samples*1000)/spec->freq;

Completed in 655 milliseconds

<<11121314151617181920>>