/external/mesa3d/src/mesa/main/ |
D | texcompress.c | 264 _mesa_get_compressed_formats(struct gl_context *ctx, GLint *formats) in _mesa_get_compressed_formats() argument 269 if (formats) { in _mesa_get_compressed_formats() 270 formats[n++] = GL_COMPRESSED_RGB_FXT1_3DFX; in _mesa_get_compressed_formats() 271 formats[n++] = GL_COMPRESSED_RGBA_FXT1_3DFX; in _mesa_get_compressed_formats() 279 if (formats) { in _mesa_get_compressed_formats() 280 formats[n++] = GL_COMPRESSED_RGB_S3TC_DXT1_EXT; in _mesa_get_compressed_formats() 281 formats[n++] = GL_COMPRESSED_RGBA_S3TC_DXT3_EXT; in _mesa_get_compressed_formats() 282 formats[n++] = GL_COMPRESSED_RGBA_S3TC_DXT5_EXT; in _mesa_get_compressed_formats() 318 if (formats) { in _mesa_get_compressed_formats() 319 formats[n++] = GL_COMPRESSED_RGBA_S3TC_DXT1_EXT; in _mesa_get_compressed_formats() [all …]
|
/external/python/cpython2/Lib/distutils/command/ |
D | bdist.py | 19 formats = [] 21 formats.append(("formats=" + format, None, 23 pretty_printer = FancyGetopt(formats) 87 self.formats = None 110 if self.formats is None: 112 self.formats = [self.default_format[os.name]] 124 for format in self.formats: 131 for i in range(len(self.formats)): 135 sub_cmd.format = self.formats[i]
|
D | sdist.py | 28 formats = [] 30 formats.append(("formats=" + format, None, 32 formats.sort() 33 FancyGetopt(formats).print_help( 116 self.formats = None 132 if self.formats is None: 134 self.formats = [self.default_format[os.name]] 140 bad_format = archive_util.check_archive_formats(self.formats) 459 if 'tar' in self.formats: 460 self.formats.append(self.formats.pop(self.formats.index('tar'))) [all …]
|
/external/python/cpython3/Lib/distutils/command/ |
D | bdist.py | 16 formats = [] 18 formats.append(("formats=" + format, None, 20 pretty_printer = FancyGetopt(formats) 84 self.formats = None 107 if self.formats is None: 109 self.formats = [self.default_format[os.name]] 121 for format in self.formats: 128 for i in range(len(self.formats)): 132 sub_cmd.format = self.formats[i]
|
D | sdist.py | 25 formats = [] 27 formats.append(("formats=" + format, None, 29 formats.sort() 30 FancyGetopt(formats).print_help( 110 self.formats = ['gztar'] 127 bad_format = archive_util.check_archive_formats(self.formats) 438 if 'tar' in self.formats: 439 self.formats.append(self.formats.pop(self.formats.index('tar'))) 441 for fmt in self.formats:
|
/external/webrtc/talk/app/webrtc/ |
D | videosource.cc | 194 std::vector<cricket::VideoFormat>* formats) { in FilterFormatsByConstraint() argument 196 formats->begin(); in FilterFormatsByConstraint() 197 while (format_it != formats->end()) { in FilterFormatsByConstraint() 202 format_it = formats->erase(format_it); in FilterFormatsByConstraint() 246 const std::vector<cricket::VideoFormat>& formats) { in GetBestCaptureFormat() argument 247 ASSERT(formats.size() > 0); in GetBestCaptureFormat() 251 std::vector<cricket::VideoFormat>::const_iterator it = formats.begin(); in GetBestCaptureFormat() 252 std::vector<cricket::VideoFormat>::const_iterator best_it = formats.begin(); in GetBestCaptureFormat() 255 for (; it != formats.end(); ++it) { in GetBestCaptureFormat() 361 std::vector<cricket::VideoFormat> formats = in Initialize() local [all …]
|
/external/webrtc/talk/app/webrtc/test/ |
D | fakeperiodicvideocapturer.h | 42 std::vector<cricket::VideoFormat> formats; in FakePeriodicVideoCapturer() local 43 formats.push_back(cricket::VideoFormat(1280, 720, in FakePeriodicVideoCapturer() 45 formats.push_back(cricket::VideoFormat(640, 480, in FakePeriodicVideoCapturer() 47 formats.push_back(cricket::VideoFormat(640, 360, in FakePeriodicVideoCapturer() 49 formats.push_back(cricket::VideoFormat(320, 240, in FakePeriodicVideoCapturer() 51 formats.push_back(cricket::VideoFormat(160, 120, in FakePeriodicVideoCapturer() 53 ResetSupportedFormats(formats); in FakePeriodicVideoCapturer()
|
/external/lisa/libs/utils/ |
D | report.py | 40 def __init__(self, results_dir, compare=None, formats=['relative']): argument 72 self.__rtapp_report(formats) 73 self.__default_report(formats) 77 def __rtapp_report(self, formats): argument 86 if 'absolute' in formats: 132 self.__rtapp_compare(tid, base_idx, test_idx, formats) 173 def __rtapp_compare(self, tid, base_idx, test_idx, formats): argument 185 if 'absolute' in formats: 231 def __default_report(self, formats): argument 246 if 'absolute' in formats: [all …]
|
/external/webrtc/talk/media/base/ |
D | fakevideocapturer.h | 58 std::vector<cricket::VideoFormat> formats; in FakeVideoCapturer() local 59 formats.push_back(cricket::VideoFormat(1280, 720, in FakeVideoCapturer() 61 formats.push_back(cricket::VideoFormat(640, 480, in FakeVideoCapturer() 63 formats.push_back(cricket::VideoFormat(320, 240, in FakeVideoCapturer() 65 formats.push_back(cricket::VideoFormat(160, 120, in FakeVideoCapturer() 67 formats.push_back(cricket::VideoFormat(1280, 720, in FakeVideoCapturer() 69 ResetSupportedFormats(formats); in FakeVideoCapturer() 75 void ResetSupportedFormats(const std::vector<cricket::VideoFormat>& formats) { in ResetSupportedFormats() argument 76 SetSupportedFormats(formats); in ResetSupportedFormats()
|
D | videocapturer_unittest.cc | 205 std::vector<cricket::VideoFormat> formats; in TEST_F() local 206 formats.push_back(cricket::VideoFormat(kWidth, kHeight, in TEST_F() 208 capturer_.ResetSupportedFormats(formats); in TEST_F() 227 std::vector<cricket::VideoFormat> formats; in TEST_F() local 228 formats.push_back(cricket::VideoFormat(kWidth, kHeight, in TEST_F() 232 capturer_.ResetSupportedFormats(formats); in TEST_F() 271 std::vector<cricket::VideoFormat> formats; in TEST_F() local 272 formats.push_back(cricket::VideoFormat(kWidth, kHeight, in TEST_F() 276 capturer_.ResetSupportedFormats(formats); in TEST_F() 322 std::vector<cricket::VideoFormat> formats; in TEST_F() local [all …]
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.copy_image.txt | 30 + Copies between different formats 31 + Copies between different compressed formats 32 + Copies between compressed and non-compressed formats 35 + Compressed ASTC formats 36 + Compressed ETC formats 37 + Compressed ETC2 formats 40 + Copies between two float formats 43 + 3D block ASTC formats 44 + Other compressed formats than ASTC, ETC and ETC2 50 complete. Random data is always generated so that it is valid for both formats
|
/external/deqp/external/openglcts/modules/glesext/texture_buffer/ |
D | esextcTextureBufferTextureBufferRange.cpp | 608 std::vector<glw::GLenum> formats; in initTest() local 610 formats.push_back(GL_R8); in initTest() 611 formats.push_back(GL_R16F); in initTest() 612 formats.push_back(GL_R32F); in initTest() 613 formats.push_back(GL_R8I); in initTest() 614 formats.push_back(GL_R16I); in initTest() 615 formats.push_back(GL_R32I); in initTest() 616 formats.push_back(GL_R8UI); in initTest() 617 formats.push_back(GL_R16UI); in initTest() 618 formats.push_back(GL_R32UI); in initTest() [all …]
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowCameraParameters.java | 70 List<Integer> formats = new ArrayList<Integer>(); in getSupportedPictureFormats() local 71 formats.add(ImageFormat.NV21); in getSupportedPictureFormats() 72 formats.add(ImageFormat.JPEG); in getSupportedPictureFormats() 73 return formats; in getSupportedPictureFormats() 78 List<Integer> formats = new ArrayList<Integer>(); in getSupportedPreviewFormats() local 79 formats.add(ImageFormat.NV21); in getSupportedPreviewFormats() 80 formats.add(ImageFormat.JPEG); in getSupportedPreviewFormats() 81 return formats; in getSupportedPreviewFormats()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_format_table.py | 82 def write_format_table(formats): argument 95 u_format_pack.generate(formats) 126 for format in formats: 211 for format in formats: 223 formats = [] 225 formats.extend(parse(arg)) 226 write_format_table(formats)
|
/external/mesa3d/src/amd/vulkan/ |
D | vk_format_table.py | 89 def write_format_table(formats): argument 128 for format in formats: 154 for format in formats: 166 formats = [] 168 formats.extend(parse(arg)) 169 write_format_table(formats)
|
/external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/ |
D | VideoCapturerAndroidTestFixtures.java | 304 final List<CaptureFormat> formats = capturer.getSupportedFormats(); in cameraEventsInvoked() local 305 final CameraEnumerationAndroid.CaptureFormat format = formats.get(0); in cameraEventsInvoked() 326 final List<CaptureFormat> formats = capturer.getSupportedFormats(); in cameraCallsAfterStop() local 327 final CameraEnumerationAndroid.CaptureFormat format = formats.get(0); in cameraCallsAfterStop() 374 List<CaptureFormat> formats = capturer.getSupportedFormats(); in startStopWithDifferentResolutions() local 377 CameraEnumerationAndroid.CaptureFormat format = formats.get(i); in startStopWithDifferentResolutions() 422 final List<CaptureFormat> formats = capturer.getSupportedFormats(); in startWhileCameraIsAlreadyOpen() local 423 final CameraEnumerationAndroid.CaptureFormat format = formats.get(0); in startWhileCameraIsAlreadyOpen() 445 final List<CaptureFormat> formats = capturer.getSupportedFormats(); in startWhileCameraIsAlreadyOpenAndCloseCamera() local 446 final CameraEnumerationAndroid.CaptureFormat format = formats.get(0); in startWhileCameraIsAlreadyOpenAndCloseCamera() [all …]
|
/external/mesa3d/src/mesa/ |
D | Makefile.am | 44 main/formats.csv \ 73 main/format_info.h: main/formats.csv \ 75 $(PYTHON_GEN) $(srcdir)/main/format_info.py $(srcdir)/main/formats.csv > $@ 77 main/format_pack.c: main/format_pack.py main/formats.csv \ 79 $(PYTHON_GEN) $(srcdir)/main/format_pack.py $(srcdir)/main/formats.csv > $@ 81 main/format_unpack.c: main/format_unpack.py main/formats.csv \ 83 $(PYTHON_GEN) $(srcdir)/main/format_unpack.py $(srcdir)/main/formats.csv > $@ 85 main/formats.c: main/format_info.h
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_format.c | 81 static struct etna_format formats[PIPE_FORMAT_COUNT] = { variable 234 if (!formats[fmt].present) in translate_texture_format() 237 return formats[fmt].tex; in translate_texture_format() 243 if (!formats[fmt].present) in translate_rs_format() 246 if (formats[fmt].rs == ETNA_NO_MATCH) in translate_rs_format() 249 return RS_FORMAT(formats[fmt].rs); in translate_rs_format() 255 assert(formats[fmt].present); in translate_rs_format_rb_swap() 257 return formats[fmt].rs & RS_FORMAT_RB_SWAP; in translate_rs_format_rb_swap() 264 if (!formats[fmt].present) in translate_vertex_format_type() 267 return formats[fmt].vtx; in translate_vertex_format_type()
|
/external/libyuv/files/docs/ |
D | formats.md | 7 There are 2 core formats supported by libyuv - I420 and ARGB. All YUV formats can be converted to/… 13 This is how OSX formats map to libyuv 37 The following is extracted from video_common.h as a complete list of formats supported by libyuv. 40 // 8 Primary YUV formats: 5 planar, 2 biplanar, 2 packed. 50 // 1 Secondary YUV formats: row biplanar. 53 // 9 Primary RGB formats: 4 32 bpp, 2 24 bpp, 3 16 bpp. 64 // 4 Secondary RGB formats: 4 Bayer Patterns. 104 The following formats contains a full size Y plane followed by 1 or 2 114 … ARGB, BGRA, ABGR and RGBA. ARGB is most common by far, used for screen formats, and windows webc… 132 All formats can be converted to/from ARGB.
|
/external/deqp/framework/opengl/ |
D | gluContextInfo.cpp | 171 vector<int> formats(numFormats); in operator ()() local 173 gl.getIntegerv(GL_COMPRESSED_TEXTURE_FORMATS, &formats[0]); in operator ()() 178 std::copy(formats.begin(), formats.end(), std::inserter(formatSet, formatSet.begin())); in operator ()() 240 const set<int>& formats = m_compressedTextureFormats.getValue(m_context); in isCompressedTextureFormatSupported() local 241 return formats.find(format) != formats.end(); in isCompressedTextureFormatSupported()
|
/external/apache-http/src/org/apache/http/impl/cookie/ |
D | DateUtils.java | 247 Map<String, SimpleDateFormat> formats = ref.get(); in formatFor() local 248 if (formats == null) { in formatFor() 249 formats = new HashMap<String, SimpleDateFormat>(); in formatFor() 251 new SoftReference<Map<String, SimpleDateFormat>>(formats)); in formatFor() 254 SimpleDateFormat format = formats.get(pattern); in formatFor() 258 formats.put(pattern, format); in formatFor()
|
/external/icu/icu4c/source/i18n/ |
D | choicfmt.cpp | 90 const UnicodeString* formats, in ChoiceFormat() argument 95 setChoices(limits, NULL, formats, cnt, constructorErrorCode); in ChoiceFormat() 102 const UnicodeString* formats, in ChoiceFormat() argument 107 setChoices(limits, closures, formats, cnt, constructorErrorCode); in ChoiceFormat() 256 const UnicodeString* formats, in setChoices() argument 260 setChoices(limits, NULL, formats, cnt, errorCode); in setChoices() 268 const UnicodeString* formats, in setChoices() argument 272 setChoices(limits, closures, formats, cnt, errorCode); in setChoices() 278 const UnicodeString* formats, in setChoices() argument 284 if (limits == NULL || formats == NULL) { in setChoices() [all …]
|
/external/iputils/ |
D | tftpd.c | 100 struct formats; 102 void sendfile(struct formats *pf); 103 void recvfile(struct formats *pf); 205 struct formats { struct 208 void (*f_send)(struct formats*); argument 209 void (*f_recv)(struct formats*); argument 211 } formats[] = { variable 227 register struct formats *pf; in tftp() 249 for (pf = formats; pf->f_mode; pf++) in tftp() 349 void sendfile(struct formats *pf) in sendfile() [all …]
|
/external/python/cpython2/Lib/distutils/tests/ |
D | test_bdist.py | 19 cmd.formats = ['msi'] 21 self.assertEqual(cmd.formats, ['msi']) 24 formats = ['bztar', 'gztar', 'msi', 'rpm', 'tar', 27 self.assertEqual(found, formats)
|
/external/python/cpython3/Lib/distutils/tests/ |
D | test_bdist.py | 18 cmd.formats = ['msi'] 20 self.assertEqual(cmd.formats, ['msi']) 23 formats = ['bztar', 'gztar', 'msi', 'rpm', 'tar', 26 self.assertEqual(found, formats)
|