Searched refs:sz (Results 26 - 35 of 35) sorted by relevance

12

/frameworks/av/media/libstagefright/codecs/on2/enc/
H A DSoftVPXEncoder.cpp747 outputBufferHeader->nFilledLen = encoded_packet->data.frame.sz;
755 encoded_packet->data.frame.sz);
/frameworks/base/libs/hwui/
H A DMatrix.cpp288 void Matrix4::loadScale(float sx, float sy, float sz) { argument
293 data[kScaleZ] = sz;
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/p2p/
H A DSupplicantP2pIfaceCallbackTest.java493 int sz = hex.length() / 2;
495 for (int i = 0; i < sz; i++) {
/frameworks/av/media/libstagefright/codec2/include/
H A DC2ParamDef.h270 size_t sz = this->size(); \
271 if (sz >= sizeof(_type)) { \
272 return (sz - sizeof(_type)) / _type::flexSize; \
/frameworks/rs/rsov/compiler/spirit/
H A Dmodule.cpp344 size_t sz = 0; local
346 sz += getSize(ty.mInstruction);
348 return sz;
/frameworks/base/core/java/android/hardware/
H A DSensorManager.java1405 final boolean sz = (Z>=0x80);
1414 if (z==i) outR[offset+i] = sz ? -inR[offset+2] : inR[offset+2];
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DGLES20Canvas.java411 public void scale(float sx, float sy, float sz) { argument
412 Matrix.scaleM(mMatrices, mCurrentMatrixIndex, sx, sy, sz);
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.cpp2863 Size sz = {sc.width, sc.height}; local
2864 sizes->push(sz);
2997 Size sz = {sc.width, sc.height}; local
2998 jpegSizes.add(sz);
/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp80 ALOGI("[%d] %g, %g, %g %g", i, pV->sx, pV->sy, pV->sz, pV->sw);
/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 289 milliseconds

12