OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mPictureSizes
(Results
1 - 6
of
6
) sorted by null
/device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Parm.cpp
422
maxSnapshotWidth =
mPictureSizes
[0].width;
423
maxSnapshotHeight =
mPictureSizes
[0].height;
426
if(((maxSnapshotWidth <
mPictureSizes
[i].width) &&
427
(maxSnapshotHeight <=
mPictureSizes
[i].height))){
428
maxSnapshotWidth =
mPictureSizes
[i].width;
429
maxSnapshotHeight =
mPictureSizes
[i].height;
437
mPictureSizesPtr =
mPictureSizes
;
614
/* Find the first dimension in the
mPictureSizes
618
if ((
mPictureSizes
[i].width <= dim.width) &&
619
(
mPictureSizes
[i].height <= dim.height))
[
all
...]
QCameraHWI.cpp
165
mPictureSizes
(NULL),
239
LOGD(" %d %d",
mPictureSizes
[i].width,
mPictureSizes
[i].height);
[
all
...]
/device/lge/mako/camera/
QCameraHWI_Parm.cpp
421
maxSnapshotWidth =
mPictureSizes
[0].width;
422
maxSnapshotHeight =
mPictureSizes
[0].height;
425
if(((maxSnapshotWidth <
mPictureSizes
[i].width) &&
426
(maxSnapshotHeight <=
mPictureSizes
[i].height))){
427
maxSnapshotWidth =
mPictureSizes
[i].width;
428
maxSnapshotHeight =
mPictureSizes
[i].height;
436
mPictureSizesPtr =
mPictureSizes
;
632
/* Find the first dimension in the
mPictureSizes
636
if ((
mPictureSizes
[i].width <= dim.width) &&
637
(
mPictureSizes
[i].height <= dim.height))
[
all
...]
QCameraHWI.h
808
camera_size_type*
mPictureSizes
;
QCameraHWI.cpp
168
mPictureSizes
(NULL),
248
ALOGV(" %d %d",
mPictureSizes
[i].width,
mPictureSizes
[i].height);
[
all
...]
/device/lge/mako/camera/QCamera/HAL/core/inc/
QCameraHWI.h
790
camera_size_type*
mPictureSizes
;
Completed in 53 milliseconds