Home
last modified time | relevance | path

Searched defs:V (Results 1 – 25 of 31) sorted by relevance

12

/device/google/cuttlefish/guest/hals/camera/
DConverters.cpp29 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()
DEmulatedFakeCameraDevice.cpp256 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
DConverters.h247 uint8_t V; member
/device/generic/goldfish/camera/
DConverters.cpp32 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()
DEmulatedFakeCameraDevice.cpp285 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
DEmulatedFakeRotatingCameraDevice.cpp86 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
DConverters.h233 uint8_t V; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dasdl.h36 #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/
Dasdl.h36 #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/
DMakefile13 V ?= 0 macro
/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
Dstrtopx.c59 strtopx(s, sp, V) CONST char *s; char **sp; void *V; in strtopx() argument
/device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/
DMakefile9 V ?= 0 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dunicodedata.c535 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/
Dunicodedata.c542 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/
Dcore_cm0.h236 uint32_t V:1; /*!< bit: 28 Overflow condition code flag */ member
275 uint32_t V:1; /*!< bit: 28 Overflow condition code flag */ member
Dcore_cm0plus.h247 uint32_t V:1; /*!< bit: 28 Overflow condition code flag */ member
286 uint32_t V:1; /*!< bit: 28 Overflow condition code flag */ member
Dcore_sc000.h242 uint32_t V:1; /*!< bit: 28 Overflow condition code flag */ member
281 uint32_t V:1; /*!< bit: 28 Overflow condition code flag */ member
Dcore_cm3.h243 uint32_t V:1; /*!< bit: 28 Overflow condition code flag */ member
282 uint32_t V:1; /*!< bit: 28 Overflow condition code flag */ member
Dcore_sc300.h243 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/
Dsymtable.c944 #define VISIT(ST, TYPE, V) \ argument
948 #define VISIT_IN_BLOCK(ST, TYPE, V, S) \ argument
Dcompile.c1120 #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/
Dsymtable.c946 #define VISIT(ST, TYPE, V) \ argument
950 #define VISIT_IN_BLOCK(ST, TYPE, V, S) \ argument
Dcompile.c1143 #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/
DCookie.py441 def __setitem__(self, K, V): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dasdl.py125 def p_version(self, (version, V)): argument

12