/aosp12/system/extras/tests/workloads/ |
H A D | capture.sh | 49 yscale=1950;; 67 (0036) y=$(convert $value $ymax $yscale);;
|
/aosp12/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/ |
H A D | SurfaceTextureRenderer.cpp | 64 void SurfaceTextureRenderer::SetScalingMatrix(float xscale, float yscale) in SetScalingMatrix() argument 72 mScalingMatrix[5] = yscale; in SetScalingMatrix()
|
H A D | WarpRenderer.cpp | 62 void WarpRenderer::SetScalingMatrix(float xscale, float yscale) in SetScalingMatrix() argument 70 mScalingMatrix[5] = yscale; in SetScalingMatrix()
|
H A D | SurfaceTextureRenderer.h | 24 void SetScalingMatrix(float xscale, float yscale);
|
H A D | WarpRenderer.h | 22 void SetScalingMatrix(float xscale, float yscale);
|
/aosp12/frameworks/native/services/inputflinger/include/ |
H A D | InputReaderBase.h | 340 float yxmix, float yscale, float yoffset) : in TouchAffineTransformation() 342 y_xmix(yxmix), y_scale(yscale), y_offset(yoffset) { in TouchAffineTransformation()
|
/aosp12/frameworks/av/media/libaudioprocessing/ |
H A D | AudioResamplerFirGen.h | 721 const double yscale = atten * L / (I0(beta) * M_PI); 742 y = I0SqrRat(sqrbeta * (1.0 - sqr(x * xfrac)), yscale * sg.valueAdvance(), x);
|
/aosp12/frameworks/base/tools/velocityplot/ |
H A D | velocityplot.py | 137 yscale='linear',
|
/aosp12/frameworks/base/tools/orientationplot/ |
H A D | orientationplot.py | 211 yscale='linear',
|
/aosp12/frameworks/native/opengl/libs/GLES2/ |
H A D | gl2ext_api.in | 811 …et, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint xscale, GLint yscale) { 812 …lFramebufferTexture2DDownsampleIMG, target, attachment, textarget, texture, level, xscale, yscale); 814 … target, GLenum attachment, GLuint texture, GLint level, GLint layer, GLint xscale, GLint yscale) { 815 …glFramebufferTextureLayerDownsampleIMG, target, attachment, texture, level, layer, xscale, yscale);
|
/aosp12/frameworks/native/opengl/include/GLES2/ |
H A D | gl2ext.h | 2275 …get, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint xscale, GLint yscale); 2276 …m target, GLenum attachment, GLuint texture, GLint level, GLint layer, GLint xscale, GLint yscale); 2278 …get, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint xscale, GLint yscale); 2279 …m target, GLenum attachment, GLuint texture, GLint level, GLint layer, GLint xscale, GLint yscale);
|
/aosp12/frameworks/native/opengl/libs/ |
H A D | entries.in | 287 …rget, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint xscale, GLint yscale) 294 …um target, GLenum attachment, GLuint texture, GLint level, GLint layer, GLint xscale, GLint yscale)
|