Searched defs:sz (Results 1 - 18 of 18) 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::__anon823
/frameworks/base/libs/services/src/os/
H A DStatsDimensionsValue.cpp96 int sz = mTupleValue.size(); local
97 err = out->writeInt32(sz);
101 for (int i = 0; i < sz; ++i) {
/frameworks/native/opengl/tests/gl_jni/jni/
H A Dgl_code.cpp56 float sz = fx * upY - fy * upX; local
59 float ux = sy * fz - sz * fy;
60 float uy = sz * fx - sx * fz;
74 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::__anon773::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.cpp293 void Matrix4::loadScale(float sx, float sy, float sz) { argument
298 data[kScaleZ] = sz;
H A DMatrix.h113 void loadScale(float sx, float sy, float sz);
165 void scale(float sx, float sy, float sz) { argument
167 u.loadScale(sx, sy, sz);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DCamera2RecordingTest.java833 private void prepareRecording(Size sz, int videoFrameRate, int captureRate) argument
840 mMediaRecorder.setVideoEncodingBitRate(getVideoBitRate(sz));
843 mMediaRecorder.setVideoSize(sz.getWidth(), sz.getHeight());
856 mVideoSize = sz;
934 private void validateRecording(Size sz, int expectedDurationMs) throws Exception { argument
957 assertTrue("Video size doesn't match, expected " + sz.toString() +
958 " got " + videoSz.toString(), videoSz.equals(sz));
1079 private int getVideoBitRate(Size sz) { argument
1081 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.c617 uint16_t *bio_get_string16(struct binder_io *bio, size_t *sz) argument
623 if (sz)
624 *sz = len;
/frameworks/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp67 float sz = fx * upY - fy * upX; local
70 float ux = sy * fz - sz * fy;
71 float uy = sz * fx - sx * fz;
85 m[8] = sz;
/frameworks/native/libs/binder/tests/
H A DbinderThroughputTest.cpp216 int sz = payload_size; local
218 while (sz >= sizeof(uint32_t)) {
220 sz -= sizeof(uint32_t);
H A Dschd-dbg.cpp265 static void parcel_fill(Parcel& data, int sz, int priority, int cpu) { argument
266 ASSERT(sz >= (int)sizeof(uint32_t) * 2);
269 sz -= sizeof(uint32_t);
270 while (sz > (int)sizeof(uint32_t)) {
272 sz -= sizeof(uint32_t);
/frameworks/rs/rsov/compiler/spirit/
H A Dmodule.cpp351 size_t sz = 0; local
353 sz += getSize(ty.mInstruction);
355 return sz;
/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.cpp3078 Size sz = {sc.width, sc.height}; local
3079 jpegSizes.add(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 1124 milliseconds