HomeSort by relevance Sort by last modified time
    Searched defs:formats (Results 101 - 125 of 451) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/python/cpython2/Lib/test/
test_stat.py 11 formats = {'S_IFBLK', 'S_IFCHR', 'S_IFDIR', 'S_IFIFO', 'S_IFLNK', variable in class:TestFilemode
162 for key in self.formats:
  /external/python/cpython3/Lib/ctypes/test/
test_arrays.py 6 formats = "bBhHiIlLqQfd" variable
8 formats = c_byte, c_ubyte, c_short, c_ushort, c_int, c_uint, \
18 for fmt in formats:
9 c_long, c_ulonglong, c_float, c_double, c_longdouble variable
  /external/webrtc/talk/media/base/
capturemanager_unittest.cc 60 std::vector<cricket::VideoFormat> formats; local
62 formats.push_back(cricket::VideoFormat(kCameraFormats[i]));
64 video_capturer_.ResetSupportedFormats(formats);
fakevideocapturer.h 57 // Default supported formats. Use ResetSupportedFormats to over write.
58 std::vector<cricket::VideoFormat> formats; local
59 formats.push_back(cricket::VideoFormat(1280, 720,
61 formats.push_back(cricket::VideoFormat(640, 480,
63 formats.push_back(cricket::VideoFormat(320, 240,
65 formats.push_back(cricket::VideoFormat(160, 120,
67 formats.push_back(cricket::VideoFormat(1280, 720,
69 ResetSupportedFormats(formats);
75 void ResetSupportedFormats(const std::vector<cricket::VideoFormat>& formats) {
76 SetSupportedFormats(formats);
    [all...]
videocapturer_unittest.cc 205 std::vector<cricket::VideoFormat> formats; local
206 formats.push_back(cricket::VideoFormat(kWidth, kHeight,
208 capturer_.ResetSupportedFormats(formats);
227 std::vector<cricket::VideoFormat> formats; local
228 formats.push_back(cricket::VideoFormat(kWidth, kHeight,
232 capturer_.ResetSupportedFormats(formats);
271 std::vector<cricket::VideoFormat> formats; local
272 formats.push_back(cricket::VideoFormat(kWidth, kHeight,
276 capturer_.ResetSupportedFormats(formats);
322 std::vector<cricket::VideoFormat> formats; local
402 std::vector<cricket::VideoFormat> formats; local
773 std::vector<cricket::VideoFormat> formats = *capturer_.GetSupportedFormats(); local
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/vkjson/
vkjson.h 53 std::map<VkFormat, VkFormatProperties> formats; member in struct:VkJsonDevice
  /system/media/alsa_utils/include/
alsa_device_profile.h 24 #define MAX_PROFILE_FORMATS 6 /* We long support the 5 standard formats defined
31 * standard channel formats in std_channel_counts[]
43 enum pcm_format formats[MAX_PROFILE_FORMATS]; member in struct:__anon3099
  /cts/hostsidetests/media/bitstreams/app/src/android/media/cts/bitstreams/app/
MediaBitstreamsDeviceSideTest.java 100 XmlSerializer formats = Xml.newSerializer(); local
101 formats.setOutput(out, UTF_8);
102 formats.startDocument(UTF_8, true);
103 formats.startTag(null, MediaBitstreams.DYNAMIC_CONFIG);
108 formats.startTag(null, MediaBitstreams.DYNAMIC_CONFIG_ENTRY);
109 formats.attribute(null, MediaBitstreams.DYNAMIC_CONFIG_KEY, path);
110 formats.startTag(null, MediaBitstreams.DYNAMIC_CONFIG_VALUE);
114 formats.text(formatStr);
129 formats.text(formatStringBuilder.toString());
132 formats.endTag(null, MediaBitstreams.DYNAMIC_CONFIG_VALUE)
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/a3xx/
fd3_format.c 30 /* Specifies the table of all the formats and their features. Also supplies
74 static struct fd3_format formats[PIPE_FORMAT_COUNT] = { variable in typeref:struct:fd3_format
293 if (!formats[format].present)
295 return formats[format].vtx;
301 if (!formats[format].present)
303 return formats[format].tex;
309 if (!formats[format].present)
311 return formats[format].rb;
317 if (!formats[format].present)
319 return formats[format].swap
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/a4xx/
fd4_format.c 35 /* Specifies the table of all the formats and their features. Also supplies
79 static struct fd4_format formats[PIPE_FORMAT_COUNT] = { variable in typeref:struct:fd4_format
342 if (!formats[format].present)
344 return formats[format].vtx;
351 if (!formats[format].present)
353 return formats[format].tex;
360 if (!formats[format].present)
362 return formats[format].rb;
368 if (!formats[format].present)
370 return formats[format].swap
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/a5xx/
fd5_format.c 33 /* Specifies the table of all the formats and their features. Also supplies
77 static struct fd5_format formats[PIPE_FORMAT_COUNT] = { variable in typeref:struct:fd5_format
340 if (!formats[format].present)
342 return formats[format].vtx;
349 if (!formats[format].present)
351 return formats[format].tex;
358 if (!formats[format].present)
360 return formats[format].rb;
366 if (!formats[format].present)
368 return formats[format].swap
    [all...]
  /external/mesa3d/src/gallium/state_trackers/clover/api/
memory.cpp 245 auto formats = supported_formats(ctx, type); local
253 std::copy_n(formats.begin(),
254 std::min((cl_uint)formats.size(), count),
258 *r_count = formats.size();
  /external/mesa3d/src/mesa/main/
texcompress_cpal.c 49 } formats[] = { variable in typeref:struct:cpal_format_info
121 info = &formats[internalFormat - GL_PALETTE4_RGB8_OES];
164 info = &formats[internalFormat - GL_PALETTE4_RGB8_OES];
  /external/python/cpython3/Lib/test/
test_stat.py 16 formats = {'S_IFBLK', 'S_IFCHR', 'S_IFDIR', 'S_IFIFO', 'S_IFLNK', variable in class:TestFilemode
202 for key in self.formats:
222 formats = TestFilemode.formats | {'S_IFDOOR', 'S_IFPORT', 'S_IFWHT'} variable in class:TestFilemodeCStat
  /external/webrtc/talk/app/webrtc/
androidvideocapturer.cc 143 LOG(LS_ERROR) << "Failed to parse formats.";
146 std::vector<cricket::VideoFormat> formats; local
157 formats.push_back(format);
159 SetSupportedFormats(formats);
videosource_unittest.cc 57 // testing without known camera formats.
63 std::vector<cricket::VideoFormat> formats; local
64 formats.push_back(cricket::VideoFormat(1280, 720,
66 formats.push_back(cricket::VideoFormat(640, 480,
68 formats.push_back(cricket::VideoFormat(640, 400,
70 formats.push_back(cricket::VideoFormat(320, 240,
72 formats.push_back(cricket::VideoFormat(352, 288,
74 ResetSupportedFormats(formats);
77 // This function is used for resetting the supported capture formats and
83 std::vector<cricket::VideoFormat> formats; local
90 std::vector<cricket::VideoFormat> formats; local
    [all...]
  /external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
CaptureQualityController.java 27 private final List<CaptureFormat> formats = Arrays.asList( field in class:CaptureQualityController
76 for (CaptureFormat format : formats) {
90 final CaptureFormat bestFormat = Collections.max(formats, compareFormats);
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
DecodeThread.java 52 Vector<BarcodeFormat> formats = new Vector<BarcodeFormat>(); local
53 formats.add(BarcodeFormat.QR_CODE);
54 hints.put(DecodeHintType.POSSIBLE_FORMATS, formats);
  /hardware/qcom/audio/legacy/alsa_sound/
AudioUtil.cpp 126 unsigned char formats[16]; local
176 formats [nIndex] = (sad[nIndex] & 0xFF) >> 3;
188 ALOGV("Format Byte %d\n", formats[i]);
189 pInfo->AudioBlocksArray[i].nFormatId = (EDID_AUDIO_FORMAT_ID)printFormatFromEDID(formats[i]);
197 pInfo->AudioBlocksArray[i].nBitsPerSample = getBitsPerSampleFromEDID(bitrate[i],formats[i]);
  /system/core/liblog/
stderr_write.c 96 char* formats = strdup(envStr); local
98 char* arg = formats;
110 free(formats);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/
VboDetailProvider.java 100 List<String> formats = new ArrayList<String>(values.length); local
102 formats.add(format.name());
106 mDisplayFormatCombo.setItems(formats.toArray(new String[formats.size()]));
  /external/deqp/external/vulkancts/modules/vulkan/subgroups/
vktSubgroupsBallotBroadcastTests.cpp 637 const VkFormat formats[] = local
654 for (int formatIndex = 0; formatIndex < DE_LENGTH_OF_ARRAY(formats); ++formatIndex)
656 const VkFormat format = formats[formatIndex];
vktSubgroupsShuffleTests.cpp 710 const VkFormat formats[] = local
727 for (int formatIndex = 0; formatIndex < DE_LENGTH_OF_ARRAY(formats); ++formatIndex)
729 const VkFormat format = formats[formatIndex];
vktSubgroupsVoteTests.cpp 780 const VkFormat formats[] = local
797 for (int formatIndex = 0; formatIndex < DE_LENGTH_OF_ARRAY(formats); ++formatIndex)
799 const VkFormat format = formats[formatIndex];
  /external/libdrm/tests/kms/
kms-universal-planes.c 45 static const uint32_t formats[] = { variable
55 for (i = 0; i < ARRAY_SIZE(formats); i++)
56 if (kms_plane_supports_format(plane, formats[i]))
57 return formats[i];

Completed in 1654 milliseconds

1 2 3 45 6 7 8 91011>>