Searched refs:g_dAffinetransPan (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Camera/jni/
H A Dmosaic_renderer_jni.cpp136 double g_dAffinetransPan[16]; variable
297 // and g_dAffinetransPan using the specified 3x3 affine
304 // The computed g_dAffinetransPan is such that it offsets the computed preview
355 ////// Compute g_dAffinetransPan now... //////
377 ConvertAffine3x3toGL4x4(g_dAffinetransPan, Hp);
381 ConvertAffine3x3toGL4x4(g_dAffinetransPan, Htemp1);
801 g_dAffinetransPanGL[i] = g_dAffinetransPan[i];
/packages/apps/Camera2/jni/
H A Dmosaic_renderer_jni.cpp136 double g_dAffinetransPan[16]; variable
297 // and g_dAffinetransPan using the specified 3x3 affine
304 // The computed g_dAffinetransPan is such that it offsets the computed preview
355 ////// Compute g_dAffinetransPan now... //////
377 ConvertAffine3x3toGL4x4(g_dAffinetransPan, Hp);
381 ConvertAffine3x3toGL4x4(g_dAffinetransPan, Htemp1);
801 g_dAffinetransPanGL[i] = g_dAffinetransPan[i];
/packages/apps/LegacyCamera/jni/
H A Dmosaic_renderer_jni.cpp136 double g_dAffinetransPan[16]; variable
274 // and g_dAffinetransPan using the specified 3x3 affine
281 // The computed g_dAffinetransPan is such that it offsets the computed preview
332 ////// Compute g_dAffinetransPan now... //////
354 ConvertAffine3x3toGL4x4(g_dAffinetransPan, Hp);
358 ConvertAffine3x3toGL4x4(g_dAffinetransPan, Htemp1);
759 g_dAffinetransPanGL[i] = g_dAffinetransPan[i];

Completed in 31 milliseconds