Home | History | Annotate | Download | only in HAL3

Lines Matching full:max_dim

1204     cam_dimension_t max_dim = {0, 0};
1206 if (mStreamConfigInfo.stream_sizes[i].width > max_dim.width)
1207 max_dim.width = mStreamConfigInfo.stream_sizes[i].width;
1208 if (mStreamConfigInfo.stream_sizes[i].height > max_dim.height)
1209 max_dim.height = mStreamConfigInfo.stream_sizes[i].height;
1215 max_dim);