Searched refs:height (Results 76 - 100 of 7326) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dconvert_argb.cc31 int width, int height) {
33 width <= 0 || height == 0) {
36 // Negative height means invert the image.
37 if (height < 0) {
38 height = -height;
39 src_argb = src_argb + (height - 1) * src_stride_argb;
44 width * 4, height);
54 int width, int height) {
63 width <= 0 || height
29 ARGBCopy(const uint8* src_argb, int src_stride_argb, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
50 I444ToARGB(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
112 I422ToARGB(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
192 I411ToARGB(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
254 I400ToARGB_Reference(const uint8* src_y, int src_stride_y, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
305 I400ToARGB(const uint8* src_y, int src_stride_y, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
371 BGRAToARGB(const uint8* src_bgra, int src_stride_bgra, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
382 ARGBToBGRA(const uint8* src_bgra, int src_stride_bgra, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
393 ABGRToARGB(const uint8* src_abgr, int src_stride_abgr, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
404 ARGBToABGR(const uint8* src_abgr, int src_stride_abgr, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
415 RGBAToARGB(const uint8* src_rgba, int src_stride_rgba, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
426 RGB24ToARGB(const uint8* src_rgb24, int src_stride_rgb24, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
476 RAWToARGB(const uint8* src_raw, int src_stride_raw, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
526 RGB565ToARGB(const uint8* src_rgb565, int src_stride_rgb565, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
576 ARGB1555ToARGB(const uint8* src_argb1555, int src_stride_argb1555, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
626 ARGB4444ToARGB(const uint8* src_argb4444, int src_stride_argb4444, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
676 NV12ToARGB(const uint8* src_y, int src_stride_y, const uint8* src_uv, int src_stride_uv, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
727 NV21ToARGB(const uint8* src_y, int src_stride_y, const uint8* src_uv, int src_stride_uv, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
779 M420ToARGB(const uint8* src_m420, int src_stride_m420, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
831 YUY2ToARGB(const uint8* src_yuy2, int src_stride_yuy2, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
884 UYVYToARGB(const uint8* src_uyvy, int src_stride_uyvy, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
[all...]
/external/chromium_org/third_party/libyuv/source/
H A Dconvert_argb.cc31 int width, int height) {
33 width <= 0 || height == 0) {
36 // Negative height means invert the image.
37 if (height < 0) {
38 height = -height;
39 src_argb = src_argb + (height - 1) * src_stride_argb;
44 width * 4, height);
54 int width, int height) {
63 width <= 0 || height
29 ARGBCopy(const uint8* src_argb, int src_stride_argb, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
50 I444ToARGB(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
112 I422ToARGB(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
192 I411ToARGB(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
254 I400ToARGB_Reference(const uint8* src_y, int src_stride_y, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
305 I400ToARGB(const uint8* src_y, int src_stride_y, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
371 BGRAToARGB(const uint8* src_bgra, int src_stride_bgra, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
382 ARGBToBGRA(const uint8* src_bgra, int src_stride_bgra, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
393 ABGRToARGB(const uint8* src_abgr, int src_stride_abgr, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
404 ARGBToABGR(const uint8* src_abgr, int src_stride_abgr, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
415 RGBAToARGB(const uint8* src_rgba, int src_stride_rgba, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
426 RGB24ToARGB(const uint8* src_rgb24, int src_stride_rgb24, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
476 RAWToARGB(const uint8* src_raw, int src_stride_raw, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
526 RGB565ToARGB(const uint8* src_rgb565, int src_stride_rgb565, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
576 ARGB1555ToARGB(const uint8* src_argb1555, int src_stride_argb1555, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
626 ARGB4444ToARGB(const uint8* src_argb4444, int src_stride_argb4444, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
676 NV12ToARGB(const uint8* src_y, int src_stride_y, const uint8* src_uv, int src_stride_uv, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
727 NV21ToARGB(const uint8* src_y, int src_stride_y, const uint8* src_uv, int src_stride_uv, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
779 M420ToARGB(const uint8* src_m420, int src_stride_m420, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
831 YUY2ToARGB(const uint8* src_yuy2, int src_stride_yuy2, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
884 UYVYToARGB(const uint8* src_uyvy, int src_stride_uyvy, uint8* dst_argb, int dst_stride_argb, int width, int height) argument
[all...]
/external/chromium_org/ash/system/tray/
H A Dfixed_sized_image_view.cc9 FixedSizedImageView::FixedSizedImageView(int width, int height) argument
11 height_(height) {
22 height_ ? height_ : size.height());
/external/chromium_org/chrome/renderer/resources/extensions/
H A Dnotifications_test_util.js32 icon: { width: 0, height: 0 },
33 image: { width: 0, height: 0 },
34 buttonIcon: { width: 0, height: 0}
/external/chromium_org/ppapi/shared_impl/
H A Dmedia_stream_video_track_shared.cc32 if (attributes.height < 0 ||
33 attributes.height > kMaxHeight ||
34 attributes.height & 0x3) {
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDOMRect.h15 static DOMRect* create(double x = 0, double y = 0, double width = 0, double height = 0);
20 void setHeight(double height) { m_height = height; } argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_pixel_draw.c44 GLsizei width, GLsizei height,
51 _swrast_DrawPixels(ctx, x, y, width, height, format, type,
56 _mesa_meta_DrawPixels(ctx, x, y, width, height, format, type,
42 intelDrawPixels(struct gl_context * ctx, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, const struct gl_pixelstore_attrib *unpack, const GLvoid * pixels) argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dintel_pixel_draw.c44 GLsizei width, GLsizei height,
51 _swrast_DrawPixels(ctx, x, y, width, height, format, type,
56 _mesa_meta_DrawPixels(ctx, x, y, width, height, format, type,
42 intelDrawPixels(struct gl_context * ctx, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, const struct gl_pixelstore_attrib *unpack, const GLvoid * pixels) argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_pixel_draw.c44 GLsizei width, GLsizei height,
51 _swrast_DrawPixels(ctx, x, y, width, height, format, type,
56 _mesa_meta_DrawPixels(ctx, x, y, width, height, format, type,
42 intelDrawPixels(struct gl_context * ctx, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, const struct gl_pixelstore_attrib *unpack, const GLvoid * pixels) argument
/external/chromium_org/third_party/webrtc/examples/android/media_demo/src/org/webrtc/webrtcdemo/
H A DVideoCodecInst.java25 "Height: " + height() + " " +
37 public native int height(); method in class:VideoCodecInst
38 public native void setHeight(int height); argument
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_pixel_draw.c44 GLsizei width, GLsizei height,
51 _swrast_DrawPixels(ctx, x, y, width, height, format, type,
56 _mesa_meta_DrawPixels(ctx, x, y, width, height, format, type,
42 intelDrawPixels(struct gl_context * ctx, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, const struct gl_pixelstore_attrib *unpack, const GLvoid * pixels) argument
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_pixel_draw.c44 GLsizei width, GLsizei height,
51 _swrast_DrawPixels(ctx, x, y, width, height, format, type,
56 _mesa_meta_DrawPixels(ctx, x, y, width, height, format, type,
42 intelDrawPixels(struct gl_context * ctx, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, const struct gl_pixelstore_attrib *unpack, const GLvoid * pixels) argument
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_pixel_draw.c44 GLsizei width, GLsizei height,
51 _swrast_DrawPixels(ctx, x, y, width, height, format, type,
56 _mesa_meta_DrawPixels(ctx, x, y, width, height, format, type,
42 intelDrawPixels(struct gl_context * ctx, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, const struct gl_pixelstore_attrib *unpack, const GLvoid * pixels) argument
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowCameraSize.java14 public void __constructor__(Camera camera, int width, int height) { argument
16 realCameraSize.height = height;
/external/skia/src/utils/
H A DSkGatherPixelRefsAndRects.cpp14 if (0 == pict->width() || 0 == pict->height()) {
18 SkGatherPixelRefsAndRectsDevice device(pict->width(), pict->height(), prCont);
22 SkIntToScalar(pict->height())),
/external/chromium_org/chrome/common/
H A Dweb_application_info.cc7 WebApplicationInfo::IconInfo::IconInfo() : width(0), height(0) {
/external/chromium_org/ppapi/c/
H A Dpp_size.h16 * This file defines the width and height of a 2D rectangle.
30 /** This value represents the height of the rectangle. */
31 int32_t height; member in struct:PP_Size
41 /** This value represents the height of the rectangle. */
42 float height; member in struct:PP_FloatSize
54 * PP_MakeSize() creates a <code>PP_Size</code> given a width and height as
58 * @param[in] h An int32_t value representing a height.
65 ret.height = h;
71 * width and height as float values.
74 * @param[in] h An float value representing a height
[all...]
/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
H A DAnimatableLengthSize.cpp41 AnimatableValue::interpolate(this->height(), lengthSize->height(), fraction));
47 return width()->equals(lengthSize->width()) && height()->equals(lengthSize->height());
/external/chromium_org/third_party/libvpx/source/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/chromium_org/third_party/libwebp/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/chromium_org/third_party/mesa/src/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, unsigned height);
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/targets/graw-null/
H A Dgraw_null.c10 unsigned height,
7 graw_create_window_and_screen( int x, int y, unsigned width, unsigned height, enum pipe_format format, void **handle) argument
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/fbdev/
H A Dfbdev_sw_winsys.h39 unsigned width, height; member in struct:fbdev_sw_drawable
/external/chromium_org/third_party/mesa/src/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);

Completed in 725 milliseconds

1234567891011>>