HomeSort by relevance Sort by last modified time
    Searched refs:mono (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /development/samples/RenderScript/HelloCompute/src/com/example/android/rs/hellocompute/
mono.rs 25 float3 mono = dot(f4.rgb, gMonoMult);
26 *v_out = rsPackColorTo8888(mono);
  /frameworks/rs/tests/java_api/HelloComputeNDK/libhellocomputendk/
mono.rs 25 float3 mono = dot(f4.rgb, gMonoMult);
26 *v_out = rsPackColorTo8888(mono);
  /frameworks/rs/tests/cpp_api/cppbasic/
Android.mk 10 mono.rs \
mono.rs 54 float3 mono = dot(f4.rgb, gMonoMult);
55 *v_out = rsPackColorTo8888(mono);
  /frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
greyscale.rs 25 float3 mono = dot(f4.rgb, gMonoMult);
26 return rsPackColorTo8888(mono);
  /frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
greyscale.rs 25 float3 mono = dot(f4.rgb, gMonoMult);
26 return rsPackColorTo8888(mono);
posterize.rs 25 const static float3 mono = {0.299f, 0.587f, 0.114f};
36 float pixelIntensity = dot(rsUnpackColor8888(refpix).rgb, mono);
  /frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
greyscale.rs 25 float3 mono = dot(f4.rgb, gMonoMult);
26 return rsPackColorTo8888(mono);
posterize.rs 25 const static float3 mono = {0.299f, 0.587f, 0.114f};
36 float pixelIntensity = dot(rsUnpackColor8888(refpix).rgb, mono);
  /cts/suite/audio_quality/test_description/processing/
example.py 26 # mono or stereo audio data
34 # This example takes 2 stereo data, 2 mono data, 2 i64, and 2 doubles
35 # and returns average as 1 stereo data, 1 mono data, 1 i64, and 1 double
48 mono = monoInt.astype(np.int16)
49 #print len(inputData[2]), len(inputData[3]), len(monoInt), len(mono)
54 outputData.append(mono)
  /frameworks/rs/tests/cpp_api/cppbasic-getpointer/
Android.mk 9 mono.rs \
  /frameworks/rs/tests/cpp_api/cppbasic-shared/
Android.mk 9 mono.rs \
mono.rs 54 float3 mono = dot(f4.rgb, gMonoMult);
55 *v_out = rsPackColorTo8888(mono);
  /frameworks/av/services/audioflinger/
FastMixer.h 40 virtual void setMasterMono(bool mono) { mMasterMono.store(mono); /* memory_order_seq_cst */ }
  /external/libvncserver/libvncserver/
hextile.c 96 int w, int h, uint##bpp##_t bg, uint##bpp##_t fg, rfbBool mono);\
97 static void testColours##bpp(uint##bpp##_t *data, int size, rfbBool *mono, \
111 rfbBool mono, solid; \
143 &mono, &solid, &newBg, &newFg); \
158 if (mono) { \
170 if (!subrectEncode##bpp(cl, clientPixelData, w, h, bg, fg, mono)) { \
197 uint##bpp##_t bg, uint##bpp##_t fg, rfbBool mono) \
258 if (mono) { \
269 if (!mono) PUT_PIXEL##bpp(cl2); \
294 * testColours() tests if there are one (solid), two (mono) or more
    [all...]
  /external/flatbuffers/samples/
csharp_sample.sh 17 # Note: This script runs on Mac and Linux. It requires `mono` to be installed
46 mono SampleBinary.exe
  /prebuilts/go/darwin-x86/src/runtime/
timeasm.go 16 func time_now() (sec int64, nsec int32, mono int64)
timestub.go 18 func time_now() (sec int64, nsec int32, mono int64) {
  /prebuilts/go/darwin-x86/src/time/
export_test.go 34 GetMono = (*Time).mono
  /prebuilts/go/linux-x86/src/runtime/
timeasm.go 16 func time_now() (sec int64, nsec int32, mono int64)
timestub.go 18 func time_now() (sec int64, nsec int32, mono int64) {
  /prebuilts/go/linux-x86/src/time/
export_test.go 34 GetMono = (*Time).mono
  /external/deqp/framework/common/
tcuInterval.cpp 145 const Interval mono = applyMonotone(std::abs, x); local
148 return Interval(0.0, mono);
150 return mono;
  /system/core/logd/
LogBuffer.h 45 static bool isMonotonic(const log_time& mono) {
49 if (mono.tv_sec >= EPOCH_PLUS_2_YEARS) {
72 return mono.tv_sec < ((cpu.tv_sec + now.tv_sec) / 2);
  /external/brotli/csharp/
transpile.sh 6 if ! which mono >/dev/null; then
88 mono --debug build/NUnit.ConsoleRunner.3.6.1/tools/nunit3-console.exe build/brotlidec_test.dll

Completed in 768 milliseconds

1 2 3 4