/system/extras/power_profile/camera_avg/Application/src/main/java/com/example/android/powerprofile/cameraavg/ |
D | AutoFitTextureView.java | 51 public void setAspectRatio(int width, int height) { in setAspectRatio() argument 52 if (width < 0 || height < 0) { in setAspectRatio() 56 mRatioHeight = height; in setAspectRatio() 64 int height = MeasureSpec.getSize(heightMeasureSpec); in onMeasure() local 66 setMeasuredDimension(width, height); in onMeasure() 68 if (width < height * mRatioWidth / mRatioHeight) { in onMeasure() 71 setMeasuredDimension(height * mRatioWidth / mRatioHeight, height); in onMeasure()
|
D | CameraAvgFragment.java | 139 public void onSurfaceTextureAvailable(SurfaceTexture texture, int width, int height) { 140 openCamera(width, height); 144 public void onSurfaceTextureSizeChanged(SurfaceTexture texture, int width, int height) { 145 configureTransform(width, height); 502 private void setUpCameraOutputs(int width, int height) { in setUpCameraOutputs() argument 557 int rotatedPreviewHeight = height; in setUpCameraOutputs() 562 rotatedPreviewWidth = height; in setUpCameraOutputs() 613 private void openCamera(int width, int height) { in openCamera() argument 619 setUpCameraOutputs(width, height); in openCamera() 620 configureTransform(width, height); in openCamera()
|
/system/media/audio_utils/include/audio_utils/ |
D | LogPlot.h | 88 for (int height = HEIGHT - 1; height >= 0; height--) { in audio_utils_log_plot() local 90 ss << std::setw(9) << graphMin + increment * height; in audio_utils_log_plot() 100 if ((start || px == height) && it != last - 1) { in audio_utils_log_plot() 157 int height = log2(maxCount) + 1; // maxCount > 0, safe to call log2 variable 158 const int leftPadding = widthOf(1 << height); 162 if (height > maxHeight) { 163 scalingFactor = (height + maxHeight) / maxHeight; 164 height /= scalingFactor; 183 for (int row = height * scalingFactor; row >= 0; row -= scalingFactor) {
|
/system/core/libpixelflinger/ |
D | raster.cpp | 30 GGLsizei width, GGLsizei height, GGLenum type); 54 GGLsizei width, GGLsizei height, GGLenum /*type*/) in ggl_copyPixels() argument 64 if (uint32_t(ys) > cb->height) in ggl_copyPixels() 68 if (uint32_t(ys + height) > cb->height) in ggl_copyPixels() 86 height -= offset; in ggl_copyPixels() 91 if ((yd + height) > GGLint(c->state.scissor.bottom)) { in ggl_copyPixels() 92 height = GGLint(c->state.scissor.bottom) - yd; in ggl_copyPixels() 95 if (width<=0 || height<=0) { in ggl_copyPixels() 112 size_t yc = height; in ggl_copyPixels() 116 src += height * bpr; in ggl_copyPixels() [all …]
|
D | buffer.cpp | 63 dst->height = src->height; in ggl_set_surface() 71 dst->data += bpr * (dst->height-1); in ggl_set_surface() 96 gen.height = s.height; in ggl_pick_texture() 116 assert((x < s->width) && (y < s->height)); in read_pixel() 167 assert((x < s->width) && (y < s->height)); in write_pixel()
|
D | raster.h | 28 void gglCopyPixels(void* c, GGLint x, GGLint y, GGLsizei width, GGLsizei height, GGLenum type);
|
D | pixelflinger.cpp | 147 GGLsizei width, GGLsizei height) in ggl_scissor() argument 153 c->state.scissor.user_bottom = y + height; in ggl_scissor() 606 c->state.scissor.bottom = min(c->state.buffers.color.height, b); in ggl_set_scissor() 611 c->state.scissor.bottom = c->state.buffers.color.height; in ggl_set_scissor()
|
D | scanline.cpp | 734 const int h = tx.surface.height; in scanline() 750 const int h = tx.surface.height; in scanline() 1009 m_height_m1 = tx.surface.height - 1; in clamp_iterator() 1103 else if (v >= (int)tx.surface.height) in init() 1104 v = (int)tx.surface.height-1; in init() 1736 gen.height = t.surface.height; in init_y()
|
/system/extras/simpleperf/scripts/inferno/ |
D | svg_renderer.py | 66 def create_svg_node(process, callsite, depth, f, total_weight, height, color_scheme, nav): argument 68 y = height - (depth + 1) * SVG_NODE_HEIGHT 122 def render_svg_nodes(process, flamegraph, depth, f, total_weight, height, color_scheme): argument 141 create_svg_node(process, child, depth, f, total_weight, height, color_scheme, nav) 143 render_svg_nodes(process, child, depth + 1, f, total_weight, height, color_scheme) 186 height = (flamegraph.get_max_depth() + 2) * SVG_NODE_HEIGHT 188 """ % height) 199 render_svg_nodes(process, flamegraph, 0, f, flamegraph.weight(), height, color_scheme)
|
D | script.js | 124 let svgBoxHeight = svgBox.height;
|
/system/core/adb/daemon/ |
D | framebuffer_service.cpp | 50 unsigned int height; member 102 fbinfo.height = h; in framebuffer_service() 116 fbinfo.height = h; in framebuffer_service() 130 fbinfo.height = h; in framebuffer_service() 144 fbinfo.height = h; in framebuffer_service() 158 fbinfo.height = h; in framebuffer_service()
|
/system/media/camera/docs/ |
D | camera_device_info.mako | 31 optional int32 height = 2; 36 optional float height = 2; 50 optional int32 height = 3;
|
D | camera_device_info.proto | 31 optional int32 height = 2; field 36 optional float height = 2; field 50 optional int32 height = 3; field
|
D | html.mako | 84 .entry_spacer { background-color: transparent; border-style: none; height: 0.5em; }
|
/system/core/libpixelflinger/codeflinger/ |
D | texturing.cpp | 464 int height = scratches.obtain(); in build_textures() local 472 CONTEXT_LOAD(height, generated_vars.texture[i].height); in build_textures() 500 wrapping(v, t.reg, height, tmu.twrap, FRAC_BITS); in build_textures() 522 SUB(AL, 0, height, height, imm(1)); in build_textures() 564 MOV(MI, 0, v, height); in build_textures() 565 CMP(AL, v, height); in build_textures() 566 MOV(LT, 0, height, imm(1 << shift)); in build_textures() 568 MOV(GE, 0, height, reg_imm(height, LSL, shift)); in build_textures() 569 RSB(GE, 0, height, height, imm(0)); in build_textures() 570 MUL(AL, 0, height, stride, height); in build_textures() [all …]
|
/system/extras/tests/framebuffer/ |
D | fb_test.c | 34 int height; member 97 fb->height = vi.yres; in get_framebuffer() 105 fb->height = vi.yres; in get_framebuffer() 192 return gr_fbs[0].height; in gr_fb_height()
|
D | refresh.c | 75 float ydpi = (info.yres * 25.4f) / info.height; in main() 104 info.height, ydpi, in main()
|
/system/tools/hidl/c2hal/test/ |
D | simple.h | 54 int left, int top, int width, int height);
|
D | test.h | 139 const uint32_t height; member 194 int left, int top, int width, int height);
|
/system/core/libpixelflinger/include/pixelflinger/ |
D | pixelflinger.h | 190 GGLuint height; // height in pixels member 214 void (*scissor)(void* c, GGLint x, GGLint y, GGLsizei width, GGLsizei height); 303 GGLsizei width, GGLsizei height, GGLenum type);
|
/system/extras/pagecache/ |
D | pagecache.py | 86 height, width = pad.getmaxyx() 104 if y == height - 2: 111 pad.refresh(0,0, 0,0, height,width) 300 height, width = stdscr.getmaxyx() 308 used_height = max(height, 30)
|
/system/core/libpixelflinger/include/private/pixelflinger/ |
D | ggl_context.h | 349 GGLuint height; 483 uint32_t height;
|
/system/core/adb/ |
D | SERVICES.TXT | 207 height: uint32_t: framebuffer height in pixels 210 size is always width*height*2
|
/system/extras/simpleperf/doc/ |
D | inferno.md | 16 the number of samples and the height is related to the number of functions on
|
/system/extras/simpleperf/scripts/ |
D | report_html.js | 528 height: 600, property
|