/external/dng_sdk/source/ |
D | dng_parse_utils.h | 34 const char * LookupParentCode (uint32 parentCode); 38 const char * LookupTagCode (uint32 parentCode, 39 uint32 tagCode); 43 const char * LookupTagType (uint32 tagType); 47 const char * LookupNewSubFileType (uint32 key); 49 const char * LookupCompression (uint32 key); 51 const char * LookupPredictor (uint32 key); 53 const char * LookupSampleFormat (uint32 key); 55 const char * LookupPhotometricInterpretation (uint32 key); 57 const char * LookupOrientation (uint32 key); [all …]
|
D | dng_reference.h | 26 uint32 count); 30 uint32 count); 35 uint32 count); 37 void RefSwapBytes32 (uint32 *dPtr, 38 uint32 count); 44 uint32 rows, 45 uint32 cols, 46 uint32 planes, 53 uint32 rows, 54 uint32 cols, [all …]
|
D | dng_bottlenecks.h | 33 uint32 count); 38 uint32 count); 44 uint32 count); 47 (uint32 *dPtr, 48 uint32 count); 55 uint32 rows, 56 uint32 cols, 57 uint32 planes, 65 uint32 rows, 66 uint32 cols, [all …]
|
D | dng_ifd.h | 56 uint32 fCacheVersion; 79 uint32 fNewSubFileType; 81 uint32 fImageWidth; 82 uint32 fImageLength; 84 uint32 fBitsPerSample [kMaxSamplesPerPixel]; 86 uint32 fCompression; 88 uint32 fPredictor; 90 uint32 fPhotometricInterpretation; 92 uint32 fFillOrder; 94 uint32 fOrientation; [all …]
|
D | dng_exif.h | 65 uint32 fTIFF_EP_StandardID; 66 uint32 fExifVersion; 67 uint32 fFlashPixVersion; 85 uint32 fExposureProgram; 86 uint32 fMeteringMode; 87 uint32 fLightSource; 88 uint32 fFlash; 89 uint32 fFlashMask; 90 uint32 fSensingMethod; 91 uint32 fColorSpace; [all …]
|
D | dng_fingerprint.h | 81 uint32 Collapse32 () const; 171 uint32 inputLen); 179 Process (text, (uint32) strlen (text)); in Process() 190 const uint32 *input, 191 uint32 len); 193 static void Decode (uint32 *output, 195 uint32 len); 199 static inline uint32 F (uint32 x, in F() 200 uint32 y, in F() 201 uint32 z) in F() [all …]
|
D | dng_pixel_buffer.h | 36 uint32 sPixelSize, 37 uint32 dPixelSize, 38 uint32 &count0, 39 uint32 &count1, 40 uint32 &count2, 49 uint32 sPixelSize, 50 uint32 &count0, 51 uint32 &count1, 52 uint32 &count2, 58 uint32 dPixelSize, [all …]
|
D | dng_shared.h | 44 uint32 fColorPlanes; 46 uint32 fCalibrationIlluminant1; 47 uint32 fCalibrationIlluminant2; 64 uint32 fEmbedPolicy; 66 uint32 fProfileHues; 67 uint32 fProfileSats; 68 uint32 fProfileVals; 71 uint32 fHueSatDeltas1Count; 74 uint32 fHueSatDeltas2Count; 76 uint32 fHueSatMapEncoding; [all …]
|
D | dng_reference.cpp | 34 uint32 count) in RefZeroBytes() 45 uint32 count) in RefCopyBytes() 55 uint32 count) in RefSwapBytes16() 58 for (uint32 j = 0; j < count; j++) in RefSwapBytes16() 69 void RefSwapBytes32 (uint32 *dPtr, in RefSwapBytes32() 70 uint32 count) in RefSwapBytes32() 73 for (uint32 j = 0; j < count; j++) in RefSwapBytes32() 86 uint32 rows, in RefSetArea8() 87 uint32 cols, in RefSetArea8() 88 uint32 planes, in RefSetArea8() [all …]
|
D | dng_opcodes.h | 117 uint32 fOpcodeID; 119 uint32 fMinVersion; 121 uint32 fFlags; 125 uint32 fStage; 129 dng_opcode (uint32 opcodeID, 130 uint32 minVersion, 131 uint32 flags); 133 dng_opcode (uint32 opcodeID, 143 uint32 OpcodeID () const in OpcodeID() 150 uint32 MinVersion () const in MinVersion() [all …]
|
D | dng_utils.h | 39 inline uint32 Abs_int32 (int32 x) in Abs_int32() 46 return (uint32) (x < 0 ? -x : x); in Abs_int32() 52 uint32 mask = (uint32) (x >> 31); in Abs_int32() 54 return (uint32) (((uint32) x + mask) ^ mask); in Abs_int32() 119 inline uint32 Min_uint32 (uint32 x, uint32 y) in Min_uint32() 126 inline uint32 Min_uint32 (uint32 x, uint32 y, uint32 z) in Min_uint32() 133 inline uint32 Max_uint32 (uint32 x, uint32 y) in Max_uint32() 140 inline uint32 Max_uint32 (uint32 x, uint32 y, uint32 z) in Max_uint32() 147 inline uint32 Pin_uint32 (uint32 min, uint32 x, uint32 max) in Pin_uint32() 184 inline uint32 RoundDown2 (uint32 x) in RoundDown2() [all …]
|
D | dng_lens_correction.h | 53 uint32 fPlanes; 79 dng_warp_params (uint32 planes, 90 virtual bool IsNOP (uint32 plane) const; 98 virtual bool IsRadNOP (uint32 plane) const; 106 virtual bool IsTanNOP (uint32 plane) const; 118 virtual void PropagateToAllPlanes (uint32 totalPlanes) = 0; 126 virtual real64 Evaluate (uint32 plane, 136 virtual real64 EvaluateInverse (uint32 plane, 149 virtual real64 EvaluateRatio (uint32 plane, 163 virtual dng_point_real64 EvaluateTangential (uint32 plane, [all …]
|
/external/mesa3d/src/gallium/drivers/svga/include/ |
D | svga3d_dx.h | 46 typedef uint32 SVGA3dInputClassification; 57 typedef uint32 SVGA3dResourceType; 68 typedef uint32 SVGA3dFilter; 99 static const uint32 SVGA3dBlendObjectCountPerContext = 4096; 100 static const uint32 SVGA3dDepthStencilObjectCountPerContext = 4096; 102 typedef uint32 SVGA3dSurfaceId; 103 typedef uint32 SVGA3dShaderResourceViewId; 104 typedef uint32 SVGA3dRenderTargetViewId; 105 typedef uint32 SVGA3dDepthStencilViewId; 107 typedef uint32 SVGA3dShaderId; [all …]
|
D | svga3d_cmd.h | 288 uint32 id; 289 uint32 size; 297 uint32 numMipLevels; 305 uint32 sid; 331 uint32 sid; 341 uint32 multisampleCount; 359 uint32 sid; 367 uint32 cid; 375 uint32 cid; 383 uint32 cid; [all …]
|
D | svga_reg.h | 46 typedef uint32 SVGAMobId; 297 #define SVGA_GMR_NULL ((uint32) -1) 298 #define SVGA_GMR_FRAMEBUFFER ((uint32) -2) // Guest Framebuffer (GFB) 302 uint32 ppn; 303 uint32 numPages; 308 uint32 gmrId; 309 uint32 offset; 427 volatile uint32 errorOffset; 430 uint32 length; 434 uint32 mustBeZero[8]; [all …]
|
D | svga3d_shaderdefs.h | 69 uint32 minor : 8; 70 uint32 major : 8; 71 uint32 type : 16; 74 uint32 value; 352 uint32 comment_op : 16; 353 uint32 comment_size : 16; 357 uint32 op : 16; 358 uint32 control : 3; 359 uint32 reserved2 : 5; 360 uint32 size : 4; [all …]
|
D | svga3d_types.h | 45 #define SVGA3D_INVALID_ID ((uint32)-1) 47 typedef uint32 SVGA3dBool; /* 32-bit Bool definition */ 48 typedef uint32 SVGA3dColor; /* a, r, g, b */ 53 uint32 x; 54 uint32 y; 55 uint32 w; 56 uint32 h; 57 uint32 srcx; 58 uint32 srcy; 66 uint32 x; [all …]
|
/external/pdfium/third_party/libtiff/ |
D | tiffio.h | 71 typedef uint32 ttag_t; /* directory tag */ 74 typedef uint32 tstrile_t; /* strip or tile number */ 145 uint32 d_Vrwr; /* Pixel values for ref. white */ 146 uint32 d_Vrwg; 147 uint32 d_Vrwb; 191 (TIFFRGBAImage*, uint32*, uint32, uint32, uint32, uint32, int32, int32, 194 (TIFFRGBAImage*, uint32*, uint32, uint32, uint32, uint32, int32, int32, 204 uint32 width; /* image width */ 205 uint32 height; /* image height */ 215 int (*get)(TIFFRGBAImage*, uint32*, uint32, uint32); [all …]
|
/external/neven/Embedded/common/src/b_BitFeatureEm/ |
D | Scanner.h | 51 uint32 scaleExpE; 54 uint32 scaleE; 63 uint32 effMaxScaleE; 66 uint32 currentWidthE; 69 uint32 currentHeightE; 72 uint32 workWidthE; 75 uint32 workHeightE; 107 uint32 intCountE; 110 uint32 outCountE; 118 uint32 bufferSizeE; [all …]
|
D | LocalScanner.h | 64 uint32 currentWidthE; 67 uint32 currentHeightE; 70 uint32 workWidthE; 73 uint32 workHeightE; 79 uint32 origWidthE; 82 uint32 origHeightE; 111 uint32 patchWidthE; 114 uint32 patchHeightE; 117 uint32 scaleExpE; 120 uint32 maxImageWidthE; [all …]
|
/external/neven/Embedded/common/src/b_BasicEm/ |
D | Functions.c | 47 uint32 bbs_memWrite32( const void* ptrA, in bbs_memWrite32() 50 uint32 valL = *( uint32* )ptrA; in bbs_memWrite32() 61 return bbs_SIZEOF16( uint32 ); in bbs_memWrite32() 66 uint32 bbs_memRead32( void* ptrA, in bbs_memRead32() 69 uint32 valL = 0; in bbs_memRead32() 72 valL |= ( ( uint32 )bbs_swapBytes( *memPtrA++ ) << 0 ); in bbs_memRead32() 73 valL |= ( ( uint32 )bbs_swapBytes( *memPtrA++ ) << 16 ); in bbs_memRead32() 75 valL |= ( ( uint32 )*memPtrA++ << 0 ); in bbs_memRead32() 76 valL |= ( ( uint32 )*memPtrA++ << 16 ); in bbs_memRead32() 79 *( uint32* )ptrA = valL; in bbs_memRead32() [all …]
|
D | Math.h | 57 uint16 bbs_sqrt32( uint32 valA ); 68 uint16 bbs_fastSqrt32( uint32 valA ); 73 uint32 bbs_invSqrt32( uint32 valA ); 83 uint32 bbs_intLog2( uint32 valA ); 90 uint32 bbs_pow2M1( uint32 valA ); 97 uint32 bbs_pow2( int32 valA ); 108 uint32 bbs_exp( int32 valA ); 122 int32 bbs_dotProductInt16( const int16* vec1A, const int16* vec2A, uint32 sizeA ); 131 void bbs_uint32ReduceToNBits( uint32* argPtrA, int32* bbpPtrA, uint32 nBitsA ); 134 void bbs_int32ReduceToNBits( int32* argPtrA, int32* bbpPtrA, uint32 nBitsA ); [all …]
|
D | Functions.h | 49 uint32 bbs_memWrite32( const void* ptrA, 53 uint32 bbs_memRead32( void* ptrA, 57 uint32 bbs_memPeek32( const uint16* memPtrA ); 60 uint32 bbs_memWrite16( const void* ptrA, 64 uint32 bbs_memRead16( void* ptrA, 68 uint32 bbs_memWrite32Arr( struct bbs_Context* cpA, 70 uint32 sizeA, uint16* memPtrA ); 73 uint32 bbs_memRead32Arr( struct bbs_Context* cpA, 75 uint32 sizeA, const uint16* memPtrA ); 78 uint32 bbs_memWrite16Arr( struct bbs_Context* cpA, [all …]
|
/external/libusb/libusb/os/ |
D | haiku_usb_raw.h | 74 uint32 config_index; 79 uint32 alternate_info; 80 uint32 config_index; 81 uint32 interface_index; 87 uint32 config_index; 88 uint32 interface_index; 94 uint32 config_index; 95 uint32 interface_index; 96 uint32 alternate_index; 102 uint32 config_index; [all …]
|
/external/neven/Embedded/common/src/b_ImageEm/ |
D | Functions.c | 40 uint32 srcWidthA, in bim_downscaleBy2() 41 uint32 effWidthA, in bim_downscaleBy2() 42 uint32 effHeightA ) in bim_downscaleBy2() 44 uint32 wsL = srcWidthA; in bim_downscaleBy2() 45 uint32 w0L = effWidthA; in bim_downscaleBy2() 46 uint32 h0L = effHeightA; in bim_downscaleBy2() 47 uint32 w1L = w0L >> 1; in bim_downscaleBy2() 48 uint32 h1L = h0L >> 1; in bim_downscaleBy2() 53 uint32 iL, jL; in bim_downscaleBy2() 58 *dstL = ( ( uint32 )srcL[ 0 ] + srcL[ 1 ] + srcL[ wsL ] + srcL[ wsL + 1 ] + 2 ) >> 2; in bim_downscaleBy2() [all …]
|