Searched refs:matching (Results 1 - 4 of 4) sorted by relevance

/device/lge/mako/camera/QCamera/HAL/core/src/
H A DQCameraHWI.cpp922 bool matching = true; local
931 matching = (display_width == dim->display_width) &&
934 if (!matching) {
940 matching = false;
971 return matching;
1041 * TBD lookup table for correct aspect ratio matching size */
1060 bool matching; local
1064 matching = (mPictureWidth == dim.picture_width) &&
1067 if (!matching) {
H A DQCameraHWI_Still.cpp340 bool matching = true; local
376 matching = (mPictureWidth == dim->picture_width) &&
378 matching &= (dim->ui_thumbnail_width == mPostviewWidth) &&
383 if (!matching) {
402 matching &= (img_format == dim->main_img_format);
403 if (!matching) {
409 if (!matching) {
1094 bool matching = true; local
1111 matching = (mPictureWidth == dim.picture_width) &&
1125 if (!matching) {
[all...]
/device/lge/mako/camera/
H A DQCameraHWI_Still.cpp414 bool matching = true; local
445 matching = (mPictureWidth == dim->picture_width) &&
447 matching &= (dim->ui_thumbnail_width == mPostviewWidth) &&
452 if (!matching) {
471 matching &= (img_format == dim->main_img_format);
472 if (!matching) {
478 if (!matching) {
1189 bool matching = true; local
1206 matching = (mPictureWidth == dim.picture_width) &&
1220 if (!matching) {
[all...]
H A DQCameraHWI.cpp959 bool matching = true; local
968 matching = (display_width == dim->display_width) &&
971 if (!matching) {
977 matching = false;
1008 return matching;
1105 * TBD lookup table for correct aspect ratio matching size */
1124 bool matching; local
1128 matching = (mPictureWidth == dim.picture_width) &&
1131 if (!matching) {

Completed in 14 milliseconds