HomeSort by relevance Sort by last modified time
    Searched refs:sample (Results 476 - 500 of 1474) sorted by null

<<11121314151617181920>>

  /external/libyuv/files/source/
convert_jpeg.cc 92 int MJPGSize(const uint8* sample, size_t sample_size, int* width, int* height) {
94 LIBYUV_BOOL ret = mjpeg_decoder.LoadFrame(sample, sample_size);
106 int MJPGToI420(const uint8* sample,
125 LIBYUV_BOOL ret = mjpeg_decoder.LoadFrame(sample, sample_size);
174 // TODO(fbarchard): Implement conversion for any other colorspace/sample
238 int MJPGToARGB(const uint8* sample,
253 LIBYUV_BOOL ret = mjpeg_decoder.LoadFrame(sample, sample_size);
302 // TODO(fbarchard): Implement conversion for any other colorspace/sample
  /external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/
logistic_test.py 151 sample = dist.sample(seed=100)
152 self.assertEqual(sample.get_shape(), (3,))
153 self.assertAllClose(sample.eval(), [6.22460556, 3.79602098, 2.05084133])
161 self.assertEqual(dist.dtype, dist.sample(5).dtype)
174 self.assertEqual(dist64.dtype, dist64.sample(5).dtype)
  /system/media/audio_utils/
channels.c 22 * Clamps a 24-bit value from a 32-bit sample
24 static inline int32_t clamp24(int32_t sample)
26 if ((sample>>23) ^ (sample>>31)) {
27 sample = 0x007FFFFF ^ (sample>>31);
29 return sample;
252 * sample_size_in_bytes Specifies the number of bytes per sample.
323 * sample_size_in_bytes Specifies the number of bytes per sample.
336 static const uint8x3_t packed24_zero; /* zero 24 bit sample */
    [all...]
  /development/samples/AppNavigation/src/com/example/android/appnavigation/app/
AppNavHomeActivity.java 69 SampleInfo sample = new SampleInfo(label, target); local
70 samples.add(sample);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/transform/
FastHadamardTransformer.java 47 return fht(FastFourierTransformer.sample(f, min, max, n));
61 fht(FastFourierTransformer.sample(f, min, max, n));
  /external/autotest/client/site_tests/login_RemoteOwnership/
login_RemoteOwnership.py 50 self.username = (''.join(random.sample(string.ascii_lowercase,6)) +
52 password = ''.join(random.sample(string.ascii_lowercase,6))
  /external/flatbuffers/samples/
java_sample.sh 42 echo Compiling and running the Java sample.
44 # Compile and execute the sample.
  /external/javassist/sample/vector/
VectorAssistant.java 1 package sample.vector;
5 import sample.preproc.Assistant;
11 * <ul>import java.util.Vector by sample.vector.VectorAssistant(int)</ul>
18 * import sample.vector.intVector;
25 * package sample.vector;
39 * <code>sample.vector.Sample</code> and <code>sample.vector.Sample2</code>
44 public final String packageName = "sample.vector.";
48 * This method is called by a <code>sample.preproc.Compiler</code>
    [all...]
  /external/libmojo/mojo/android/javatests/src/org/chromium/mojo/bindings/
InterfaceControlMessageTest.java 11 import org.chromium.mojo.bindings.test.mojom.sample.Enum;
12 import org.chromium.mojo.bindings.test.mojom.sample.IntegerAccessor;
  /external/sonivox/arm-wt-22k/host_src/
arm-wt-22k.mak 2 # Auto-generated sample makefile
  /external/toolchain-utils/android_bench_suite/
fix_skia_results.py 25 # suffix of these strings (so we don't have 0.000421ms per sample, for example)
117 for sample, app in itertools.izip(samples, results):
119 app[friendly_name] = sample * time_mul
  /external/webrtc/talk/media/base/
videoframe.h 46 // Creates a frame from a raw sample with FourCC |format| and size |w| x |h|.
57 uint8_t* sample,
198 // Tests if sample is valid. Returns true if valid.
202 const uint8_t* sample,
  /external/webrtc/talk/media/webrtc/
webrtcvideoframe.h 51 // Creates a frame from a raw sample with FourCC "format" and size "w" x "h".
60 uint8_t* sample,
81 uint8_t* sample,
  /frameworks/support/samples/SupportAppNavigation/src/main/java/com/example/android/support/appnavigation/app/
AppNavHomeActivity.java 69 SampleInfo sample = new SampleInfo(label, target); local
70 samples.add(sample);
  /packages/services/Car/tests/InstrumentClusterRendererSample/src/com/android/car/cluster/sample/
MediaStateMonitor.java 16 package com.android.car.cluster.sample;
18 import static com.android.car.cluster.sample.DebugUtil.DEBUG;
  /prebuilts/go/darwin-x86/doc/articles/wiki/
part1-noerror.go 29 p1 := &Page{Title: "TestPage", Body: []byte("This is a sample page.")}
part1.go 32 p1 := &Page{Title: "TestPage", Body: []byte("This is a sample Page.")}
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/report/testdata/sample/
sample.go 0 // sample program that is used to produce some of the files in
  /prebuilts/go/linux-x86/doc/articles/wiki/
part1-noerror.go 29 p1 := &Page{Title: "TestPage", Body: []byte("This is a sample page.")}
part1.go 32 p1 := &Page{Title: "TestPage", Body: []byte("This is a sample Page.")}
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/report/testdata/sample/
sample.go 0 // sample program that is used to produce some of the files in
  /toolchain/benchmark/
fix_skia_results.py 25 # suffix of these strings (so we don't have 0.000421ms per sample, for example)
118 for sample, app in itertools.izip(samples, results):
120 app[friendly_name] = sample * time_mul
  /external/deqp/framework/common/
tcuTexture.hpp 501 Vec4 sample (const Sampler& sampler, float s, float lod) const;
518 inline Vec4 Texture1DView::sample (const Sampler& sampler, float s, float lod) const function in class:tcu::Texture1DView
552 Vec4 sample (const Sampler& sampler, float s, float t, float lod) const;
572 inline Vec4 Texture2DView::sample (const Sampler& sampler, float s, float t, float lod) const function in class:tcu::Texture2DView
651 Vec4 sample (const Sampler& sampler, float s, float lod) const;
671 inline Vec4 Texture1D::sample (const Sampler& sampler, float s, float lod) const function in class:tcu::Texture1D
673 return m_view.sample(sampler, s, lod);
708 Vec4 sample (const Sampler& sampler, float s, float t, float lod) const;
732 inline Vec4 Texture2D::sample (const Sampler& sampler, float s, float t, float lod) const function in class:tcu::Texture2D
734 return m_view.sample(sampler, s, t, lod)
828 inline Vec4 TextureCube::sample (const Sampler& sampler, float s, float t, float p, float lod) const function in class:tcu::TextureCube
940 inline Vec4 Texture1DArray::sample (const Sampler& sampler, float s, float t, float lod) const function in class:tcu::Texture1DArray
1001 inline Vec4 Texture2DArray::sample (const Sampler& sampler, float s, float t, float r, float lod) const function in class:tcu::Texture2DArray
1054 inline Vec4 Texture3DView::sample (const Sampler& sampler, float s, float t, float r, float lod) const function in class:tcu::Texture3DView
1100 inline Vec4 Texture3D::sample (const Sampler& sampler, float s, float t, float r, float lod) const function in class:tcu::Texture3D
1173 inline Vec4 TextureCubeArray::sample (const Sampler& sampler, float s, float t, float r, float q, float lod) const function in class:tcu::TextureCubeArray
    [all...]
  /external/tensorflow/tensorflow/contrib/bayesflow/python/ops/
layers_conv_variational.py 89 value. Default value: `lambda d: d.sample()`.
95 distribution, prior distribution and random variate sample(s) from the
98 sample is a `Tensor`.
106 value. Default value: `lambda d: d.sample()`.
111 distribution, prior distribution and random variate sample(s) from the
114 sample is a `Tensor`.
150 kernel_posterior_tensor_fn=lambda d: d.sample(),
155 bias_posterior_tensor_fn=lambda d: d.sample(),
405 value. Default value: `lambda d: d.sample()`.
411 distribution, prior distribution and random variate sample(s) from th
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/profile/
profile_test.go 129 wantErr: "missing sample type information",
132 mutateFn: func(p *Profile) { p.Sample[0] = nil },
133 wantErr: "profile has nil sample",
136 mutateFn: func(p *Profile) { p.Sample[0].Value = append(p.Sample[0].Value, 0) },
137 wantErr: "sample has 3 values vs. 2 types",
140 mutateFn: func(p *Profile) { p.Sample[0].Location[0] = nil },
141 wantErr: "sample has nil location",
286 Sample: []*Sample{
    [all...]

Completed in 602 milliseconds

<<11121314151617181920>>