Home
last modified time | relevance | path

Searched full:height (Results 1 – 25 of 1297) sorted by relevance

12345678910>>...52

/device/generic/vulkan-cereal/third-party/angle/src/image_util/
Dloadimage.h19 size_t height,
29 size_t height,
39 size_t height,
49 size_t height,
59 size_t height,
69 size_t height,
79 size_t height,
89 size_t height,
99 size_t height,
109 size_t height,
[all …]
Dloadimage.cpp19 size_t height, in LoadA8ToRGBA8() argument
35 for (size_t y = 0; y < height; y++) in LoadA8ToRGBA8()
78 for (size_t y = 0; y < height; y++) in LoadA8ToRGBA8()
93 size_t height, in LoadA8ToBGRA8() argument
103 LoadA8ToRGBA8(width, height, depth, input, inputRowPitch, inputDepthPitch, output, in LoadA8ToBGRA8()
108 size_t height, in LoadA32FToRGBA32F() argument
119 for (size_t y = 0; y < height; y++) in LoadA32FToRGBA32F()
137 size_t height, in LoadA16FToRGBA16F() argument
148 for (size_t y = 0; y < height; y++) in LoadA16FToRGBA16F()
166 size_t height, in LoadL8ToRGBA8() argument
[all …]
/device/linaro/hikey/gralloc960/
Dmali_gralloc_bufferallocation.cpp47 // and in non-wide mode (16x16), the width and height should be both rounded up to 128
48 // in wide mode (32x8) the width should be rounded up to 256, the height should be rounded up to 64
95 * height height of the buffer in pixels
103 static void get_rgb_stride_and_size(int width, int height, int pixel_size, int *pixel_stride, int *… in get_rgb_stride_and_size() argument
116 *size = stride *height; in get_rgb_stride_and_size()
132 int h_aligned = GRALLOC_ALIGN(height, AFBC_NORMAL_HEIGHT_ALIGN); in get_rgb_stride_and_size()
139 h_aligned = GRALLOC_ALIGN(height, AFBC_TILED_HEADERS_BASIC_HEIGHT_ALIGN); in get_rgb_stride_and_size()
145 h_aligned = GRALLOC_ALIGN(height, AFBC_TILED_HEADERS_WIDEBLK_HEIGHT_ALIGN); in get_rgb_stride_and_size()
155 h_aligned = GRALLOC_ALIGN(height, AFBC_WIDEBLK_HEIGHT_ALIGN); in get_rgb_stride_and_size()
189 * height Public known height of the buffer in pixels
[all …]
/device/amlogic/yukawa/hal/gralloc/
Dmali_gralloc_bufferallocation.cpp47 // and in non-wide mode (16x16), the width and height should be both rounded up to 128
48 // in wide mode (32x8) the width should be rounded up to 256, the height should be rounded up to 64
95 * height height of the buffer in pixels
103 static void get_rgb_stride_and_size(int width, int height, int pixel_size, int *pixel_stride, int *… in get_rgb_stride_and_size() argument
116 *size = stride *height; in get_rgb_stride_and_size()
132 int h_aligned = GRALLOC_ALIGN(height, AFBC_NORMAL_HEIGHT_ALIGN); in get_rgb_stride_and_size()
139 h_aligned = GRALLOC_ALIGN(height, AFBC_TILED_HEADERS_BASIC_HEIGHT_ALIGN); in get_rgb_stride_and_size()
145 h_aligned = GRALLOC_ALIGN(height, AFBC_TILED_HEADERS_WIDEBLK_HEIGHT_ALIGN); in get_rgb_stride_and_size()
155 h_aligned = GRALLOC_ALIGN(height, AFBC_WIDEBLK_HEIGHT_ALIGN); in get_rgb_stride_and_size()
189 * height Public known height of the buffer in pixels
[all …]
/device/generic/vulkan-cereal/stream-servers/tests/
DTextureDraw_unittest.cpp32 const int height = viewport[3]; in TestTextureDrawBasic() local
35 const int bytes = width * height * bpp; in TestTextureDrawBasic()
49 for (int i = 0; i < height; i++) { in TestTextureDrawBasic()
59 gl->glTexImage2D(GL_TEXTURE_2D, 0, internalformat, width, height, 0, in TestTextureDrawBasic()
79 gl->glReadPixels(0, 0, width, height, format, type, pixelsOut.data()); in TestTextureDrawBasic()
82 for (int i = 0; i < height; i++) { in TestTextureDrawBasic()
86 pixelsOut.data() + (height - i - 1) * rowBytes)); in TestTextureDrawBasic()
96 const int height = viewport[3]; in TestTextureDrawLayer() local
99 const int bytes = width * height * bpp; in TestTextureDrawLayer()
113 for (int i = 0; i < height; i++) { in TestTextureDrawLayer()
[all …]
/device/generic/goldfish/camera/
DConverters.cpp36 int height, in _YUV420SToRGB565() argument
44 for (int y = 0; y < height; y++) { in _YUV420SToRGB565()
65 int height, in _YUV420SToRGB32() argument
73 for (int y = 0; y < height; y++) { in _YUV420SToRGB32()
96 void YV12ToRGB565(const void* yv12, void* rgb, int width, int height) in YV12ToRGB565() argument
102 const uint8_t* U = Y + y_stride * height; in YV12ToRGB565()
103 const uint8_t* V = U + uv_stride * (height / 2); in YV12ToRGB565()
105 width, height, y_stride, uv_stride); in YV12ToRGB565()
108 void YV12ToRGB32(const void* yv12, void* rgb, int width, int height) in YV12ToRGB32() argument
114 const uint8_t* V = Y + y_stride * height; in YV12ToRGB32()
[all …]
/device/google/coral/
Dmedia_profiles.xml35 <!ATTLIST Video height CDATA #REQUIRED>
102 height="144"
115 height="2160"
128 height="240"
141 height="288"
154 height="480"
167 height="720"
180 height="1080"
193 height="1440"
206 height="1080"
[all …]
/device/google/redbull/
Dmedia_profiles.xml35 <!ATTLIST Video height CDATA #REQUIRED>
102 height="144"
115 height="2160"
128 height="240"
141 height="288"
154 height="480"
167 height="720"
180 height="1080"
193 height="1440"
206 height="1080"
[all …]
Dmedia_profiles_V1_0.xml32 height="144"
45 height="2160"
58 height="144"
71 height="240"
84 height="288"
97 height="480"
110 height="720"
123 height="1080"
136 height="2160"
149 height="144"
[all …]
/device/google/crosshatch/
Dmedia_profiles_V1_0.xml29 height="144"
42 height="2160"
54 height="144"
66 height="240"
78 height="288"
90 height="480"
102 height="720"
114 height="1080"
126 height="2160"
138 height="144"
[all …]
/device/google/bonito/
Dmedia_profiles_V1_0.xml29 height="144"
42 height="2160"
54 height="144"
66 height="240"
78 height="288"
90 height="480"
102 height="720"
114 height="1080"
126 height="2160"
138 height="144"
[all …]
/device/google/sunfish/
Dmedia_profiles.xml35 <!ATTLIST Video height CDATA #REQUIRED>
88 height="240"
100 height="288"
112 height="480"
124 height="720"
136 height="1080"
148 height="144"
161 height="288"
174 height="480"
187 height="720"
[all …]
Dmedia_profiles_V1_0.xml32 height="144"
45 height="2160"
58 height="144"
71 height="240"
84 height="288"
97 height="480"
110 height="720"
123 height="1080"
136 height="2160"
149 height="144"
[all …]
/device/generic/vulkan-cereal/third-party/angle/doc/
DdEQP-Charts.md11 <iframe id="GLES 2.0 Desktop OpenGL Win10 NVIDIA" width="1200px" height="371px" class="noborder" sr…
13 <iframe id="GLES 3.0 Desktop OpenGL Win10 NVIDIA" width="1200px" height="371px" class="noborder" sr…
15 <iframe id="GLES 3.1 Desktop OpenGL Win10 NVIDIA" width="1200px" height="371px" class="noborder" sr…
17 <iframe id="EGL Desktop OpenGL Win10 NVIDIA" width="1200px" height="371px" class="noborder" src="ht…
23 <iframe id="GLES 2.0 Vulkan Win10 NVIDIA" width="1200px" height="371px" class="noborder" src="https…
25 <iframe id="GLES 3.0 Vulkan Win10 NVIDIA" width="1200px" height="371px" class="noborder" src="https…
27 <iframe id="GLES 3.1 Vulkan Win10 NVIDIA" width="1200px" height="371px" class="noborder" src="https…
29 <iframe id="EGL Vulkan Win10 NVIDIA" width="1200px" height="371px" class="noborder" src="https://do…
33 <iframe id="GLES 2.0 Vulkan khr Win10 NVIDIA" width="1200px" height="371px" class="noborder" src="h…
35 <iframe id="GLES 3.0 Vulkan khr Win10 NVIDIA" width="1200px" height="371px" class="noborder" src="h…
[all …]
/device/generic/vulkan-cereal/stream-servers/
Dgfxstream_unittest.cpp34 static constexpr uint32_t height = 256; member in GfxStreamBackendTest
58 window->initialize("GfxStreamBackendTestWindow", width, height); in SetUp()
78 gfxstream_backend_init(width, height, 0, &cookie, in TEST_F()
88 gfxstream_backend_init(width, height, 0, &cookie, in TEST_F()
91 width, height, width, height); in TEST_F()
95 gfxstream_backend_init(width, height, 0, &cookie, in TEST_F()
108 .height = height, in TEST_F()
119 auto fb = std::make_unique<uint32_t[]>(width * height); in TEST_F()
121 stream_renderer_flush_resource_and_readback(res_id, 0, 0, width, height, in TEST_F()
122 fb.get(), width * height); in TEST_F()
[all …]
/device/generic/vulkan-cereal/third-party/angle/src/common/fuchsia_egl/
Dfuchsia_egl.c20 int32_t height; member
25 int32_t height) in fuchsia_egl_window_create() argument
27 if (width <= 0 || height <= 0) in fuchsia_egl_window_create()
34 egl_window->height = height; in fuchsia_egl_window_create()
50 void fuchsia_egl_window_resize(fuchsia_egl_window *egl_window, int32_t width, int32_t height) in fuchsia_egl_window_resize() argument
53 if (width <= 0 || height <= 0) in fuchsia_egl_window_resize()
56 egl_window->height = height; in fuchsia_egl_window_resize()
68 return egl_window->height; in fuchsia_egl_window_get_height()
/device/generic/vulkan-cereal/third-party/angle/doc/img/
DStateChangeNotificationFlow.svg3height="682px" viewBox="-0.5 -0.5 642 682" content="&lt;mxfile modified=&quot;2020-06-01T14:42:02.…
/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DFormatConversions.cpp53 void get_yv12_offsets(int width, int height, in get_yv12_offsets() argument
60 uint32_t uvHeight = height / 2; in get_yv12_offsets()
61 uint32_t sz = yStride * height + 2 * (uvHeight * uvStride); in get_yv12_offsets()
68 void get_yuv420p_offsets(int width, int height, in get_yuv420p_offsets() argument
75 uint32_t uvHeight = height / 2; in get_yuv420p_offsets()
76 uint32_t sz = yStride * height + 2 * (uvHeight * uvStride); in get_yuv420p_offsets()
92 void rgb565_to_yv12(char* dest, char* src, int width, int height, in rgb565_to_yv12() argument
99 int cSize = cStride * height/2; in rgb565_to_yv12()
103 uint8_t *yv12_v0 = yv12_y0 + yStride * height; in rgb565_to_yv12()
132 void rgb888_to_yv12(char* dest, char* src, int width, int height, in rgb888_to_yv12() argument
[all …]
DFormatConversions.h23 void get_yv12_offsets(int width, int height,
27 void get_yuv420p_offsets(int width, int height,
32 void rgb565_to_yv12(char* dest, char* src, int width, int height,
34 void rgb888_to_yv12(char* dest, char* src, int width, int height,
36 void rgb888_to_yuv420p(char* dest, char* src, int width, int height,
38 void yv12_to_rgb565(char* dest, char* src, int width, int height,
40 void yv12_to_rgb888(char* dest, char* src, int width, int height,
42 void yuv420p_to_rgb888(char* dest, char* src, int width, int height,
46 int width, int height, int top, int left,
/device/generic/vulkan-cereal/third-party/angle/src/libGL/
Dentry_points_gl_1_2_autogen.cpp38 GLsizei height) in CopyTexSubImage3D() argument
43 "%d, GLint zoffset = %d, GLint x = %d, GLint y = %d, GLsizei width = %d, GLsizei height " in CopyTexSubImage3D()
46 zoffset, x, y, width, height); in CopyTexSubImage3D()
54 yoffset, zoffset, x, y, width, height)); in CopyTexSubImage3D()
58 height); in CopyTexSubImage3D()
61 yoffset, zoffset, x, y, width, height); in CopyTexSubImage3D()
100 GLsizei height, in TexImage3D() argument
110 "width = %d, GLsizei height = %d, GLsizei depth = %d, GLint border = %d, GLenum format = " in TexImage3D()
113 width, height, depth, border, GLenumToString(GLenumGroup::PixelFormat, format), in TexImage3D()
122 height, depth, border, format, type, pixels)); in TexImage3D()
[all …]
/device/generic/vulkan-cereal/base/
DLayoutResolver.cpp34 uint32_t height; member
40 : id(i), pos_x(x), pos_y(y), width(w), height(h), isChild(false) {} in Rect()
71 return a.height > b.height || (a.height == b.height && a.id < b.id); in computeCoordinatesPerRow()
92 // combining from rectangle with smaller width. 2, The height of combined in resolveLayout()
93 // rectangle should not exceed the max height of all the original in resolveLayout()
102 uint32_t height = iter.second.second; in resolveLayout() local
103 rectangles.emplace_back(iter.first, 0, 0, width, height); in resolveLayout()
104 maxHeight = std::max(maxHeight, height); in resolveLayout()
113 if (rectangles[i].height + rectangles[j].height <= maxHeight) { in resolveLayout()
121 rectangles[j].height += rectangles[i].height; in resolveLayout()
[all …]
/device/generic/goldfish-opengl/system/renderControl_enc/
DrenderControl_entry.cpp18 uint32_t rcCreateWindowSurface(uint32_t config, uint32_t width, uint32_t height);
20 uint32_t rcCreateColorBuffer(uint32_t width, uint32_t height, GLenum internalFormat);
31 …void rcReadColorBuffer(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum f…
32 …int rcUpdateColorBuffer(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum …
42 …int rcUpdateColorBufferDMA(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLen…
43 …uint32_t rcCreateColorBufferDMA(uint32_t width, uint32_t height, GLenum internalFormat, int framew…
54 …void rcReadColorBufferYUV(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, void*…
56 …void rcCreateColorBufferWithHandle(uint32_t width, uint32_t height, GLenum internalFormat, uint32_…
72 …int rcReadColorBufferDMA(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum…
141 uint32_t rcCreateWindowSurface(uint32_t config, uint32_t width, uint32_t height) in rcCreateWindowSurface() argument
[all …]
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d11/shaders/
DResolveDepthStencil.hlsl28 uint width, height, samples;
29 Depth.GetDimensions(width, height, samples);
30 uint2 coord = uint2(texCoord.x * float(width), texCoord.y * float(height));
39 uint width, height, samples;
40 Depth.GetDimensions(width, height, samples);
41 uint2 coord = uint2(texCoord.x * float(width), texCoord.y * float(height));
51 uint width, height, samples;
52 Stencil.GetDimensions(width, height, samples);
53 uint2 coord = uint2(texCoord.x * float(width), texCoord.y * float(height));
/device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/
DWebGLFramebufferTest.cpp32 void testDepthStencilDepthStencil(GLint width, GLint height);
34 GLint height,
112 constexpr int height = 64; in TEST_P() local
121 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, width, height, 0, GL_RGBA, GL_UNSIGNED_BYTE, nullptr); in TEST_P()
131 glRenderbufferStorage(GL_RENDERBUFFER, GL_DEPTH_COMPONENT16, width, height); in TEST_P()
142 glRenderbufferStorage(GL_RENDERBUFFER, GL_DEPTH_STENCIL, width, height); in TEST_P()
152 GLint height, in testAttachment() argument
166 std::vector<uint8_t> tempBuffer(width * height * 4); in testAttachment()
170 glReadPixels(0, 0, width, height, GL_RGBA, GL_UNSIGNED_BYTE, tempBuffer.data()); in testAttachment()
195 GLint height, in testColorRenderbuffer() argument
[all …]
/device/google/barbet-kernel/sm7250/kernel-headers/media/
Dmsm_media_info.h5 /* Width and Height should be multiple of 16 */
30 * Y Y Y Y Y Y Y Y Y Y Y Y . . . . Height |
50 * Y_Scanlines: Height aligned to 512
51 * UV_Scanlines: Height/2 aligned to 256
65 * Y Y Y Y Y Y Y Y Y Y Y Y . . . . Height |
85 * Y_Scanlines: Height aligned to 512
86 * UV_Scanlines: Height/2 aligned to 256
124 * M M M M M M M M M M M M . . Height |
138 * Y* Y* Y* Y* Y* Y* Y* Y* . . . . Height |
167 * Y_Scanlines = align(Height, 32)
[all …]

12345678910>>...52