HomeSort by relevance Sort by last modified time
    Searched refs:u32 (Results 76 - 100 of 1703) sorted by null

1 2 34 5 6 7 8 91011>>

  /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...]
  /hardware/qcom/msm8996/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/msm8996/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/compiler-rt/lib/sanitizer_common/
sanitizer_thread_registry.h 36 explicit ThreadContextBase(u32 tid);
39 const u32 tid; // Thread ID. Main thread should have tid = 0.
41 u32 reuse_count; // Number of times this tid was reused.
49 u32 parent_tid;
59 u32 _parent_tid, void *arg);
74 typedef ThreadContextBase* (*ThreadContextFactory)(u32 tid);
78 static const u32 kUnknownTid;
80 ThreadRegistry(ThreadContextFactory factory, u32 max_threads,
81 u32 thread_quarantine_size, u32 max_reuse = 0)
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
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/compiler-rt/lib/asan/
asan_stack.cc 22 void SetMallocContextSize(u32 size) {
26 u32 GetMallocContextSize() {
  /external/neven/FaceRecEm/common/src/b_FDSDK/
SDK.h 69 u32 sizeExMem;
75 u32 sizeShMem;
81 u32 maxImageWidth;
84 u32 maxImageHeight;
109 u32 msgBufSizeA );
113 u32 btk_SDK_exAllocSize( btk_HSDK hsdkA );
117 u32 btk_SDK_shAllocSize( btk_HSDK hsdkA );
121 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...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
rb_wrapper.h 37 u32 flags;
38 u32 verbose_level;
39 u32 written_records;
40 u32 max_interval_sec;
51 wifi_error rb_start_logging(struct rb_info *rb_info, u32 verbose_level,
52 u32 flags, u32 max_interval_sec, u32 min_data_size);
  /system/extras/perfprofd/quipper/kernel-headers/tools/perf/util/
types.h 24 typedef unsigned int u32; typedef
34 u32 val32[2];
  /system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/
types.h 12 typedef unsigned int u32; typedef
21 u32 val32[2];
  /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/autotest/client/deps/glbench/src/
md5.h 10 typedef uint32_t u32; typedef
14 u32 buf[4];
15 u32 bits[2];
  /external/compiler-rt/lib/tsan/rtl/
tsan_ignoreset.h 26 void Add(u32 stack_id);
29 u32 At(uptr i) const;
33 u32 stacks_[kMaxSize];
  /external/google-breakpad/src/common/
md5.h 10 typedef uint32_t u32; typedef in namespace:google_breakpad
14 u32 buf[4];
15 u32 bits[2];
  /prebuilts/ndk/current/platforms/android-12/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/current/platforms/android-12/arch-mips/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/current/platforms/android-12/arch-x86/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/current/platforms/android-13/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 1759 milliseconds

1 2 34 5 6 7 8 91011>>