OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tWidth
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Camera/jni/
feature_mos_jni.cpp
45
int
tWidth
[NR];
104
if(
tWidth
[LR]>180)
111
mosaic[mID]->initialize(blendingType, stripType,
tWidth
[mID], tHeight[mID],
280
tWidth
[HR] = width;
282
tWidth
[LR] = int(width / H2L_FACTOR);
287
tImage[LR][i] = ImageUtils::allocateImage(
tWidth
[LR], tHeight[LR],
289
tImage[HR][i] = ImageUtils::allocateImage(
tWidth
[HR], tHeight[HR],
293
AllocateTextureMemory(
tWidth
[HR], tHeight[HR],
tWidth
[LR], tHeight[LR]);
377
tWidth
[LR], tHeight[LR])
[
all
...]
/packages/apps/Camera2/jni/
feature_mos_jni.cpp
45
int
tWidth
[NR];
104
if(
tWidth
[LR]>180)
111
mosaic[mID]->initialize(blendingType, stripType,
tWidth
[mID], tHeight[mID],
280
tWidth
[HR] = width;
282
tWidth
[LR] = int(width / H2L_FACTOR);
287
tImage[LR][i] = ImageUtils::allocateImage(
tWidth
[LR], tHeight[LR],
289
tImage[HR][i] = ImageUtils::allocateImage(
tWidth
[HR], tHeight[HR],
293
AllocateTextureMemory(
tWidth
[HR], tHeight[HR],
tWidth
[LR], tHeight[LR]);
377
tWidth
[LR], tHeight[LR])
[
all
...]
/packages/apps/LegacyCamera/jni/
feature_mos_jni.cpp
45
int
tWidth
[NR];
104
if(
tWidth
[LR]>180)
111
mosaic[mID]->initialize(blendingType, stripType,
tWidth
[mID], tHeight[mID],
280
tWidth
[HR] = width;
282
tWidth
[LR] = int(width / H2L_FACTOR);
287
tImage[LR][i] = ImageUtils::allocateImage(
tWidth
[LR], tHeight[LR],
289
tImage[HR][i] = ImageUtils::allocateImage(
tWidth
[HR], tHeight[HR],
293
AllocateTextureMemory(
tWidth
[HR], tHeight[HR],
tWidth
[LR], tHeight[LR]);
377
tWidth
[LR], tHeight[LR])
[
all
...]
Completed in 52 milliseconds