OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:g_daffinetrans
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Camera/jni/
mosaic_renderer_jni.cpp
131
double
g_dAffinetrans
[16];
296
// This function computes fills the 4x4 matrices
g_dAffinetrans
,
299
// The computed
g_dAffinetrans
is such that it warps the preview mosaic in
352
ConvertAffine3x3toGL4x4(
g_dAffinetrans
, Hp);
800
g_dAffinetransGL[i] =
g_dAffinetrans
[i];
/packages/apps/LegacyCamera/jni/
mosaic_renderer_jni.cpp
131
double
g_dAffinetrans
[16];
273
// This function computes fills the 4x4 matrices
g_dAffinetrans
,
276
// The computed
g_dAffinetrans
is such that it warps the preview mosaic in
329
ConvertAffine3x3toGL4x4(
g_dAffinetrans
, Hp);
758
g_dAffinetransGL[i] =
g_dAffinetrans
[i];
Completed in 143 milliseconds