/device/generic/goldfish-opengl/system/OpenglSystemCommon/ |
D | FormatConversions.h | 33 int left, int top, int right, int bottom); 35 int left, int top, int right, int bottom); 37 int left, int top, int right, int bottom); 39 int left, int top, int right, int bottom); 41 int left, int top, int right, int bottom); 43 int left, int top, int right, int bottom); 46 int width, int height, int top, int left,
|
D | FormatConversions.cpp | 90 int left, int top, int right, int bottom) { in rgb565_to_yv12() argument 102 for (int j = top; j <= bottom; ++j) { in rgb565_to_yv12() 130 int left, int top, int right, int bottom) { in rgb888_to_yv12() argument 160 for (int j = top; j <= bottom; ++j) { in rgb888_to_yv12() 198 int left, int top, int right, int bottom) { in rgb888_to_yuv420p() argument 210 for (int j = top; j <= bottom; ++j) { in rgb888_to_yuv420p() 235 int left, int top, int right, int bottom) { in yv12_to_rgb565() argument 248 for (int j = top; j <= bottom; ++j) { in yv12_to_rgb565() 280 int left, int top, int right, int bottom) { in yv12_to_rgb888() argument 293 for (int j = top; j <= bottom; ++j) { in yv12_to_rgb888() [all …]
|
/device/linaro/hikey/ |
D | init.hikey.power.rc | 14 chown system system /dev/stune/top-app/schedtune.boost 15 chown system system /dev/stune/top-app/schedtune.prefer_idle 20 write /dev/stune/top-app/schedtune.boost 10 21 write /dev/stune/top-app/schedtune.prefer_idle 1
|
D | init.hikey960.power.rc | 14 chown system system /dev/stune/top-app/schedtune.boost 15 chown system system /dev/stune/top-app/schedtune.prefer_idle 20 write /dev/stune/top-app/schedtune.boost 20 21 write /dev/stune/top-app/schedtune.prefer_idle 1
|
D | init.common.rc | 15 write /dev/cpuset/top-app/cpus 0-7 69 # Foreground should contain most cores (7 is reserved for top-app) 72 # top-app gets all cpus (including reserved #7) 73 write /dev/cpuset/top-app/cpus 0-7
|
/device/google/cuttlefish/guest/hals/hwcomposer/common/ |
D | geometry_utils.cpp | 27 int top1 = layer1.displayFrame.top; in LayersOverlap() 32 int top2 = layer2.displayFrame.top; in LayersOverlap()
|
D | base_composer.cpp | 79 if (layer.sourceCrop.left < 0 || layer.sourceCrop.top < 0 || in IsValidLayer() 87 layer.sourceCrop.top, layer.sourceCrop.bottom, buffer_width, in IsValidLayer()
|
D | cpu_composer.cpp | 40 int from_h = layer.sourceCrop.bottom - layer.sourceCrop.top; in LayerNeedsScaling() 42 int to_h = layer.displayFrame.bottom - layer.displayFrame.top; in LayerNeedsScaling() 360 buffer_crop.top, in GetBufferSpec() 362 buffer_crop.bottom - buffer_crop.top, in GetBufferSpec() 436 src_layer->displayFrame.top, in CompositeLayer() 438 src_layer->displayFrame.bottom - src_layer->displayFrame.top, in CompositeLayer() 461 src_layer->displayFrame.bottom - src_layer->displayFrame.top; in CompositeLayer()
|
D | hwcomposer.cpp | 191 layer.displayFrame.top > layer.displayFrame.bottom) { in IsValidLayer() 196 layer.displayFrame.top, layer.displayFrame.bottom); in IsValidLayer() 201 layer.sourceCrop.top > layer.sourceCrop.bottom) { in IsValidLayer() 206 layer.sourceCrop.top, layer.sourceCrop.bottom); in IsValidLayer()
|
/device/linaro/dragonboard/ |
D | init.common.rc | 22 write /dev/cpuset/top-app/cpus 0-7 41 # Foreground should contain most cores (7 is reserved for top-app) 44 # top-app gets all cpus (including reserved #7) 45 write /dev/cpuset/top-app/cpus 0-7
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | Gralloc1.cpp | 69 if (rect->width < 0 || rect->height < 0 || rect->left < 0 || rect->top < 0 || in gralloc1_lock() 71 (uint32_t)rect->height + (uint32_t)rect->top > res->args.height) { in gralloc1_lock() 88 *outData = (char*)res->linear + rect->top * stride + rect->left * bpp; in gralloc1_lock()
|
/device/generic/goldfish-opengl/system/gralloc/ |
D | gralloc_30.cpp | 192 const int left, const int top, const int width, const int height, in lock() argument 201 left, top, width, height, in lock() 225 const int left, const int top, const int width, const int height, in lock_ycbcr() argument 272 left, top, width, height, in lock_ycbcr() 291 const int left, const int top, const int width, const int height, in lock_impl() argument 343 left, top, in lock_impl() 344 left + width - 1, top + height - 1); in lock_impl() 349 left, top, in lock_impl() 350 left + width - 1, top + height - 1); in lock_impl() 368 handle.lockedTop = top; in lock_impl() [all …]
|
/device/generic/goldfish-opengl/system/hals/ |
D | mapper3.cpp | 419 accessRegion.top, in lockHostImpl() 421 accessRegion.top + accessRegion.height - 1); in lockHostImpl() 427 accessRegion.top, in lockHostImpl() 429 accessRegion.top + accessRegion.height - 1); in lockHostImpl() 447 cb.lockedTop = accessRegion.top; in lockHostImpl() 486 const int top = cb.lockedTop; in unlockHostImpl() local 512 width, height, top, left, bpp); in unlockHostImpl() 523 left, top, width, height, in unlockHostImpl()
|
/device/generic/goldfish-opengl/system/egl/ |
D | ClientAPIExts.in | 49 (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar), 50 (left, right, bottom, top, zNear, zFar)) 53 (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar), 54 (left, right, bottom, top, zNear, zFar))
|
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | gles.cpp | 96 void glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zF… in glFrustumf() argument 98 getDispatch()->glFrustumf(left, right, bottom, top, zNear, zFar); in glFrustumf() 186 void glOrthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) in glOrthof() argument 188 getDispatch()->glOrthof(left, right, bottom, top, zNear, zFar); in glOrthof() 436 void glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zF… in glFrustumx() argument 438 getDispatch()->glFrustumx(left, right, bottom, top, zNear, zFar); in glFrustumx() 616 void glOrthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) in glOrthox() argument 618 getDispatch()->glOrthox(left, right, bottom, top, zNear, zFar); in glOrthox() 886 void glFrustumxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed… in glFrustumxOES() argument 888 getDispatch()->glFrustumxOES(left, right, bottom, top, zNear, zFar); in glFrustumxOES() [all …]
|
/device/google/cuttlefish/shared/config/ |
D | init.vendor.rc | 32 mkdir /dev/cpuctl/top-app 37 chown system system /dev/cpuctl/top-app 42 chown system system /dev/cpuctl/top-app/tasks 47 chmod 0664 /dev/cpuctl/top-app/tasks
|
/device/linaro/hikey/factory-images/ |
D | README | 10 # First download the image to the android build top directory
|
/device/google/coral-kernel/sm8150/kernel-headers/media/ |
D | msm_vidc_utils.h | 71 unsigned int top; member 87 unsigned int top; member
|
/device/google/coral-kernel/sm8150/original-kernel-headers/media/ |
D | msm_vidc_utils.h | 64 unsigned int top; member 81 unsigned int top; member
|
/device/generic/opengl-transport/host/libs/virglrenderer/include/hardware/ |
D | gralloc1.h | 59 int32_t top; member
|
/device/google/crosshatch/sdm845/kernel-headers/media/ |
D | msm_vidc.h | 83 unsigned int top; member 98 unsigned int top; member
|
/device/google/crosshatch/sdm845/original-kernel-headers/media/ |
D | msm_vidc.h | 77 unsigned int top; member 93 unsigned int top; member
|
/device/google/bonito/sdm710/original-kernel-headers/media/ |
D | msm_vidc.h | 77 unsigned int top; member 93 unsigned int top; member
|
/device/google/bonito/sdm710/kernel-headers/media/ |
D | msm_vidc.h | 83 unsigned int top; member 98 unsigned int top; member
|
/device/generic/goldfish/ |
D | init.ranchu.rc | 27 mkdir /dev/cpuctl/top-app 32 chown system system /dev/cpuctl/top-app 37 chown system system /dev/cpuctl/top-app/tasks 42 chmod 0664 /dev/cpuctl/top-app/tasks
|