Searched refs:f (Results 1 – 5 of 5) sorted by relevance
/pdk/apps/TestingCamera/src/com/android/testingcamera/ |
D | callback.rscript | 28 1.0f, 1.0f, 1.0f, 0.0f, 29 0.0f, -0.34414f, 1.772f, 0.0f, 30 1.402f, -0.71414f, 0.0f, 0.0f, 31 -0.701f, 0.529f, -0.886f, 1.0f
|
/pdk/build/ |
D | prepare_pdk_tree.py | 69 f = open(manifest, 'r') 70 for line in f: 74 f.close()
|
D | pdk_utils.py | 140 f = open(file_name, "w") 142 f.write("%s\n" % entry) 143 f.close()
|
/pdk/apps/TestingCamera2/src/com/android/testingcamera2/ |
D | FixedAspectSurfaceView.java | 53 R.styleable.FixedAspectSurfaceView_aspectRatio, 1.f)); in FixedAspectSurfaceView()
|
D | ImageReaderSubPane.java | 460 OutputFormat f = mFormats.get(mCurrentFormatId); in getOutputSurface() local 464 !Objects.equals(mConfiguredFormat, f) || in getOutputSurface() 472 mReader = ImageReader.newInstance(s.getWidth(), s.getHeight(), f.imageFormat, c); in getOutputSurface() 475 mConfiguredFormat = f; in getOutputSurface()
|