Searched refs:stmat (Results 1 – 3 of 3) sorted by relevance
628 jfloat *stmat = env->GetFloatArrayElements(stMatrix, 0); in Java_com_android_camera_panorama_MosaicRenderer_preprocess() local630 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()
77 void SurfaceTextureRenderer::SetSTMatrix(float *stmat) in SetSTMatrix() argument79 memcpy(mSTMatrix, stmat, 16*sizeof(float)); in SetSTMatrix()
25 void SetSTMatrix(float *stmat);