Searched refs:stmat (Results 1 – 9 of 9) sorted by relevance
/packages/apps/LegacyCamera/jni/ |
D | mosaic_renderer_jni.cpp | 628 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/ |
D | mosaic_renderer_jni.cpp | 665 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/ |
D | mosaic_renderer_jni.cpp | 665 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/ |
D | SurfaceTextureRenderer.cpp | 75 void SurfaceTextureRenderer::SetSTMatrix(float *stmat) in SetSTMatrix() argument 77 memcpy(mSTMatrix, stmat, 16*sizeof(float)); in SetSTMatrix()
|
D | SurfaceTextureRenderer.h | 25 void SetSTMatrix(float *stmat);
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/ |
D | SurfaceTextureRenderer.cpp | 75 void SurfaceTextureRenderer::SetSTMatrix(float *stmat) in SetSTMatrix() argument 77 memcpy(mSTMatrix, stmat, 16*sizeof(float)); in SetSTMatrix()
|
D | SurfaceTextureRenderer.h | 25 void SetSTMatrix(float *stmat);
|
/packages/apps/Gallery2/jni_mosaic/feature_mos/src/mosaic_renderer/ |
D | SurfaceTextureRenderer.cpp | 75 void SurfaceTextureRenderer::SetSTMatrix(float *stmat) in SetSTMatrix() argument 77 memcpy(mSTMatrix, stmat, 16*sizeof(float)); in SetSTMatrix()
|
D | SurfaceTextureRenderer.h | 25 void SetSTMatrix(float *stmat);
|