Home | History | Annotate | Download | only in HAL3

Lines Matching refs:max_dim

1230     cam_dimension_t max_dim = {0, 0};
1232 if (mStreamConfigInfo.stream_sizes[i].width > max_dim.width)
1233 max_dim.width = mStreamConfigInfo.stream_sizes[i].width;
1234 if (mStreamConfigInfo.stream_sizes[i].height > max_dim.height)
1235 max_dim.height = mStreamConfigInfo.stream_sizes[i].height;
1241 max_dim);