HomeSort by relevance Sort by last modified time
    Searched refs:height (Results 226 - 250 of 9458) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libyuv/files/source/
convert.cc 69 int width, int height) {
71 int halfheight = (height + 1) >> 1;
74 width <= 0 || height == 0) {
77 // Negative height means invert the image.
78 if (height < 0) {
79 height = -height;
80 halfheight = (height + 1) >> 1;
81 src_y = src_y + (height - 1) * src_stride_y;
90 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
    [all...]
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/imagepacker/
ImagePacker.java 72 public Node (int x, int y, int width, int height, Node leftChild, Node rightChild, String leaveName) {
73 this.rect = new Rectangle(x, y, width, height);
91 * Creates a new ImagePacker which will insert all supplied images into a <code>width</code> by <code>height</code> image.
97 * @param height the height of the output image
100 public ImagePacker (int width, int height, int padding, boolean duplicateBorder) {
101 this.image = new BufferedImage(width, height, BufferedImage.TYPE_4BYTE_ABGR);
104 this.root = new Node(0, 0, width, height, null, null, null);
129 rect.height -= borderPixels;
141 g.drawImage(image, rect.x, rect.y + rect.height, rect.x + rect.width, rect.y + rect.height + 1, 0,
    [all...]
  /hardware/qcom/msm8996/kernel-headers/media/
msm_media_info.h 26 * Y Y Y Y Y Y Y Y Y Y Y Y . . . . Height |
46 * Y_Scanlines: Height aligned to 32
47 * UV_Scanlines: Height/2 aligned to 16
64 * Y Y Y Y Y Y Y Y Y Y Y Y . . . . Height |
84 * Y_Scanlines: Height aligned to 32
85 * UV_Scanlines: Height/2 aligned to 16
104 * Y Y Y Y Y Y Y Y Y Y Y Y . . . . Height | |
122 * Y Y Y Y Y Y Y Y Y Y Y Y . . . . Height | |
142 * Y_Scanlines: Height aligned to 32
143 * UV_Scanlines: Height/2 aligned to 1
    [all...]
  /hardware/qcom/msm8996/original-kernel-headers/media/
msm_media_info.h 26 * Y Y Y Y Y Y Y Y Y Y Y Y . . . . Height |
46 * Y_Scanlines: Height aligned to 32
47 * UV_Scanlines: Height/2 aligned to 16
64 * Y Y Y Y Y Y Y Y Y Y Y Y . . . . Height |
84 * Y_Scanlines: Height aligned to 32
85 * UV_Scanlines: Height/2 aligned to 16
104 * Y Y Y Y Y Y Y Y Y Y Y Y . . . . Height | |
122 * Y Y Y Y Y Y Y Y Y Y Y Y . . . . Height | |
142 * Y_Scanlines: Height aligned to 32
143 * UV_Scanlines: Height/2 aligned to 1
    [all...]
  /cts/tests/tests/opengl/src/android/opengl/cts/
GL2JniLibOne.java 24 public static native void init(int category, int subcategory, int width, int height);
  /device/generic/goldfish/opengl/system/GLESv1_enc/
GLEncoderUtils.h 20 size_t pixelDataSize(void *self, GLsizei width, GLsizei height, GLenum format, GLenum type, int pack);
  /device/generic/goldfish/opengl/system/GLESv2_enc/
GL2EncoderUtils.cpp 23 size_t pixelDataSize(void *self, GLsizei width, GLsizei height, GLenum format, GLenum type, int pack)
27 return ctx->state()->pixelDataSize(width, height, format, type, pack);
30 size_t pixelDataSize3D(void *self, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, int pack)
32 size_t layerSize = pixelDataSize(self, width, height, format, type, pack);
  /external/chromium-trace/catapult/tracing/tracing/ui/extras/about_tracing/
common.css 7 height: 100%;
19 min-height: 0;
  /external/libdrm/tests/modetest/
buffers.h 35 unsigned int width, unsigned int height,
  /external/libdrm/tests/util/
pattern.h 37 unsigned int height, unsigned int stride);
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/widgets/
ResizableWidget.java 34 * @param height the new client height of the element */
35 void onResize (int width, int height);
  /external/libgdx/gdx/jni/etc1/
etc1_utils.h 58 etc1_uint32 etc1_get_encoded_data_size(etc1_uint32 width, etc1_uint32 height);
67 int etc1_encode_image(const etc1_byte* pIn, etc1_uint32 width, etc1_uint32 height,
79 etc1_uint32 width, etc1_uint32 height,
88 void etc1_pkm_format_header(etc1_byte* pHeader, etc1_uint32 width, etc1_uint32 height);
98 // Read the image height from a PKM header
  /external/libgdx/gdx/src/com/badlogic/gdx/
ApplicationAdapter.java 27 public void resize (int width, int height) {
  /external/libvpx/libvpx/
y4menc.h 24 int y4m_write_file_header(char *buf, size_t len, int width, int height,
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_decoder.c 52 unsigned width, unsigned height, unsigned max_references,
59 assert(width > 0 && height > 0);
69 buffer_height = pot_buffers ? util_next_power_of_two(height) : align(height, VL_MACROBLOCK_HEIGHT);
  /external/mesa3d/src/gallium/include/state_tracker/
drisw_api.h 15 void *data, unsigned width, unsigned height);
  /external/mesa3d/src/mesa/main/
drawtex.h 35 _mesa_DrawTexf(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
41 _mesa_DrawTexi(GLint x, GLint y, GLint z, GLint width, GLint height);
47 _mesa_DrawTexs(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height);
53 _mesa_DrawTexx(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
texstorage.h 36 GLsizei width, GLsizei height);
41 GLsizei width, GLsizei height, GLsizei depth);
53 GLsizei width, GLsizei height);
58 GLsizei width, GLsizei height, GLsizei depth);
  /external/opencv3/3rdparty/libwebp/utils/
quant_levels.h 25 // 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/skia/src/svg/parser/
SkSVGFilter.cpp 15 SVG_ATTRIBUTE(height),
  /external/skia/tests/
FillPathTest.cpp 33 int height = 100; local
36 clip.set(0, height - expected_lines, width, height);
38 path.quadTo(SkIntToScalar(width/2), SkIntToScalar(height),
  /external/skia/third_party/etc1/
etc1.h 66 etc1_uint32 etc1_get_encoded_data_size(etc1_uint32 width, etc1_uint32 height);
75 int etc1_encode_image(const etc1_byte* pIn, etc1_uint32 width, etc1_uint32 height,
87 etc1_uint32 width, etc1_uint32 height,
96 void etc1_pkm_format_header(etc1_byte* pHeader, etc1_uint32 width, etc1_uint32 height);
106 // Read the image height from a PKM header
  /external/webrtc/talk/media/base/
videorenderer.h 50 virtual bool SetSize(int width, int height, int reserved) { return true; };
  /external/webrtc/webrtc/base/
x11windowpicker.h 40 int* height) override;
41 uint8_t* GetWindowIcon(const WindowId& id, int* width, int* height);
42 uint8_t* GetWindowThumbnail(const WindowId& id, int width, int height);
44 uint8_t* GetDesktopThumbnail(const DesktopId& id, int width, int height);
  /external/webrtc/webrtc/modules/video_capture/
video_capture_delay.h 22 int32_t height; member in struct:webrtc::videocapturemodule::DelayValue

Completed in 1297 milliseconds

1 2 3 4 5 6 7 8 91011>>