Home
last modified time | relevance | path

Searched refs:left (Results 1 – 25 of 64) sorted by relevance

123

/device/generic/goldfish/network/wifi_forwarder/
Dframe_id.h49 inline bool operator==(const FrameId& left, const FrameId& right) {
50 return left.cookie == right.cookie && left.transmitter == right.transmitter;
53 inline bool operator<(const FrameId& left, const FrameId& right) {
54 if (left.cookie < right.cookie) {
57 if (left.cookie > right.cookie) {
60 return memcmp(left.transmitter.addr,
62 sizeof(left.transmitter.addr)) < 0;
Dmacaddress.h66 inline bool operator==(const MacAddress& left, const MacAddress& right) {
67 return memcmp(left.addr, right.addr, ETH_ALEN) == 0;
70 inline bool operator!=(const MacAddress& left, const MacAddress& right) {
71 return memcmp(left.addr, right.addr, ETH_ALEN) != 0;
/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DFormatConversions.h33 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,
DFormatConversions.cpp90 int left, int top, int right, int bottom) { in rgb565_to_yv12() argument
108 for (int i = left; i <= right; ++i) { in rgb565_to_yv12()
130 int left, int top, int right, int bottom) { in rgb888_to_yv12() argument
164 for (int i = left; i <= right; ++i) { in rgb888_to_yv12()
198 int left, int top, int right, int bottom) { in rgb888_to_yuv420p() argument
216 for (int i = left; i <= right; ++i) { in rgb888_to_yuv420p()
235 int left, int top, int right, int bottom) { in yv12_to_rgb565() argument
253 for (int i = left; i <= right; ++i) { in yv12_to_rgb565()
272 rgb_ptr[i-left] = rgb1; in yv12_to_rgb565()
280 int left, int top, int right, int bottom) { in yv12_to_rgb888() argument
[all …]
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/lib/
Drbtree.h44 rb_idx_t parent, left, right; member
66 return n_idx->left; in rb_left()
108 n_idx->left = child; in rb_set_left()
/device/google/cuttlefish/guest/hals/hwcomposer/common/
Dgeometry_utils.cpp25 int left1 = layer1.displayFrame.left; in LayersOverlap()
30 int left2 = layer2.displayFrame.left; in LayersOverlap()
Dbase_composer.cpp79 if (layer.sourceCrop.left < 0 || layer.sourceCrop.top < 0 || in IsValidLayer()
86 __FUNCTION__, layer.sourceCrop.left, layer.sourceCrop.right, in IsValidLayer()
Dcpu_composer.cpp39 int from_w = layer.sourceCrop.right - layer.sourceCrop.left; in LayerNeedsScaling()
41 int to_w = layer.displayFrame.right - layer.displayFrame.left; in LayerNeedsScaling()
359 buffer_crop.left, in GetBufferSpec()
361 buffer_crop.right - buffer_crop.left, in GetBufferSpec()
435 src_layer->displayFrame.left, in CompositeLayer()
437 src_layer->displayFrame.right - src_layer->displayFrame.left, in CompositeLayer()
459 src_layer->displayFrame.right - src_layer->displayFrame.left; in CompositeLayer()
/device/generic/opengl-transport/host/libs/virglrenderer/
DGralloc1.cpp69 if (rect->width < 0 || rect->height < 0 || rect->left < 0 || rect->top < 0 || in gralloc1_lock()
70 (uint32_t)rect->width + (uint32_t)rect->left > res->args.width || in gralloc1_lock()
88 *outData = (char*)res->linear + rect->top * stride + rect->left * bpp; in gralloc1_lock()
/device/generic/goldfish/radio/ril/
Dipv6_monitor.cpp53 bool operator==(const in6_addr& left, const in6_addr& right) { in operator ==() argument
54 return ::memcmp(left.s6_addr, right.s6_addr, sizeof(left.s6_addr)) == 0; in operator ==()
57 bool operator!=(const in6_addr& left, const in6_addr& right) { in operator !=() argument
58 return ::memcmp(left.s6_addr, right.s6_addr, sizeof(left.s6_addr)) != 0; in operator !=()
Dif_monitor.cpp74 bool operator==(const struct ifAddress& left, const struct ifAddress& right) { in operator ==() argument
80 return left.family == right.family && in operator ==()
81 memcmp(&left.addr, &right.addr, addrLength(left.family)) == 0; in operator ==()
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_30.cpp192 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()
367 handle.lockedLeft = left; in lock_impl()
[all …]
/device/generic/goldfish-opengl/system/hals/
Dmapper3.cpp418 accessRegion.left, in lockHostImpl()
420 accessRegion.left + accessRegion.width - 1, in lockHostImpl()
426 accessRegion.left, in lockHostImpl()
428 accessRegion.left + accessRegion.width - 1, in lockHostImpl()
446 cb.lockedLeft = accessRegion.left; in lockHostImpl()
485 const int left = cb.lockedLeft; in unlockHostImpl() local
512 width, height, top, left, bpp); in unlockHostImpl()
523 left, top, width, height, in unlockHostImpl()
/device/google/cuttlefish/host/frontend/gcastv2/signaling_server/assets/
Dstyle.css37 float: left;
73 margin-left: 10px;
/device/generic/goldfish-opengl/system/egl/
DClientAPIExts.in49 (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/
Dgles.cpp96 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/generic/goldfish/audio/
Dstream_out.cpp389 Return<Result> StreamOut::setVolume(float left, float right) { in setVolume() argument
390 if (isnan(left) || left < 0.0f || left > 1.0f in setVolume()
396 mStreamVolume = (left + right) / 2.0f; in setVolume()
/device/google/coral-kernel/sm8150/kernel-headers/media/
Dmsm_vidc_utils.h70 unsigned int left; member
86 unsigned int left; member
/device/google/coral-kernel/sm8150/original-kernel-headers/media/
Dmsm_vidc_utils.h63 unsigned int left; member
80 unsigned int left; member
/device/linaro/hikey/hifi/xaf/hifi-dpf/core/util/
Drbtree.c43 #define RB_LEFT(tree, node) ((node)->left)
68 ({ (n)->left = (l); })
86 ({ (n)->parent = (p); (n)->left = (l); })
89 ({ (n)->parent = (p); (n)->left = (l); RB_SET_C_##c(t, n); })
98 ({ (n)->parent = (p); (n)->left = (l); (n)->right = (r); })
101 ({ (n)->parent = (p); (n)->left = (l); (n)->right = (r); RB_SET_C_##c(t, n); })
/device/generic/opengl-transport/host/libs/virglrenderer/include/hardware/
Dgralloc1.h58 int32_t left; member
/device/google/crosshatch/sdm845/kernel-headers/media/
Dmsm_vidc.h82 unsigned int left; member
97 unsigned int left; member
/device/google/crosshatch/sdm845/original-kernel-headers/media/
Dmsm_vidc.h76 unsigned int left; member
92 unsigned int left; member
/device/google/bonito/sdm710/original-kernel-headers/media/
Dmsm_vidc.h76 unsigned int left; member
92 unsigned int left; member
/device/google/bonito/sdm710/kernel-headers/media/
Dmsm_vidc.h82 unsigned int left; member
97 unsigned int left; member

123