OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:thumbnailSize
(Results
1 - 7
of
7
) sorted by null
/device/asus/flo/camera/QCamera2/HAL/
QCameraPostProc.cpp
243
cam_dimension_t
thumbnailSize
;
244
memset(&
thumbnailSize
, 0, sizeof(cam_dimension_t));
245
m_parent->getThumbnailSize(
thumbnailSize
);
246
if (
thumbnailSize
.width == 0 ||
thumbnailSize
.height == 0) {
[
all
...]
/device/asus/flo/camera/QCamera2/HAL3/
QCamera3PostProc.cpp
243
cam_dimension_t
thumbnailSize
;
244
memset(&
thumbnailSize
, 0, sizeof(cam_dimension_t));
245
m_parent->getThumbnailSize(
thumbnailSize
);
246
if (
thumbnailSize
.width == 0 &&
thumbnailSize
.height == 0) {
[
all
...]
/device/lge/hammerhead/camera/QCamera2/HAL/
QCameraPostProc.cpp
243
cam_dimension_t
thumbnailSize
;
244
memset(&
thumbnailSize
, 0, sizeof(cam_dimension_t));
245
m_parent->getThumbnailSize(
thumbnailSize
);
246
if (
thumbnailSize
.width == 0 ||
thumbnailSize
.height == 0) {
[
all
...]
/device/moto/shamu/camera/QCamera/HAL2/core/src/
QCameraHWI_Metatags.cpp
602
static const int32_t
thumbnailSize
[2] = {
605
ADD_OR_SIZE(ANDROID_JPEG_THUMBNAIL_SIZE,
thumbnailSize
, 2);
/device/moto/shamu/camera/QCamera2/HAL/
QCameraPostProc.cpp
380
cam_dimension_t
thumbnailSize
;
381
memset(&
thumbnailSize
, 0, sizeof(cam_dimension_t));
382
m_parent->getThumbnailSize(
thumbnailSize
);
383
if (
thumbnailSize
.width == 0 ||
thumbnailSize
.height == 0) {
[
all
...]
/device/generic/goldfish/camera/
EmulatedFakeCamera3.cpp
601
static const int32_t
thumbnailSize
[2] = {
604
settings.update(ANDROID_JPEG_THUMBNAIL_SIZE,
thumbnailSize
, 2);
[
all
...]
/external/chromium_org/third_party/android_platform/webview/
frameworks.jar
Completed in 2771 milliseconds