Home
last modified time | relevance | path

Searched defs:B (Results 1 – 11 of 11) sorted by relevance

/device/generic/goldfish-opengl/fuchsia/include/hardware/
Dhardware.h6 #define MAKE_TAG_CONSTANT(A,B,C,D) (((A) << 24) | ((B) << 16) | ((C) << 8) | (D)) argument
/device/google/contexthub/firmware/os/algos/common/math/
Dmat.c92 const struct Mat33 *B) { in mat33Multiply()
176 const struct Mat33 *B) { in mat33MultiplyTransposed()
199 const struct Mat33 *B) { in mat33MultiplyTransposed2()
/device/generic/opengl-transport/host/libs/virglrenderer/
DGralloc1.cpp30 #define ALIGN(A, B) (((A) + (B)-1) / (B) * (B)) argument
DAVDVirglRenderer.cpp74 #define ALIGN(A, B) (((A) + (B)-1) / (B) * (B)) argument
/device/generic/opengl-transport/host/libs/virglrenderer/include/hardware/
Dhardware.h21 #define MAKE_TAG_CONSTANT(A, B, C, D) (((A) << 24) | ((B) << 16) | ((C) << 8) | (D)) argument
/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DFormatConversions.cpp116 uint8_t B = (b * 527 + 23) >> 6; in rgb565_to_yv12() local
167 uint8_t B = rgb_ptr[i*rgb_stride+2]; in rgb888_to_yv12() local
219 uint8_t B = rgb_ptr[i*rgb_stride+2]; in rgb888_to_yuv420p() local
/device/linaro/hikey/gralloc960/
Dmali_gralloc_private_interface.cpp28 #define CHECK_FUNCTION(A, B, C) \ argument
/device/amlogic/yukawa/hal/gralloc/
Dmali_gralloc_private_interface.cpp28 #define CHECK_FUNCTION(A, B, C) \ argument
/device/google/cuttlefish/guest/hals/camera/fake-pipeline2/
DScene.h71 enum ColorChannels { R = 0, Gr, Gb, B, Y, Cb, Cr, NUM_CHANNELS }; enumerator
/device/generic/goldfish/camera/fake-pipeline2/
DScene.h104 B, enumerator
/device/generic/goldfish/camera/
DEmulatedFakeRotatingCameraDevice.cpp80 uint8_t B = input[j*width*4 + i*4 + 2]; in rgba8888_to_nv21() local