Home
last modified time | relevance | path

Searched refs:stmat (Results 1 – 9 of 9) sorted by relevance

/packages/apps/LegacyCamera/jni/
Dmosaic_renderer_jni.cpp628 jfloat *stmat = env->GetFloatArrayElements(stMatrix, 0); in Java_com_android_camera_panorama_MosaicRenderer_preprocess() local
630 gSurfTexRenderer[LR].SetSTMatrix((float*) stmat); in Java_com_android_camera_panorama_MosaicRenderer_preprocess()
631 gSurfTexRenderer[HR].SetSTMatrix((float*) stmat); in Java_com_android_camera_panorama_MosaicRenderer_preprocess()
633 env->ReleaseFloatArrayElements(stMatrix, stmat, 0); in Java_com_android_camera_panorama_MosaicRenderer_preprocess()
/packages/apps/Gallery2/jni_mosaic/
Dmosaic_renderer_jni.cpp665 jfloat *stmat = env->GetFloatArrayElements(stMatrix, 0); in Java_com_android_camera_MosaicRenderer_preprocess() local
667 gSurfTexRenderer[LR].SetSTMatrix((float*) stmat); in Java_com_android_camera_MosaicRenderer_preprocess()
668 gSurfTexRenderer[HR].SetSTMatrix((float*) stmat); in Java_com_android_camera_MosaicRenderer_preprocess()
670 env->ReleaseFloatArrayElements(stMatrix, stmat, 0); in Java_com_android_camera_MosaicRenderer_preprocess()
/packages/apps/Camera/jni/
Dmosaic_renderer_jni.cpp665 jfloat *stmat = env->GetFloatArrayElements(stMatrix, 0); in Java_com_android_camera_MosaicRenderer_preprocess() local
667 gSurfTexRenderer[LR].SetSTMatrix((float*) stmat); in Java_com_android_camera_MosaicRenderer_preprocess()
668 gSurfTexRenderer[HR].SetSTMatrix((float*) stmat); in Java_com_android_camera_MosaicRenderer_preprocess()
670 env->ReleaseFloatArrayElements(stMatrix, stmat, 0); in Java_com_android_camera_MosaicRenderer_preprocess()
/packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/
DSurfaceTextureRenderer.cpp75 void SurfaceTextureRenderer::SetSTMatrix(float *stmat) in SetSTMatrix() argument
77 memcpy(mSTMatrix, stmat, 16*sizeof(float)); in SetSTMatrix()
DSurfaceTextureRenderer.h25 void SetSTMatrix(float *stmat);
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
DSurfaceTextureRenderer.cpp75 void SurfaceTextureRenderer::SetSTMatrix(float *stmat) in SetSTMatrix() argument
77 memcpy(mSTMatrix, stmat, 16*sizeof(float)); in SetSTMatrix()
DSurfaceTextureRenderer.h25 void SetSTMatrix(float *stmat);
/packages/apps/Gallery2/jni_mosaic/feature_mos/src/mosaic_renderer/
DSurfaceTextureRenderer.cpp75 void SurfaceTextureRenderer::SetSTMatrix(float *stmat) in SetSTMatrix() argument
77 memcpy(mSTMatrix, stmat, 16*sizeof(float)); in SetSTMatrix()
DSurfaceTextureRenderer.h25 void SetSTMatrix(float *stmat);