HomeSort by relevance Sort by last modified time
    Searched refs:sizes (Results 26 - 50 of 332) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/re2/benchlog/
mktable 21 @sizes = (
48 for(my $i=0; $i<@sizes; $i++) {
49 my $key = sprintf("%s%s/%s", $name, $who, $sizes[$i]);
62 my $n = @sizes;
65 for($i=0; $i<@sizes; $i+=3) {
66 printf JGR " hash_at $i hash_label at $i : $sizes[$i]\n";
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLSourceElement.idl 33 [Reflect, RuntimeEnabled=Picture] attribute DOMString sizes;
  /external/chromium_org/third_party/skia/src/lazy/
SkDiscardablePixelRef.h 51 virtual bool onGetYUV8Planes(SkISize sizes[3],
55 return fGenerator->getYUV8Planes(sizes, planes, rowBytes, colorSpace);
  /external/chromium_org/third_party/tcmalloc/chromium/src/
stacktrace.cc 73 GetStackFrames(void **result, int *sizes, int max_depth, int skip_count)
92 GetStackFramesWithContext(void **result, int *sizes, int max_depth, \
stacktrace_libunwind-inl.h 71 // int* sizes: the size of each stack frame, as an array
73 // int max_depth: the size of the result (and sizes) array(s)
111 sizes[n] = 0;
122 sizes[n - 1] = next_sp - sp;
  /external/chromium_org/third_party/tcmalloc/vendor/src/
stacktrace.cc 73 GetStackFrames(void **result, int *sizes, int max_depth, int skip_count)
92 GetStackFramesWithContext(void **result, int *sizes, int max_depth, \
stacktrace_libunwind-inl.h 71 // int* sizes: the size of each stack frame, as an array
73 // int max_depth: the size of the result (and sizes) array(s)
111 sizes[n] = 0;
122 sizes[n - 1] = next_sp - sp;
  /external/chromium_org/content/public/common/
favicon_url.h 30 const std::vector<gfx::Size>& sizes);
  /external/chromium_org/extensions/browser/
image_loader_unittest.cc 165 std::set<int> sizes; local
166 sizes.insert(extension_misc::EXTENSION_ICON_SMALLISH);
206 int sizes[] = {extension_misc::EXTENSION_ICON_BITTY, local
208 for (size_t i = 0; i < arraysize(sizes); ++i) {
210 extension.get(), sizes[i], ExtensionIconSet::MATCH_EXACTLY);
214 gfx::Size(sizes[i], sizes[i]),
251 int sizes[] = {extension_misc::EXTENSION_ICON_BITTY, local
253 for (size_t i = 0; i < arraysize(sizes); ++i) {
255 extension.get(), sizes[i], ExtensionIconSet::MATCH_EXACTLY)
    [all...]
  /external/chromium_org/chrome/browser/android/
shortcut_helper_unittest.cc 120 const std::vector<gfx::Size> sizes) {
126 icon.sizes = sizes;
146 // Icon with no sizes are ignored.
158 std::vector<gfx::Size> sizes; local
159 sizes.push_back(gfx::Size(10, 10));
163 CreateIcon("http://foo.com/icon.png", "image/foo_bar", 1.0, sizes));
164 icons.push_back(CreateIcon("http://foo.com/icon.png", "image/", 1.0, sizes));
165 icons.push_back(CreateIcon("http://foo.com/icon.png", "image/", 1.0, sizes));
167 CreateIcon("http://foo.com/icon.png", "video/mp4", 1.0, sizes));
267 std::vector<gfx::Size> sizes; local
291 std::vector<gfx::Size> sizes; local
306 std::vector<gfx::Size> sizes; local
318 std::vector<gfx::Size> sizes; local
484 std::vector<gfx::Size> sizes; local
    [all...]
shortcut_helper.cc 116 const std::vector<gfx::Size>& sizes) const {
117 for (size_t i = 0; i < sizes.size(); ++i) {
118 if (sizes[i].height() != sizes[i].width())
120 if (sizes[i].width() == preferred_icon_size_in_px_)
128 const std::vector<gfx::Size>& sizes) const {
129 for (size_t i = 0; i < sizes.size(); ++i) {
130 if (sizes[i].IsEmpty())
146 const std::vector<gfx::Size>& sizes = icons[i].sizes; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
DecodingImageGenerator.cpp 87 bool DecodingImageGenerator::onGetYUV8Planes(SkISize sizes[3], void* planes[3], size_t rowBytes[3], SkYUVColorSpace* colorSpace)
93 return m_frameGenerator->getYUVComponentSizes(sizes);
97 bool decoded = m_frameGenerator->decodeToYUV(sizes, planes, rowBytes);
  /external/chromium_org/third_party/skia/include/core/
SkImageGenerator.h 115 * is 0, this imagegenerator should output the sizes and return true if it can efficiently
122 * that the sizes match what it expected. If the sizes do not match, it should return false.
124 bool getYUV8Planes(SkISize sizes[3], void* planes[3], size_t rowBytes[3],
133 virtual bool onGetYUV8Planes(SkISize sizes[3], void* planes[3], size_t rowBytes[3]);
134 virtual bool onGetYUV8Planes(SkISize sizes[3], void* planes[3], size_t rowBytes[3],
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_vlc.h 50 const unsigned *sizes; member in struct:vl_vlc
95 unsigned len = vlc->sizes[0];
114 ++vlc->sizes;
170 const void *const *inputs, const unsigned *sizes)
181 vlc->sizes = sizes;
185 vlc->bytes_left += sizes[i];
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_vlc.h 50 const unsigned *sizes; member in struct:vl_vlc
95 unsigned len = vlc->sizes[0];
114 ++vlc->sizes;
170 const void *const *inputs, const unsigned *sizes)
181 vlc->sizes = sizes;
185 vlc->bytes_left += sizes[i];
  /cts/tests/tests/media/libmediandkjni/
native-media-jni.cpp 81 simplevector<int> sizes; local
83 sizes.add(numtracks);
93 sizes.add(0);
97 sizes.add(val32);
99 sizes.add(val32);
101 sizes.add(val64);
103 sizes.add(1);
107 sizes.add(val32);
109 sizes.add(val32);
111 sizes.add(val64)
237 simplevector<int> sizes[numtracks]; local
645 size_t sizes[numsubsamples]; local
    [all...]
  /external/chromium_org/content/renderer/manifest/
manifest_parser_unittest.cc 499 "\"sizes\": \"42x42\" } ] }");
500 EXPECT_EQ(manifest.icons[0].sizes.size(), 1u);
506 "\"sizes\": \" 42x42 \" } ] }");
507 EXPECT_EQ(manifest.icons[0].sizes.size(), 1u);
513 "\"sizes\": {} } ] }");
514 EXPECT_EQ(manifest.icons[0].sizes.size(), 0u);
520 "\"sizes\": 42 } ] }");
521 EXPECT_EQ(manifest.icons[0].sizes.size(), 0u);
527 "\"sizes\": \"42x42 48x48\" } ] }");
528 EXPECT_EQ(manifest.icons[0].sizes[0], gfx::Size(42, 42))
    [all...]
  /build/tools/
compare_fileslist.py 47 for fn,sizes in data.iteritems():
50 if sizes.has_key(i):
51 row.append(sizes[i])
  /external/libcxx/test/numerics/numarray/template.gslice.array/gslice.array.assign/
gslice_array.pass.cpp 33 typedef std::valarray<std::size_t> sizes; typedef
35 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
37 = v2[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
  /developers/build/prebuilts/gradle/BasicMediaDecoder/Application/src/main/java/com/example/android/common/media/
CameraHelper.java 39 * Iterate over supported camera preview sizes to see which one best fits the
43 * @param sizes Supported camera preview sizes.
48 public static Camera.Size getOptimalPreviewSize(List<Camera.Size> sizes, int w, int h) {
52 if (sizes == null)
57 // Start with max value and refine as we iterate over available preview sizes. This is the
65 // Iterate over all available sizes and pick the largest size that can fit in the view and
67 for (Camera.Size size : sizes) {
80 for (Camera.Size size : sizes) {
  /developers/build/prebuilts/gradle/BasicRenderScript/Application/src/main/java/com/example/android/common/media/
CameraHelper.java 39 * Iterate over supported camera preview sizes to see which one best fits the
43 * @param sizes Supported camera preview sizes.
48 public static Camera.Size getOptimalPreviewSize(List<Camera.Size> sizes, int w, int h) {
52 if (sizes == null)
57 // Start with max value and refine as we iterate over available preview sizes. This is the
65 // Iterate over all available sizes and pick the largest size that can fit in the view and
67 for (Camera.Size size : sizes) {
80 for (Camera.Size size : sizes) {
  /developers/build/prebuilts/gradle/MediaRecorder/Application/src/main/java/com/example/android/common/media/
CameraHelper.java 39 * Iterate over supported camera preview sizes to see which one best fits the
43 * @param sizes Supported camera preview sizes.
48 public static Camera.Size getOptimalPreviewSize(List<Camera.Size> sizes, int w, int h) {
52 if (sizes == null)
57 // Start with max value and refine as we iterate over available preview sizes. This is the
65 // Iterate over all available sizes and pick the largest size that can fit in the view and
67 for (Camera.Size size : sizes) {
80 for (Camera.Size size : sizes) {
  /developers/samples/android/common/src/java/com/example/android/common/media/
CameraHelper.java 39 * Iterate over supported camera preview sizes to see which one best fits the
43 * @param sizes Supported camera preview sizes.
48 public static Camera.Size getOptimalPreviewSize(List<Camera.Size> sizes, int w, int h) {
52 if (sizes == null)
57 // Start with max value and refine as we iterate over available preview sizes. This is the
65 // Iterate over all available sizes and pick the largest size that can fit in the view and
67 for (Camera.Size size : sizes) {
80 for (Camera.Size size : sizes) {
  /development/samples/browseable/BasicMediaDecoder/src/com.example.android.common.media/
CameraHelper.java 39 * Iterate over supported camera preview sizes to see which one best fits the
43 * @param sizes Supported camera preview sizes.
48 public static Camera.Size getOptimalPreviewSize(List<Camera.Size> sizes, int w, int h) {
52 if (sizes == null)
57 // Start with max value and refine as we iterate over available preview sizes. This is the
65 // Iterate over all available sizes and pick the largest size that can fit in the view and
67 for (Camera.Size size : sizes) {
80 for (Camera.Size size : sizes) {
  /development/samples/browseable/BasicRenderScript/src/com.example.android.common.media/
CameraHelper.java 39 * Iterate over supported camera preview sizes to see which one best fits the
43 * @param sizes Supported camera preview sizes.
48 public static Camera.Size getOptimalPreviewSize(List<Camera.Size> sizes, int w, int h) {
52 if (sizes == null)
57 // Start with max value and refine as we iterate over available preview sizes. This is the
65 // Iterate over all available sizes and pick the largest size that can fit in the view and
67 for (Camera.Size size : sizes) {
80 for (Camera.Size size : sizes) {

Completed in 853 milliseconds

12 3 4 5 6 7 8 91011>>