HomeSort by relevance Sort by last modified time
    Searched refs:stmat (Results 1 - 9 of 9) sorted by null

  /packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/
SurfaceTextureRenderer.h 25 void SetSTMatrix(float *stmat);
SurfaceTextureRenderer.cpp 75 void SurfaceTextureRenderer::SetSTMatrix(float *stmat)
77 memcpy(mSTMatrix, stmat, 16*sizeof(float));
  /packages/apps/Gallery2/jni_mosaic/feature_mos/src/mosaic_renderer/
SurfaceTextureRenderer.h 25 void SetSTMatrix(float *stmat);
SurfaceTextureRenderer.cpp 75 void SurfaceTextureRenderer::SetSTMatrix(float *stmat)
77 memcpy(mSTMatrix, stmat, 16*sizeof(float));
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
SurfaceTextureRenderer.h 25 void SetSTMatrix(float *stmat);
SurfaceTextureRenderer.cpp 75 void SurfaceTextureRenderer::SetSTMatrix(float *stmat)
77 memcpy(mSTMatrix, stmat, 16*sizeof(float));
  /packages/apps/Camera/jni/
mosaic_renderer_jni.cpp 665 jfloat *stmat = env->GetFloatArrayElements(stMatrix, 0); local
667 gSurfTexRenderer[LR].SetSTMatrix((float*) stmat);
668 gSurfTexRenderer[HR].SetSTMatrix((float*) stmat);
670 env->ReleaseFloatArrayElements(stMatrix, stmat, 0);
  /packages/apps/Gallery2/jni_mosaic/
mosaic_renderer_jni.cpp 665 jfloat *stmat = env->GetFloatArrayElements(stMatrix, 0); local
667 gSurfTexRenderer[LR].SetSTMatrix((float*) stmat);
668 gSurfTexRenderer[HR].SetSTMatrix((float*) stmat);
670 env->ReleaseFloatArrayElements(stMatrix, stmat, 0);
  /packages/apps/LegacyCamera/jni/
mosaic_renderer_jni.cpp 628 jfloat *stmat = env->GetFloatArrayElements(stMatrix, 0); local
630 gSurfTexRenderer[LR].SetSTMatrix((float*) stmat);
631 gSurfTexRenderer[HR].SetSTMatrix((float*) stmat);
633 env->ReleaseFloatArrayElements(stMatrix, stmat, 0);

Completed in 106 milliseconds