Home | History | Annotate | Download | only in scene3

Lines Matching refs:min_fd

64     min_fd = props['android.lens.info.minimumFocusDistance']
65 fds = [af_fd, min_fd]
118 min_fd = props['android.lens.info.minimumFocusDistance']
145 # split data into min_fd and af data for processing
149 if d[k]['fd'] == min_fd:
169 # assert reported location is close for min_fd captures
170 print 'Asserting lens location similar min_fd data'
174 # assert reported sharpness is close at min_fd
175 print 'Asserting sharpness of min_fd data'
179 # assert reported location is close to assign location for min_fd
180 print 'Asserting lens location close to assigned fd for min_fd data'