OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Uchar
(Results
1 - 2
of
2
) sorted by null
/external/libxcam/modules/soft/
soft_image.h
31
typedef uint8_t
Uchar
;
265
inline
Uchar
convert_to_uchar (const T& v) {
268
return (
Uchar
)(v + 0.5f);
272
inline void convert_to_uchar_N (const T *in,
Uchar
*out) {
291
typedef SoftImage<
Uchar
> UcharImage;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
miniport.h
34
Uchar
,
44
UCHAR
AccessMode;
45
UCHAR
StringSupport;
145
UCHAR
Option;
146
UCHAR
Type; // use CM_RESOURCE_TYPE
147
UCHAR
ShareDisposition; // use CM_SHARE_DISPOSITION
148
UCHAR
Spare1;
Completed in 144 milliseconds