Searched refs:widthHR (Results 1 – 4 of 4) sorted by relevance
/packages/apps/LegacyCamera/jni/ |
D | mosaic_renderer_jni.cpp | 362 void AllocateTextureMemory(int widthHR, int heightHR, int widthLR, int heightLR) in AllocateTextureMemory() argument 364 gPreviewImageWidth[HR] = widthHR; in AllocateTextureMemory()
|
D | mosaic_renderer_jni.h | 26 extern "C" void AllocateTextureMemory(int widthHR, int heightHR,
|
/packages/apps/Camera/jni/ |
D | mosaic_renderer_jni.cpp | 385 void AllocateTextureMemory(int widthHR, int heightHR, int widthLR, int heightLR) in AllocateTextureMemory() argument 387 gPreviewImageWidth[HR] = widthHR; in AllocateTextureMemory()
|
D | mosaic_renderer_jni.h | 26 extern "C" void AllocateTextureMemory(int widthHR, int heightHR,
|