Searched refs:width (Results 51 - 75 of 2975) sorted by relevance

1234567891011>>

/external/libyuv/files/source/
H A Dconvert_from.cc34 int width, int height) {
37 width <= 0 || height == 0) {
50 int halfwidth = (width + 1) >> 1;
51 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C;
73 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
114 int width, int height) {
117 width <= 0 || height == 0) {
133 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
136 int halfwidth = (width + 1) >> 1;
141 width, heigh
28 I420ToI422(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
108 I420ToI444(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
158 I420ToI411(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
208 I400Copy(const uint8* src_y, int src_stride_y, uint8* dst_y, int dst_stride_y, int width, int height) argument
234 I42xToYUY2Row_SSE2(const uint8* src_y, const uint8* src_u, const uint8* src_v, uint8* dst_frame, int width) argument
273 I42xToUYVYRow_SSE2(const uint8* src_y, const uint8* src_u, const uint8* src_v, uint8* dst_frame, int width) argument
311 I42xToYUY2Row_SSE2(const uint8* src_y, const uint8* src_u, const uint8* src_v, uint8* dst_frame, int width) argument
347 I42xToUYVYRow_SSE2(const uint8* src_y, const uint8* src_u, const uint8* src_v, uint8* dst_frame, int width) argument
383 I42xToYUY2Row_C(const uint8* src_y, const uint8* src_u, const uint8* src_v, uint8* dst_frame, int width) argument
405 I42xToUYVYRow_C(const uint8* src_y, const uint8* src_u, const uint8* src_v, uint8* dst_frame, int width) argument
447 UYVYToV210Row_C(const uint8* src_uyvy, uint8* dst_v210, int width) argument
468 I422ToYUY2(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_frame, int dst_stride_frame, int width, int height) argument
506 I420ToYUY2(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_frame, int dst_stride_frame, int width, int height) argument
550 I422ToUYVY(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_frame, int dst_stride_frame, int width, int height) argument
588 I420ToUYVY(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_frame, int dst_stride_frame, int width, int height) argument
631 I420ToV210(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_frame, int dst_stride_frame, int width, int height) argument
684 I420ToARGB(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
737 I420ToBGRA(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_bgra, int dst_stride_bgra, int width, int height) argument
791 I420ToABGR(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_abgr, int dst_stride_abgr, int width, int height) argument
845 I420ToRGBA(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_rgba, int dst_stride_rgba, int width, int height) argument
899 I420ToRGB24(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_rgb24, int dst_stride_rgb24, int width, int height) argument
953 I420ToRAW(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_raw, int dst_stride_raw, int width, int height) argument
1007 I420ToRGB565(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_rgb, int dst_stride_rgb, int width, int height) argument
1067 I420ToARGB1555(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
1127 I420ToARGB4444(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
1187 ConvertFromI420(const uint8* y, int y_stride, const uint8* u, int u_stride, const uint8* v, int v_stride, uint8* dst_sample, int dst_sample_stride, int width, int height, uint32 format) argument
[all...]
H A Drotate_neon.cc27 int width) {
182 "+r"(width) // %4
194 int width) {
395 "+r"(width) // %6
25 TransposeWx8_NEON(const uint8* src, int src_stride, uint8* dst, int dst_stride, int width) argument
191 TransposeUVWx8_NEON(const uint8* src, int src_stride, uint8* dst_a, int dst_stride_a, uint8* dst_b, int dst_stride_b, int width) argument
H A Drotate_argb.cc38 int width, int height) {
43 IS_ALIGNED(height, 4) && // width of dest.
50 for (int i = 0; i < width; ++i) { // column of source to row of dest.
59 int width, int height) {
65 ARGBTranspose(src, src_stride, dst, dst_stride, width, height);
70 int width, int height) {
74 dst += dst_stride * (width - 1);
76 ARGBTranspose(src, src_stride, dst, dst_stride, width, height);
81 int width, int height) {
82 void (*ARGBMirrorRow)(const uint8* src, uint8* dst, int width)
36 ARGBTranspose(const uint8* src, int src_stride, uint8* dst, int dst_stride, int width, int height) argument
57 ARGBRotate90(const uint8* src, int src_stride, uint8* dst, int dst_stride, int width, int height) argument
68 ARGBRotate270(const uint8* src, int src_stride, uint8* dst, int dst_stride, int width, int height) argument
79 ARGBRotate180(const uint8* src, int src_stride, uint8* dst, int dst_stride, int width, int height) argument
130 ARGBRotate(const uint8* src_argb, int src_stride_argb, uint8* dst_argb, int dst_stride_argb, int width, int height, RotationMode mode) argument
[all...]
/external/deqp/modules/egl/
H A DteglGLES1RenderUtil.cpp41 void clear (int x, int y, int width, int height, const tcu::Vec4& color) argument
44 glScissor(x, y, width, height);
50 void readPixels (tcu::Surface& dst, int x, int y, int width, int height) argument
52 dst.setSize(width, height);
53 glReadPixels(x, y, width, height, GL_RGBA, GL_UNSIGNED_BYTE, dst.getAccess().getDataPtr());
63 void clear (int x, int y, int width, int height, const tcu::Vec4& color)
65 DE_UNREF(x && y && width && height);
70 void readPixels (tcu::Surface& dst, int x, int y, int width, int height)
72 DE_UNREF(x && y && width && height);
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
H A DAttributeStrategy.java21 public Bitmap get(int width, int height, Bitmap.Config config) { argument
22 final Key key = keyPool.get(width, height, config);
38 public String logBitmap(int width, int height, Bitmap.Config config) { argument
39 return getBitmapString(width, height, config);
56 private static String getBitmapString(int width, int height, Bitmap.Config config) { argument
57 return "[" + width + "x" + height + "], " + config;
62 public Key get(int width, int height, Bitmap.Config config) { argument
64 result.init(width, height, config);
77 private int width; field in class:AttributeStrategy.Key
86 public void init(int width, in argument
[all...]
/external/glide/library/src/main/java/com/bumptech/glide/request/target/
H A DPreloadTarget.java17 * @param width The width in pixels of the desired resource.
21 public static <Z> PreloadTarget<Z> obtain(int width, int height) { argument
22 return new PreloadTarget<Z>(width, height);
25 private PreloadTarget(int width, int height) { argument
26 super(width, height);
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/materials/
H A DIAlphaMask.java10 * @param width
11 * the width of the image
15 void setImageSize(int width, int height); argument
/external/libcxx/test/std/input.output/iostreams.base/ios.base/fmtflags.state/
H A Dwidth.pass.cpp14 // streamsize width() const;
32 assert(t.width() == 0);
/external/libvpx/libvpx/vp9/common/
H A Dvp9_alloccommon.h23 int vp9_alloc_context_buffers(struct VP9Common *cm, int width, int height);
27 int vp9_alloc_ref_frame_buffers(struct VP9Common *cm, int width, int height);
30 int vp9_alloc_state_buffers(struct VP9Common *cm, int width, int height);
33 void vp9_set_mb_mi(struct VP9Common *cm, int width, int height);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_etc.h32 util_format_etc1_rgb8_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
35 util_format_etc1_rgb8_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
38 util_format_etc1_rgb8_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
41 util_format_etc1_rgb8_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height);
H A Du_format_latc.h35 util_format_latc1_unorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
38 util_format_latc1_unorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
41 util_format_latc1_unorm_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
44 util_format_latc1_unorm_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height);
55 util_format_latc1_snorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
58 util_format_latc1_snorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
61 util_format_latc1_snorm_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height);
64 util_format_latc1_snorm_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
74 util_format_latc2_unorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
77 util_format_latc2_unorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigne
[all...]
H A Du_rect.c49 unsigned width,
68 width = (width + blockwidth - 1)/blockwidth;
77 width *= blocksize;
79 if (width == dst_stride && width == src_stride)
80 memcpy(dst, src, height * width);
83 memcpy(dst, src, width);
96 unsigned width,
104 int blockwidth = desc->block.width;
44 util_copy_rect(ubyte * dst, enum pipe_format format, unsigned dst_stride, unsigned dst_x, unsigned dst_y, unsigned width, unsigned height, const ubyte * src, int src_stride, unsigned src_x, unsigned src_y) argument
91 util_fill_rect(ubyte * dst, enum pipe_format format, unsigned dst_stride, unsigned dst_x, unsigned dst_y, unsigned width, unsigned height, union util_color *uc) argument
[all...]
/external/mesa3d/src/gallium/targets/graw-null/
H A Dgraw_null.c9 unsigned width,
7 graw_create_window_and_screen( int x, int y, unsigned width, unsigned height, enum pipe_format format, void **handle) argument
/external/mesa3d/src/gallium/winsys/sw/fbdev/
H A Dfbdev_sw_winsys.h39 unsigned width, height; member in struct:fbdev_sw_drawable
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_tile.h32 gl_format format, unsigned width, unsigned height);
36 gl_format format, unsigned width, unsigned height);
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_tile.h32 gl_format format, unsigned width, unsigned height);
36 gl_format format, unsigned width, unsigned height);
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
H A DVideoQuality.java21 int width; field in class:VideoQuality
/external/opencv/cvaux/src/
H A D_cvaux.h57 return size1.width == size2.width && size1.height == size2.height;
63 return size1.width != size2.width || size1.height != size2.height;
/external/skia/src/core/
H A DSkBBHFactory.cpp12 SkScalar aspectRatio = bounds.width() / bounds.height();
H A DSkBitmap_scroll.cpp27 int width = this->width(); local
31 if ((dx | dy) == 0 || width <= 0 || height <= 0) {
42 r.set(0, 0, width, height);
84 width += dx;
87 width -= dx;
92 if (width <= 0) {
96 width <<= shift; // now width is the number of bytes to move per line
98 memmove(dst, src, width);
[all...]
/external/skia/src/gpu/
H A DGrRectanizer_skyline.cpp12 bool GrRectanizerSkyline::addRect(int width, int height, SkIPoint16* loc) { argument
13 if ((unsigned)width > (unsigned)this->width() ||
19 int bestWidth = this->width() + 1;
25 if (this->rectangleFits(i, width, height, &y)) {
26 // minimize y position first, then width of skyline
38 this->addSkylineLevel(bestIndex, bestX, bestY, width, height);
42 fAreaSoFar += width*height;
51 bool GrRectanizerSkyline::rectangleFits(int skylineIndex, int width, int height, int* ypos) const { argument
53 if (x + width > thi
[all...]
/external/skia/src/opts/
H A DSkMorphology_opts_SSE2.h14 int width, int height, int srcStride, int dstStride);
16 int width, int height, int srcStride, int dstStride);
18 int width, int height, int srcStride, int dstStride);
20 int width, int height, int srcStride, int dstStride);
H A DSkTextureCompression_opts_neon.h12 int width, int height, size_t rowBytes);
/external/webp/src/utils/
H A Dquant_levels.h25 // Replace the input 'data' of size 'width'x'height' with 'num-levels'
29 int QuantizeLevels(uint8_t* const data, int width, int height, int num_levels,
/external/libcxx/test/std/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/
H A Dput_long_double.pass.cpp72 ios.width(0);
77 assert(ios.width() == 0);
79 ios.width(25);
85 assert(ios.width() == 0);
87 ios.width(25);
93 assert(ios.width() == 0);
95 ios.width(25);
101 assert(ios.width() == 0);
106 ios.width(0);
111 assert(ios.width()
[all...]

Completed in 582 milliseconds

1234567891011>>