Lines Matching full:picture_sizes
252 //static const camera_size_type* picture_sizes;
278 static camera_size_type* picture_sizes;
1557 maxSnapshotWidth = picture_sizes[0].width;
1558 maxSnapshotHeight = picture_sizes[0].height;
1561 if(((maxSnapshotWidth < picture_sizes[i].width) &&
1562 (maxSnapshotHeight <= picture_sizes[i].height))){
1563 maxSnapshotWidth = picture_sizes[i].width;
1564 maxSnapshotHeight = picture_sizes[i].height;
1578 picture_sizes_ptr = picture_sizes;
2265 mCfgControl.mm_camera_query_parms(CAMERA_PARM_PICT_SIZE, (void **)&picture_sizes, &PICTURE_SIZE_COUNT);
2266 if ((picture_sizes == NULL) || (!PICTURE_SIZE_COUNT)) {
2270 ALOGI("startCamera picture_sizes %p PICTURE_SIZE_COUNT %d", picture_sizes, PICTURE_SIZE_COUNT);