Searched defs:sz (Results 1 - 15 of 15) sorted by relevance

/frameworks/base/core/jni/android/opengl/
H A Dpoly.h35 float sx, sy, sz, sw; /* screen space position (sometimes homo.) */ member in struct:android::__anon857
/frameworks/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp65 float sz = fx * upY - fy * upX; local
68 float ux = sy * fz - sz * fy;
69 float uy = sz * fx - sx * fz;
83 m[8] = sz;
/frameworks/native/opengl/tests/gl_jni/jni/
H A Dgl_code.cpp51 float sz = fx * upY - fy * upX; local
54 float ux = sy * fz - sz * fy;
55 float uy = sz * fx - sx * fz;
69 m[8] = sz;
/frameworks/native/opengl/tests/tritex/
H A Dtritex.cpp62 float sz = fx * upY - fy * upX; local
65 float ux = sy * fz - sz * fy;
66 float uy = sz * fx - sx * fz;
80 m[8] = sz;
/frameworks/base/cmds/bootanimation/
H A Daudioplay.cpp67 uint32_t sz; member in struct:audioplay::__anon841::ChunkHeader
283 *oSoundBuf += chunkHeader->sz;
284 *oSoundBufSize -= chunkHeader->sz;
288 *oSoundBufSize = chunkHeader->sz;
293 *oSoundBuf += chunkHeader->sz;
294 *oSoundBufSize -= chunkHeader->sz;
/frameworks/base/libs/hwui/
H A DMatrix.cpp288 void Matrix4::loadScale(float sx, float sy, float sz) { argument
293 data[kScaleZ] = sz;
H A DMatrix.h122 void loadScale(float sx, float sy, float sz);
176 void scale(float sx, float sy, float sz) { argument
178 u.loadScale(sx, sy, sz);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DCamera2RecordingTest.java829 private void prepareRecording(Size sz, int videoFrameRate, int captureRate) argument
836 mMediaRecorder.setVideoEncodingBitRate(getVideoBitRate(sz));
839 mMediaRecorder.setVideoSize(sz.getWidth(), sz.getHeight());
852 mVideoSize = sz;
930 private void validateRecording(Size sz, int expectedDurationMs) throws Exception { argument
953 assertTrue("Video size doesn't match, expected " + sz.toString() +
954 " got " + videoSz.toString(), videoSz.equals(sz));
1075 private int getVideoBitRate(Size sz) { argument
1077 float scaleFactor = sz
[all...]
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DGLCanvas.java58 public abstract void scale(float sx, float sy, float sz); argument
H A DGLES20Canvas.java411 public void scale(float sx, float sy, float sz) { argument
412 Matrix.scaleM(mMatrices, mCurrentMatrixIndex, sx, sy, sz);
/frameworks/native/cmds/servicemanager/
H A Dbinder.c616 uint16_t *bio_get_string16(struct binder_io *bio, size_t *sz) argument
622 if (sz)
623 *sz = len;
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DCameraTestUtils.java250 public ImageVerifierListener(Size sz, int format) { argument
251 mSize = sz;
1041 for (Size sz: rawSizes) {
1042 if (sz.getWidth() <= bound.getWidth() && sz.getHeight() <= bound.getHeight()) {
1043 sizes.add(sz);
1088 for (Size sz : sizes) {
1089 if (comparator.compare(sz, bound) <= 0) {
1090 sortedSizes.add(sz);
1129 for (Size sz
[all...]
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.cpp2772 Size sz = {sc.width, sc.height}; local
2773 sizes->push(sz);
2967 Size sz = {sc.width, sc.height}; local
2968 jpegSizes.add(sz);
2980 Size sz = {width, height}; local
2981 jpegSizes.add(sz);
/frameworks/base/services/core/jni/
H A Dcom_android_server_location_GnssLocationProvider.cpp788 size_t sz; local
796 sz = (size_t)size;
798 sAGpsRilInterface->ni_message((uint8_t *)b,sz);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 410 milliseconds