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

<<11121314151617181920>>

  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_tile.c 40 unsigned width, unsigned height)
49 for (row = 0; row < height; row += tile_height)
58 for (j = 0; j < MIN2(tile_height, height - row); ++j)
71 unsigned width, unsigned height)
80 for (row = 0; row < height; row += tile_height)
89 for (j = 0; j < MIN2(tile_height, height - row); ++j)
102 unsigned width, unsigned height)
111 for (row = 0; row < height; row += tile_height)
120 for (j = 0; j < MIN2(tile_height, height - row); ++j)
133 unsigned width, unsigned height)
    [all...]
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/voxel/
PerlinNoiseGenerator.java 27 public static float[][] generateWhiteNoise (int width, int height) {
28 float[][] noise = new float[width][height];
29 for (int y = 0; y < height; y++) {
43 int height = baseNoise[0].length; local
44 float[][] smoothNoise = new float[width][height];
53 for (int j = 0; j < height; j++) {
55 int sample_j1 = (sample_j0 + samplePeriod) % height; // wrap around
68 int height = baseNoise[0].length; local
76 float[][] perlinNoise = new float[width][height]; // an array of floats initialised to 0
86 for (int j = 0; j < height; j++) {
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
convert_from.h 33 int width, int height);
42 int width, int height);
51 int width, int height);
57 int width, int height);
67 int width, int height);
75 int width, int height);
82 int width, int height);
89 int width, int height);
96 int width, int height);
103 int width, int height);
    [all...]
  /external/libyuv/files/include/libyuv/
convert_from.h 33 int width, int height);
42 int width, int height);
51 int width, int height);
57 int width, int height);
65 int width, int height);
73 int width, int height);
80 int width, int height);
87 int width, int height);
94 int width, int height);
101 int width, int height);
    [all...]
  /external/opencv/otherlibs/highgui/
image.cpp 82 if( !m_img || Bpp() != bpp || m_img->width != w || m_img->height != h )
122 if( Create( size.width, size.height,
148 if( r.width < 0 || r.height < 0 ) return false;
154 if( r.width == 0 || r.height == 0 )
157 r.height = img->height;
161 if( r.x > img->width || r.y > img->height ||
162 r.x + r.width < 0 || r.y + r.height < 0 )
176 r.height += r.y;
183 if( r.y + r.height > img->height
    [all...]
cvcap_socket.cpp 76 height = 0;
97 int height; // the height of the images received over the socket member in class:CVCapture_Socket
116 height = _height;
117 if (width <= 0 || height <= 0)
119 LOGV("Invalid width or height!");
141 readBufSize = width * height * sizeof(int);
159 height = 0;
187 static IplImage* loadPixels(char* pixels, int width, int height) {
190 IplImage *img = cvCreateImage(cvSize(width, height), IPL_DEPTH_8U, 3)
    [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/i420/
i420.cc 49 if (codecSettings->width < 1 || codecSettings->height < 1) {
60 CalcBufferSize(kI420, codecSettings->width, codecSettings->height) +
86 _encodedImage._encodedHeight = inputImage.height();
93 int height = inputImage.height(); local
94 if (height > std::numeric_limits<uint16_t>::max()) {
99 CalcBufferSize(kI420, inputImage.width(), inputImage.height()) +
111 buffer = InsertHeader(buffer, width, height);
125 uint16_t height) {
128 *buffer++ = static_cast<uint8_t>(height >> 8)
192 uint16_t width, height; local
    [all...]
  /hardware/qcom/display/msm8084/libcopybit/
software_converter.cpp 50 // vertical stride is the same as height, so not considered
53 unsigned int height = src->h; local
99 while(r1 < height/2) {
128 int height; member in struct:copyInfo
149 int height = info.height; local
154 for (int i = 0; i < height; i++) {
164 height = height/2;
165 for (int i = 0; i < height; i++)
    [all...]
  /hardware/qcom/display/msm8226/libcopybit/
software_converter.cpp 50 // vertical stride is the same as height, so not considered
53 unsigned int height = src->h; local
99 while(r1 < height/2) {
128 int height; member in struct:copyInfo
149 int height = info.height; local
154 for (int i = 0; i < height; i++) {
164 height = height/2;
165 for (int i = 0; i < height; i++)
    [all...]
  /hardware/qcom/display/msm8909/libcopybit/
software_converter.cpp 50 // vertical stride is the same as height, so not considered
53 unsigned int height = src->h; local
99 while(r1 < height/2) {
128 int height; member in struct:copyInfo
149 int height = info.height; local
154 for (int i = 0; i < height; i++) {
164 height = height/2;
165 for (int i = 0; i < height; i++)
    [all...]
  /hardware/qcom/display/msm8960/libcopybit/
software_converter.cpp 50 // vertical stride is the same as height, so not considered
53 unsigned int height = src->h; local
99 while(r1 < height/2) {
128 int height; member in struct:copyInfo
148 int height = info.height; local
153 for (int i = 0; i < height; i++) {
163 height = height/2;
164 for (int i = 0; i < height; i++)
    [all...]
  /hardware/qcom/display/msm8994/libcopybit/
software_converter.cpp 50 // vertical stride is the same as height, so not considered
53 unsigned int height = src->h; local
99 while(r1 < height/2) {
128 int height; member in struct:copyInfo
149 int height = info.height; local
154 for (int i = 0; i < height; i++) {
164 height = height/2;
165 for (int i = 0; i < height; i++)
    [all...]
  /hardware/qcom/display/msm8996/libcopybit/
software_converter.cpp 50 // vertical stride is the same as height, so not considered
53 unsigned int height = src->h; local
99 while(r1 < height/2) {
128 int height; member in struct:copyInfo
149 int height = info.height; local
154 for (int i = 0; i < height; i++) {
164 height = height/2;
165 for (int i = 0; i < height; i++)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/widgets/
ImageCanvas.java 121 imageHeight = mImage.getBounds().height;
124 imageHeight = client.height;
130 mVerticalScrollBar.setThumb(Math.min(imageHeight, client.height));
133 int vPage = imageHeight - client.height;
155 mVerticalScrollBar.setPageIncrement(clientArea.height);
172 scroll(destX, 0, 0, 0, imageBounds.width, imageBounds.height, false);
184 scroll(0, destY, 0, 0, imageBounds.width, imageBounds.height, false);
197 if (mFitToCanvas && rect.width > 0 && rect.height > 0) {
199 double sy = (double) client.height / (double) rect.height;
    [all...]
  /bootable/recovery/minui/
mkfont.c 12 n = gimp_image.width * gimp_image.height;
18 printf(" unsigned height;\n");
23 printf(" .width = %d,\n .height = %d,\n .cwidth = %d,\n .cheight = %d,\n", gimp_image.width, gimp_image.height,
24 gimp_image.width / 96, gimp_image.height);
  /cts/tests/tests/graphics/src/android/graphics/cts/
ShaderTest.java 32 int height = 120; local
33 int[] color = new int[width * height];
34 Bitmap bitmap = Bitmap.createBitmap(color, width, height, Bitmap.Config.RGB_565);
  /development/perftests/panorama/feature_mos/src/mosaic/
Mosaic.h 45 int height = 480;
53 mosaic.initialize(blendingType, stripType, width, height, -1, false, 5.0f);
92 * \param height Height of input images (note: all images must be same size)
98 int initialize(int blendingType, int stripType, int width, int height, int nframes = -1, bool quarter_res = false, float thresh_still = 0.0);
124 * \param height Height of the resulting mosaic (returned)
127 ImageType getMosaic(int &width, int &height);
157 int width, height; member in class:Mosaic
  /external/glide/library/src/main/java/com/bumptech/glide/load/model/stream/
MediaStoreStreamLoader.java 30 public DataFetcher<InputStream> getResourceFetcher(Uri model, int width, int height) {
31 return new MediaStoreThumbFetcher(context, model, uriLoader.getResourceFetcher(model, width, height), width,
32 height);
  /external/libdrm/tests/planetest/
bo.h 12 uint32_t height; member in struct:sp_bo
25 struct sp_bo *create_sp_bo(struct sp_dev *dev, uint32_t width, uint32_t height,
30 uint32_t height, uint8_t a, uint8_t r, uint8_t g, uint8_t b);
  /external/libvncserver/libvncclient/
cursor.c 46 rfbBool HandleCursorShape(rfbClient* client,int xhot, int yhot, int width, int height, uint32_t enc)
58 bytesMaskData = bytesPerRow * height;
60 if (width * height == 0)
67 client->rcSource = malloc(width * height * bytesPerPixel);
101 for (y = 0; y < height; y++) {
117 for (x = 0; x < width * height; x++)
121 for (x = 0; x < width * height; x++)
125 for (x = 0; x < width * height; x++)
132 if (!ReadFromRFBServer(client, (char *)client->rcSource, width * height * bytesPerPixel)) {
150 client->rcMask = malloc(width * height);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_surface.h 48 uint width, uint height, uint bind,
73 unsigned width, unsigned height);
82 unsigned width, unsigned height);
  /external/mesa3d/src/glx/apple/
apple_glapi.c 76 void apple_glapi_oglfw_viewport_scissor(GLint x, GLint y, GLsizei width, GLsizei height) {
78 __ogl_framework_api->Viewport(x, y, width, height);
79 __ogl_framework_api->Scissor(x, y, width, height);
  /external/mesa3d/src/mesa/main/
readpix.h 38 GLint x, GLint y, GLsizei width, GLsizei height,
44 _mesa_ReadPixels( GLint x, GLint y, GLsizei width, GLsizei height,
48 _mesa_ReadnPixelsARB( GLint x, GLint y, GLsizei width, GLsizei height,
  /external/opencv3/modules/cudalegacy/test/
TestTranspose.cpp 53 height(height_)
80 NcvSize32u srcSize(this->width, this->height);
82 NCVMatrixAlloc<T> d_img(*this->allocatorGPU.get(), this->width, this->height);
84 NCVMatrixAlloc<T> h_img(*this->allocatorCPU.get(), this->width, this->height);
87 NCVMatrixAlloc<T> d_dst(*this->allocatorGPU.get(), this->height, this->width);
89 NCVMatrixAlloc<T> h_dst(*this->allocatorCPU.get(), this->height, this->width);
91 NCVMatrixAlloc<T> h_dst_d(*this->allocatorCPU.get(), this->height, this->width);
106 NcvSize32u(this->width, this->height));
112 NcvSize32u(this->width, this->height));
128 NcvSize32u(this->width, this->height));
    [all...]
  /external/opencv3/modules/features2d/src/kaze/
utils.h 46 * @param height Image height
48 inline void checkDescriptorLimits(int &x, int &y, int width, int height) {
62 if (y > height - 1) {
63 y = height - 1;

Completed in 1011 milliseconds

<<11121314151617181920>>