HomeSort by relevance Sort by last modified time
    Searched defs:formats (Results 1 - 25 of 123) sorted by null

1 2 3 4 5

  /external/chromium_org/tools/gyp/test/configurations/x64/
gyptest-x86.py 15 formats = ['msvs'] variable
17 formats += ['ninja']
18 test = TestGyp.TestGyp(formats=formats)
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
fakeperiodicvideocapturer.h 42 std::vector<cricket::VideoFormat> formats; local
43 formats.push_back(cricket::VideoFormat(1280, 720,
45 formats.push_back(cricket::VideoFormat(640, 480,
47 formats.push_back(cricket::VideoFormat(640, 360,
49 formats.push_back(cricket::VideoFormat(320, 240,
51 formats.push_back(cricket::VideoFormat(160, 120,
53 ResetSupportedFormats(formats);
  /external/clang/test/Sema/
implicit-decl.c 29 int formats = 0; local
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/api/
memory.cpp 179 auto formats = supported_formats(ctx, type); local
182 std::copy_n(formats.begin(), std::min((cl_uint)formats.size(), count),
185 *count_ret = formats.size();
  /external/mesa3d/src/gallium/state_trackers/clover/api/
memory.cpp 179 auto formats = supported_formats(ctx, type); local
182 std::copy_n(formats.begin(), std::min((cl_uint)formats.size(), count),
185 *count_ret = formats.size();
  /external/apache-http/src/org/apache/http/impl/cookie/
DateUtils.java 47 * 3.3.1 as well as some other common non-standard formats.
94 * Parses a date value. The formats used for parsing the date value are retrieved from
102 * supported date formats
109 * Parses the date value using the given date formats.
112 * @param dateFormats the date formats to use
124 * Parses the date value using the given date formats.
127 * @param dateFormats the date formats to use
177 * Formats the given date according to the RFC 1123 pattern.
189 * Formats the given date according to the specified pattern. The pattern
247 Map<String, SimpleDateFormat> formats = ref.get() local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
clear.c 12 enum pipe_format formats[] = { variable in typeref:enum:pipe_format
49 * Also, no easy way of querying supported formats if the screen
52 for (i = 0; formats[i] != PIPE_FORMAT_NONE; i++) {
54 formats[i],
69 templat.format = formats[i];
graw_util.h 34 static const enum pipe_format formats[] = { local
49 * Also, no easy way of querying supported formats if the screen
52 for (i = 0; info->window == NULL && formats[i] != PIPE_FORMAT_NONE; i++) {
54 formats[i],
56 format = formats[i];
103 /* create Z texture (XXX try other Z/S formats if needed) */
shader-leak.c 20 enum pipe_format formats[] = { variable in typeref:enum:pipe_format
177 * Also, no easy way of querying supported formats if the screen
180 for (i = 0; formats[i] != PIPE_FORMAT_NONE; i++) {
182 formats[i],
197 templat.format = formats[i];
  /external/chromium_org/ui/gfx/x/
x11_types.cc 48 XPixmapFormatValues* formats = XListPixmapFormats(dpy, &count); local
49 if (!formats)
54 if (formats[i].depth == depth) {
55 bits_per_pixel = formats[i].bits_per_pixel;
60 XFree(formats);
  /external/chromium_org/ui/views/widget/
drop_helper.cc 103 int formats = 0; local
107 view->GetDropFormats(&formats, &custom_formats) &&
108 data.HasAnyFormat(formats, custom_formats) &&
113 formats = 0;
  /external/llvm/utils/lit/lit/
LitConfig.py 7 import lit.formats namespace
  /external/mesa3d/src/gallium/tests/graw/
clear.c 12 enum pipe_format formats[] = { variable in typeref:enum:pipe_format
49 * Also, no easy way of querying supported formats if the screen
52 for (i = 0; formats[i] != PIPE_FORMAT_NONE; i++) {
54 formats[i],
69 templat.format = formats[i];
  /external/chromium_org/ppapi/tests/
test_media_stream_video_track.cc 145 } formats[] = { local
152 for (size_t i = 0; i < sizeof(formats) / sizeof(formats[0]); ++i) {
155 PP_MEDIASTREAMVIDEOTRACK_ATTRIB_FORMAT, formats[i].format,
168 if (formats[i].format != PP_VIDEOFRAME_FORMAT_UNKNOWN) {
169 ASSERT_EQ(frame.GetFormat(), formats[i].expected_format);
171 // Both YV12 and I420 are acceptable as default YUV formats.
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
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/chromium_org/third_party/libjingle/source/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 56 // Default supported formats. Use ResetSupportedFormats to over write.
57 std::vector<cricket::VideoFormat> formats; local
58 formats.push_back(cricket::VideoFormat(1280, 720,
60 formats.push_back(cricket::VideoFormat(640, 480,
62 formats.push_back(cricket::VideoFormat(320, 240,
64 formats.push_back(cricket::VideoFormat(160, 120,
66 ResetSupportedFormats(formats);
72 void ResetSupportedFormats(const std::vector<cricket::VideoFormat>& formats) {
73 SetSupportedFormats(formats);
videocapturer_unittest.cc 227 std::vector<cricket::VideoFormat> formats; local
228 formats.push_back(cricket::VideoFormat(kWidth, kHeight,
230 formats.push_back(cricket::VideoFormat(2 * kWidth, 2 * kHeight,
232 capturer_.ResetSupportedFormats(formats);
259 std::vector<cricket::VideoFormat> formats; local
260 formats.push_back(cricket::VideoFormat(kWidth, kHeight,
262 capturer_.ResetSupportedFormats(formats);
287 std::vector<cricket::VideoFormat> formats; local
288 formats.push_back(cricket::VideoFormat(kWidth, kHeight,
290 capturer_.ResetSupportedFormats(formats);
370 std::vector<cricket::VideoFormat> formats; local
782 std::vector<cricket::VideoFormat> formats = *capturer_.GetSupportedFormats(); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texcompress_cpal.c 52 } formats[] = { variable in typeref:struct:cpal_format_info
124 info = &formats[internalFormat - GL_PALETTE4_RGB8_OES];
156 info = &formats[internalFormat - GL_PALETTE4_RGB8_OES];
182 info = &formats[internalFormat - GL_PALETTE4_RGB8_OES];
  /external/mesa3d/src/mesa/main/
texcompress_cpal.c 52 } formats[] = { variable in typeref:struct:cpal_format_info
124 info = &formats[internalFormat - GL_PALETTE4_RGB8_OES];
156 info = &formats[internalFormat - GL_PALETTE4_RGB8_OES];
182 info = &formats[internalFormat - GL_PALETTE4_RGB8_OES];
  /external/chromium_org/content/renderer/media/webrtc/
media_stream_remote_video_source.cc 144 media::VideoCaptureFormats formats; local
146 // the supported formats are unknown.
147 callback.Run(formats);
video_destination_handler.cc 91 // the supported formats are unknown.
92 media::VideoCaptureFormats formats; local
93 callback.Run(formats);
  /external/chromium_org/media/video/capture/
fake_video_capture_device_unittest.cc 188 // Configure the FakeVideoCaptureDevice to use all its formats as roster.
189 VideoCaptureFormats formats; local
191 &formats);
193 PopulateVariableFormatsRoster(formats);
  /external/chromium_org/third_party/cython/src/Cython/Utility/
arrayarray.h 31 char *formats; member in struct:arraydescr
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/wayland/
native_wayland.h 51 /* supported formats */
52 uint32_t formats; member in struct:wayland_display

Completed in 845 milliseconds

1 2 3 4 5