HomeSort by relevance Sort by last modified time
    Searched refs:u32 (Results 51 - 75 of 1432) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_slice_group_map.c 59 u32 *map,
60 u32 numSliceGroups,
61 u32 *runLength,
62 u32 picSize);
65 u32 *map,
66 u32 numSliceGroups,
67 u32 picWidth,
68 u32 picHeight);
71 u32 *map,
72 u32 numSliceGroups
    [all...]
h264bsd_stream.c 72 u32 h264bsdGetBits(strmData_t *pStrmData, u32 numBits)
75 u32 out;
115 u32 h264bsdShowBits32(strmData_t *pStrmData)
119 u32 out;
136 u32 bitPosInWord = pStrmData->bitPosInWord;
137 out = ((u32)pStrm[0] << 24) | ((u32)pStrm[1] << 16) |
138 ((u32)pStrm[2] << 8) | ((u32)pStrm[3])
    [all...]
h264bsd_macroblock_layer.h 125 u32 prevIntra4x4PredModeFlag[16];
126 u32 remIntra4x4PredMode[16];
127 u32 intraChromaPredMode;
128 u32 refIdxL0[4];
135 u32 refIdxL0[4];
148 u32 coeffMap[24];
154 u32 codedBlockPattern;
164 u32 sliceId;
165 u32 disableDeblockingFilterIdc;
168 u32 qpY
    [all...]
h264bsd_inter_prediction.h 52 u32 h264bsdInterPrediction(mbStorage_t *pMb, macroblockLayer_t *pMbLayer,
53 dpbStorage_t *dpb, u32 mbNum, image_t *image, u8 *data);
h264bsd_slice_data.h 53 u32 h264bsdDecodeSliceData(strmData_t *pStrmData, storage_t *pStorage,
56 void h264bsdMarkSliceCorrupted(storage_t *pStorage, u32 firstMbInSlice);
h264bsd_util.c 49 static const u32 stuffingTable[8] = {0x1,0x2,0x4,0x8,0x10,0x20,0x40,0x80};
52 const u32 h264bsdQpC[52] = {0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,
80 u32 h264bsdCountLeadingZeros(u32 value, u32 length)
85 u32 zeros = 0;
86 u32 mask = 1 << (length - 1);
123 u32 h264bsdRbspTrailingBits(strmData_t *pStrmData)
128 u32 stuffing;
129 u32 stuffingLength
    [all...]
h264bsd_image.h 48 u32 width;
49 u32 height;
63 void h264bsdWriteOutputBlocks(image_t *image, u32 mbNum, u8 *data,
h264bsd_pic_order_cnt.h 54 u32 prevPicOrderCntLsb;
56 u32 prevFrameNum;
57 u32 prevFrameNumOffset;
  /external/blktrace/
jhash.h 58 static inline u32 jhash(const void *key, u32 length, u32 initval)
60 u32 a,b,c;
68 a += (k[0] + ((u32)k[1]<<8) + ((u32)k[2]<<16) + ((u32)k[3]<<24));
69 b += (k[4] + ((u32)k[5]<<8) + ((u32)k[6]<<16) + ((u32)k[7]<<24))
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
cs46xx_dsp_scb_types.h 52 u32 dcw; /* DMA Control Word */
53 u32 dmw; /* DMA Mode Word */
54 u32 saw; /* Source Address Word */
55 u32 daw; /* Destination Address Word */
59 u32 npaw; /* Next-Page Address Word */
68 u32 npcw; /* Next-Page Control Word */
69 u32 lbaw; /* Loop-Begin Address Word */
70 u32 nplbaw; /* Next-Page after Loop-Begin Address Word */
71 u32 sgaw; /* Scatter/Gather Address Word */
138 u32 strm_rs_config; /* REQUIRED *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
cs46xx_dsp_scb_types.h 52 u32 dcw; /* DMA Control Word */
53 u32 dmw; /* DMA Mode Word */
54 u32 saw; /* Source Address Word */
55 u32 daw; /* Destination Address Word */
59 u32 npaw; /* Next-Page Address Word */
68 u32 npcw; /* Next-Page Control Word */
69 u32 lbaw; /* Loop-Begin Address Word */
70 u32 nplbaw; /* Next-Page after Loop-Begin Address Word */
71 u32 sgaw; /* Scatter/Gather Address Word */
138 u32 strm_rs_config; /* REQUIRED *
    [all...]
  /external/neven/FaceRecEm/common/src/b_FDSDK/
SDK.h 44 typedef void* ( *btk_fpMalloc )( u32 sizeA );
68 u32 sizeExMem;
74 u32 sizeShMem;
80 u32 maxImageWidth;
83 u32 maxImageHeight;
108 u32 msgBufSizeA );
112 u32 btk_SDK_exAllocSize( btk_HSDK hsdkA );
116 u32 btk_SDK_shAllocSize( btk_HSDK hsdkA );
120 u32 btk_SDK_allocSize( btk_HSDK hsdkA );
DCR.h 64 u32 reserved;
90 u32 widthA,
91 u32 heightA );
97 u32 widthA,
98 u32 heightA );
104 u32 widthA,
105 u32 heightA,
114 u32 widthA,
115 u32 heightA,
125 u32 btk_DCR_nodeCount( btk_HDCR hdcrA )
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/audio/nds/
soundcommon.h 54 u32 rate;
55 u32 buffersize;
56 u32 cmd;
58 u32 soundcursor,numsamples;
63 #define soundsystem ((S_SoundSystem*)((u32)(IPC)+sizeof(TransferRegion)))
66 extern void SoundSystemInit(u32 rate,u32 buffersize,u8 channel,u8 format);
68 extern void SendCommandToArm7(u32 command);
74 extern void SendCommandToArm9(u32 command);
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_q6venc.h 117 u32 region;
119 u32 phys;
120 u32 size;
125 u32 min_qp;
126 u32 max_qp;
130 u32 frame_rate_num;
131 u32 frame_rate_den;
135 u32 slice_mode;
136 u32 units_per_slice;
140 u32 slice_extra_data_flag
    [all...]
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_q6venc.h 91 u32 region;
92 u32 phys;
93 u32 size;
98 u32 min_qp;
99 u32 max_qp;
103 u32 frame_rate_num;
104 u32 frame_rate_den;
108 u32 slice_mode;
109 u32 units_per_slice;
113 u32 slice_extra_data_flag
    [all...]
  /external/wpa_supplicant_8/src/crypto/
des_i.h 13 u32 ek[3][32];
14 u32 dk[3][32];
17 void des_key_setup(const u8 *key, u32 *ek, u32 *dk);
18 void des_block_encrypt(const u8 *plain, const u32 *ek, u8 *crypt);
19 void des_block_decrypt(const u8 *crypt, const u32 *dk, u8 *plain);
  /external/openssl/crypto/aes/
aes_locl.h 67 # define GETU32(p) SWAP(*((u32 *)(p)))
68 # define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); }
70 # define GETU32(pt) (((u32)(pt)[0] << 24) ^ ((u32)(pt)[1] << 16) ^ ((u32)(pt)[2] << 8) ^ ((u32)(pt)[3]))
75 typedef unsigned long u32; typedef
77 typedef unsigned int u32; typedef
  /external/kernel-headers/original/asm-x86/
msr.h 64 : "c" (msr), "0" ((u32)val), "d" ((u32)(val>>32)),
96 (val1) = (u32)__val; \
97 (val2) = (u32)(__val >> 32); \
100 static inline void wrmsr(u32 __msr, u32 __low, u32 __high)
111 static inline int wrmsr_safe(u32 __msr, u32 __low, u32 __high
    [all...]
  /bionic/libc/kernel/common/linux/lockd/
xdr.h 40 u32 svid;
54 u32 block;
55 u32 reclaim;
56 u32 state;
57 u32 monitor;
59 u32 fsm_access;
60 u32 fsm_mode;
66 u32 status;
74 u32 state;
75 u32 addr
    [all...]
  /development/ndk/platforms/android-3/include/linux/lockd/
xdr.h 33 u32 svid;
46 u32 block;
47 u32 reclaim;
48 u32 state;
49 u32 monitor;
50 u32 fsm_access;
51 u32 fsm_mode;
58 u32 status;
65 u32 state;
66 u32 addr
    [all...]
  /external/kernel-headers/original/asm-arm/
types.h 45 typedef unsigned int u32; typedef
52 typedef u32 dma_addr_t;
53 typedef u32 dma64_addr_t;
  /external/openssh/
rijndael.h 37 typedef unsigned int u32; typedef
43 u32 ek[4*(MAXNR + 1)]; /* encrypt key schedule */
44 u32 dk[4*(MAXNR + 1)]; /* decrypt key schedule */
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/lockd/
xdr.h 33 u32 svid;
46 u32 block;
47 u32 reclaim;
48 u32 state;
49 u32 monitor;
50 u32 fsm_access;
51 u32 fsm_mode;
58 u32 status;
65 u32 state;
66 u32 addr
    [all...]
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/lockd/
xdr.h 33 u32 svid;
46 u32 block;
47 u32 reclaim;
48 u32 state;
49 u32 monitor;
50 u32 fsm_access;
51 u32 fsm_mode;
58 u32 status;
65 u32 state;
66 u32 addr
    [all...]

Completed in 2827 milliseconds

1 23 4 5 6 7 8 91011>>