/device/google/cuttlefish/guest/hals/camera/ |
D | Converters.cpp | 29 const uint8_t* V, int dUV, uint16_t* rgb, in _YUV420SToRGB565() 56 const uint8_t* V, int dUV, uint32_t* rgb, int width, in _YUV420SToRGB32() 86 const uint8_t* V = U + pix_total / 4; in YV12ToRGB565() local 93 const uint8_t* V = Y + pix_total; in YV12ToRGB32() local 102 const uint8_t* V = U + pix_total / 4; in YU12ToRGB32() local 109 static void _NVXXToRGB565(const uint8_t* Y, const uint8_t* U, const uint8_t* V, in _NVXXToRGB565() 117 static void _NVXXToRGB32(const uint8_t* Y, const uint8_t* U, const uint8_t* V, in _NVXXToRGB32()
|
D | EmulatedFakeCameraDevice.cpp | 256 uint8_t* V = V_pos; in drawCheckerboard() local 345 uint8_t* V = mFrameV; in drawSolid() local 383 uint8_t* V = mFrameV + uv_off; in drawStripes() local
|
D | Converters.h | 247 uint8_t V; member
|
/device/generic/goldfish/camera/ |
D | Converters.cpp | 32 const uint8_t* V, in _YUV420SToRGB565() 61 const uint8_t* V, in _YUV420SToRGB32() 103 const uint8_t* V = U + uv_stride * (height / 2); in YV12ToRGB565() local 114 const uint8_t* V = Y + y_stride * height; in YV12ToRGB32() local 127 const uint8_t* V = U + uv_stride * (height / 2); in YU12ToRGB32() local 137 const uint8_t* V, in _NVXXToRGB565() 156 const uint8_t* V, in _NVXXToRGB32()
|
D | EmulatedFakeCameraDevice.cpp | 285 uint8_t* V = frameV + mUVStride * (y / 2); in drawCheckerboard() local 389 uint8_t* V = mFrameV + y * mUVStride; in drawSolid() local 430 uint8_t* V = mFrameV + uv_off; in drawStripes() local
|
D | EmulatedFakeRotatingCameraDevice.cpp | 86 uint8_t V = clamp_rgb((( 128 * R - 107 * G - 21 * B) >> 8) + 128); in rgba8888_to_nv21() local 99 uint8_t Y, U, V; in nv21_to_rgba8888() local
|
D | Converters.h | 233 uint8_t V; member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
D | asdl.h | 36 #define asdl_seq_SET(S, I, V) { \ argument 42 #define asdl_seq_SET(S, I, V) (S)->elements[I] = (V) argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
D | asdl.h | 36 #define asdl_seq_SET(S, I, V) { \ argument 42 #define asdl_seq_SET(S, I, V) (S)->elements[I] = (V) argument
|
/device/linaro/bootloader/arm-trusted-firmware/tools/fiptool/ |
D | Makefile | 13 V ?= 0 macro
|
/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/ |
D | strtopx.c | 59 strtopx(s, sp, V) CONST char *s; char **sp; void *V; in strtopx() argument
|
/device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/ |
D | Makefile | 9 V ?= 0 macro
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | unicodedata.c | 535 int V = VBase + (SIndex % NCount) / TCount; in nfd_nfkd() local 905 int V = (SIndex % NCount) / TCount; in _getucname() local 1016 int len, L = -1, V = -1, T = -1; in _getcode() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | unicodedata.c | 542 int V = VBase + (SIndex % NCount) / TCount; in nfd_nfkd() local 912 int V = (SIndex % NCount) / TCount; in _getucname() local 1023 int len, L = -1, V = -1, T = -1; in _getcode() local
|
/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/ |
D | core_cm0.h | 236 uint32_t V:1; /*!< bit: 28 Overflow condition code flag */ member 275 uint32_t V:1; /*!< bit: 28 Overflow condition code flag */ member
|
D | core_cm0plus.h | 247 uint32_t V:1; /*!< bit: 28 Overflow condition code flag */ member 286 uint32_t V:1; /*!< bit: 28 Overflow condition code flag */ member
|
D | core_sc000.h | 242 uint32_t V:1; /*!< bit: 28 Overflow condition code flag */ member 281 uint32_t V:1; /*!< bit: 28 Overflow condition code flag */ member
|
D | core_cm3.h | 243 uint32_t V:1; /*!< bit: 28 Overflow condition code flag */ member 282 uint32_t V:1; /*!< bit: 28 Overflow condition code flag */ member
|
D | core_sc300.h | 243 uint32_t V:1; /*!< bit: 28 Overflow condition code flag */ member 282 uint32_t V:1; /*!< bit: 28 Overflow condition code flag */ member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | symtable.c | 944 #define VISIT(ST, TYPE, V) \ argument 948 #define VISIT_IN_BLOCK(ST, TYPE, V, S) \ argument
|
D | compile.c | 1120 #define VISIT(C, TYPE, V) {\ argument 1125 #define VISIT_IN_SCOPE(C, TYPE, V) {\ argument 1132 #define VISIT_SLICE(C, V, CTX) {\ argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | symtable.c | 946 #define VISIT(ST, TYPE, V) \ argument 950 #define VISIT_IN_BLOCK(ST, TYPE, V, S) \ argument
|
D | compile.c | 1143 #define VISIT(C, TYPE, V) {\ argument 1148 #define VISIT_IN_SCOPE(C, TYPE, V) {\ argument 1155 #define VISIT_SLICE(C, V, CTX) {\ argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | Cookie.py | 441 def __setitem__(self, K, V): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/ |
D | asdl.py | 125 def p_version(self, (version, V)): argument
|