Home
last modified time | relevance | path

Searched refs:dtype (Results 1 – 8 of 8) sorted by relevance

/cts/hostsidetests/security/securityPatch/CVE-2016-8448/
Dmtkfb.h36 #define MTK_IOW(num, dtype) _IOW('O', num, dtype) argument
37 #define MTK_IOR(num, dtype) _IOR('O', num, dtype) argument
38 #define MTK_IOWR(num, dtype) _IOWR('O', num, dtype) argument
/cts/apps/CameraITS/pymodules/its/
Dimage.py102 img = numpy.ndarray(shape=(2*h*w*4,), dtype='<f', buffer=cap["data"])
258 img = numpy.ndarray(shape=(h*w,), dtype='<u2',
452 flt = numpy.empty([h, w, 3], dtype=numpy.float32)
455 rgb = numpy.empty([h, w, 3], dtype=numpy.uint8)
608 img2 = numpy.empty([h, w, 3], dtype=numpy.float32)
643 means.append(numpy.mean(img[:,:,i], dtype=numpy.float64))
658 variances.append(numpy.var(img[:,:,i], dtype=numpy.float64))
Ddevice.py267 buf = numpy.frombuffer(buf, dtype=numpy.uint8)
/cts/suite/audio_quality/test_description/processing/
Dgen_random.py32 result = np.zeros(samples * 2 if stereo else samples, dtype=np.int16)
Dcheck_spectrum_playback.py63 spectrumResult = np.zeros(len(spectrum), dtype=np.int16)
Dcheck_spectrum.py68 RatioResult = np.zeros(len(amplitudeRatio), dtype=np.int16)
/cts/suite/audio_quality/test_description/
Dprocessing_main.py174 data = np.fromstring(raw, dtype=np.int16)
/cts/apps/CtsVerifier/libs/
Dopencv3-android.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/ ...