HomeSort by relevance Sort by last modified time
    Searched full:uint8 (Results 51 - 75 of 2990) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/libnfc-nci/src/nfc/include/
ce_api.h 54 typedef UINT8 tCE_EVENT;
65 UINT8 *p_data;
73 UINT8 aid_handle;
88 typedef UINT8 tCE_T4T_AID_HANDLE; /* Handle for AID registration */
104 UINT8 *p_buf,
105 UINT8 *p_scratch_buf);
117 NFC_API extern tNFC_STATUS CE_T3tSetLocalNDefParams (UINT8 nbr, UINT8 nbw);
128 NFC_API extern tNFC_STATUS CE_T3tSendCheckRsp (UINT8 status1, UINT8 status2, UINT8 num_blocks, UINT8 *p_block_data)
    [all...]
llcp_api.h 38 typedef UINT8 tLLCP_STATUS;
50 UINT8 max_payload_size; /* 64, 128, 192 or 254 */
51 UINT8 waiting_time;
52 UINT8 *p_gen_bytes;
53 UINT8 gen_bytes_len;
59 UINT8 rw; /* Local receiving window */
90 typedef void (tLLCP_LINK_CBACK) (UINT8 event, UINT8 reason);
112 UINT8 event; /* LLCP_SAP_EVT_DATA_IND */
113 UINT8 local_sap; /* SAP of local device *
    [all...]
  /external/libnfc-nci/src/nfc/int/
ce_int.h 40 #define CE_MAX_BYTE_PER_PAGE 7 /* 2^8=256. CB use UINT8 for BytesPerPage, so max is 7 */
47 UINT8 version; /* Ver: peer version */
48 UINT8 nbr; /* NBr: number of blocks that can be read using one Check command */
49 UINT8 nbw; /* Nbw: number of blocks that can be written using one Update command */
51 UINT8 writef; /* WriteFlag: 00h if writing data finished; 0Fh if writing data in progress */
52 UINT8 rwflag; /* RWFlag: 00h NDEF is read-only; 01h if read/write available */
54 UINT8 *p_buf; /* Current contents for READs */
57 UINT8 scratch_writef;
59 UINT8 *p_scratch_buf; /* Scratch buffer for WRITE/readback */
65 UINT8 *p_block_list_start
    [all...]
  /external/chromium_org/media/formats/webm/
cluster_builder.h 16 Cluster(scoped_ptr<uint8[]> data, int size);
19 const uint8* data() const { return data_.get(); }
23 scoped_ptr<uint8[]> data_;
36 const uint8* data, int size);
38 const uint8* data, int size);
40 int flags, const uint8* data, int size);
48 int flags, const uint8* data, int size);
52 void WriteBlock(uint8* buf, int track_num, int64 timecode, int flags,
53 const uint8* data, int size);
55 scoped_ptr<uint8[]> buffer_
    [all...]
  /external/libnfc-nci/src/hal/int/
nfc_hal_post_reset.h 37 UINT8 prm_file[NFA_APP_PATCHFILE_MAX_PATH+1]; /* Filename of patchram */
38 UINT8 *p_prm_buf; /* Pointer to buffer for holding patchram data */
41 UINT8 prm_i2c_patchfile[NFA_APP_PATCHFILE_MAX_PATH+1];
42 UINT8 *p_prm_i2c_buf;
44 UINT8 userial_baud;
49 UINT8 snooze_mode;
50 UINT8 idle_threshold_dh;
51 UINT8 idle_threshold_nfcc;
52 UINT8 nfc_wake_active_mode;
53 UINT8 dh_wake_active_mode
    [all...]
  /packages/apps/OMA-DM/engine/dmlib/dmengine/dm_util/hdr/
dmbuffer.h 38 inline UINT8* getBuffer() const {return m_pBuf;}
42 UINT8 * allocate(UINT32 nCapacity);
44 UINT8 * assign(CPCHAR szStr);
46 UINT8 * assign(const UINT8 * pBuffer, INT32 size);
47 void append(const UINT8 * pBuffer, INT32 size);
49 inline UINT8 * assign(CPCHAR szStr, INT32 size) { return assign((UINT8*)szStr,size); }
57 void copyTo(UINT8 **ppBuffer) const;
61 inline void copyTo(char ** ppStr) const { copyTo((UINT8**)ppStr);
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_hh_co.h 32 UINT8 rpt_id;
34 UINT8 inst_id;
35 UINT8 prop;
49 BTA_API extern void bta_hh_co_data(UINT8 dev_handle, UINT8 *p_rpt, UINT16 len,
50 tBTA_HH_PROTO_MODE mode, UINT8 sub_class,
51 UINT8 ctry_code, BD_ADDR peer_addr, UINT8 app_id);
64 BTA_API extern void bta_hh_co_open(UINT8 dev_handle, UINT8 sub_class
    [all...]
  /external/chromium_org/crypto/
rsa_private_key.h 39 static const uint8 kRsaAlgorithmIdentifier[];
42 static const uint8 kBitStringTag = 0x03;
43 static const uint8 kIntegerTag = 0x02;
44 static const uint8 kNullTag = 0x05;
45 static const uint8 kOctetStringTag = 0x04;
46 static const uint8 kSequenceTag = 0x30;
58 bool Export(std::vector<uint8>* output);
62 bool ExportPublicKeyInfo(std::vector<uint8>* output);
66 bool ExportPublicKey(std::vector<uint8>* output);
72 bool Import(const std::vector<uint8>& input)
    [all...]
ec_signature_creator_impl.h 18 virtual bool Sign(const uint8* data,
20 std::vector<uint8>* signature) OVERRIDE;
22 virtual bool DecodeSignature(const std::vector<uint8>& der_sig,
23 std::vector<uint8>* out_raw_sig) OVERRIDE;
  /external/bluetooth/bluedroid/bta/sys/
bta_sys.h 125 typedef UINT8 tBTA_SYS_ID;
144 typedef UINT8 tBTA_SYS_CONN_STATUS;
151 typedef UINT8 tBTA_SYS_PREF_ROLES;
154 typedef void (tBTA_SYS_CONN_CBACK)(tBTA_SYS_CONN_STATUS status,UINT8 id, UINT8 app_id, BD_ADDR peer_addr);
157 typedef void (tBTA_SYS_SSR_CFG_CBACK)(UINT8 id, UINT8 app_id, UINT16 latency, UINT16 tout);
175 UINT8 mbox; /* GKI mailbox id */
176 UINT8 timer; /* GKI timer id */
177 UINT8 trace_level; /* initial trace level *
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_processing/main/test/unit_test/
writeYUV420file.m 13 fwrite(fid,uint8(Y(:,:,k).'), 'uchar');
16 fwrite(fid,uint8(U(:,:,k).'), 'uchar');
19 fwrite(fid,uint8(V(:,:,k).'), 'uchar');
  /external/libnfc-nci/src/nfa/int/
nfa_dta_int.h 111 UINT8 tlv_len;
112 UINT8 *p_tlv_params;
126 UINT8 event;
132 UINT8 event;
148 typedef UINT8 tNFA_DTA_LLCP_EVT;
158 typedef UINT8 tNFA_DTA_DATA_TYPE;
192 typedef UINT8 tNFA_DTA_STATE;
196 typedef UINT8 tNFA_DTA_SUBSTATE;
223 UINT8 *p_data;
264 UINT8 disc_state
    [all...]
  /external/libyuv/files/source/
convert_from.cc 28 int I420ToI422(const uint8* src_y, int src_stride_y,
29 const uint8* src_u, int src_stride_u,
30 const uint8* src_v, int src_stride_v,
31 uint8* dst_y, int dst_stride_y,
32 uint8* dst_u, int dst_stride_u,
33 uint8* dst_v, int dst_stride_v,
51 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C;
105 const uint8* src_ptr, uint8* dst_ptr)
    [all...]
  /external/bluetooth/bluedroid/stack/hcic/
hcicmds.c 43 BOOLEAN btsnd_hcic_inquiry(const LAP inq_lap, UINT8 duration, UINT8 response_cnt)
46 UINT8 *pp;
51 pp = (UINT8 *)(p + 1);
70 UINT8 *pp;
75 pp = (UINT8 *)(p + 1);
87 const LAP inq_lap, UINT8 duration, UINT8 response_cnt)
90 UINT8 *pp;
95 pp = (UINT8 *)(p + 1)
    [all...]
  /external/chromium_org/media/base/simd/
convert_yuv_to_rgb_mmx.asm 16 ; extern "C" void ConvertYUVToRGB32Row_MMX(const uint8* y_buf,
17 ; const uint8* u_buf,
18 ; const uint8* v_buf,
19 ; uint8* rgb_buf,
convert_yuv_to_rgb_sse.asm 17 ; extern "C" void ConvertYUVToRGB32Row_SSE(const uint8* y_buf,
18 ; const uint8* u_buf,
19 ; const uint8* v_buf,
20 ; uint8* rgb_buf,
linear_scale_yuv_to_rgb_mmx.asm 16 ; void LinearScaleYUVToRGB32Row_MMX(const uint8* y_buf,
17 ; const uint8* u_buf,
18 ; const uint8* v_buf,
19 ; uint8* rgb_buf,
linear_scale_yuv_to_rgb_sse.asm 16 ; void LinearScaleYUVToRGB32Row_SSE(const uint8* y_buf,
17 ; const uint8* u_buf,
18 ; const uint8* v_buf,
19 ; uint8* rgb_buf,
scale_yuv_to_rgb_mmx.asm 16 ; void ScaleYUVToRGB32Row_MMX(const uint8* y_buf,
17 ; const uint8* u_buf,
18 ; const uint8* v_buf,
19 ; uint8* rgb_buf,
scale_yuv_to_rgb_sse.asm 16 ; void ScaleYUVToRGB32Row_SSE(const uint8* y_buf,
17 ; const uint8* u_buf,
18 ; const uint8* v_buf,
19 ; uint8* rgb_buf,
  /external/chromium_org/mojo/public/interfaces/bindings/tests/
validation_test_interfaces.mojom 16 uint8[] array;
33 Method4(StructC param0, uint8[] param1);
35 Method6(uint8[][] param0);
49 Method0() => (uint8[] param0);
  /external/chromium_org/third_party/libyuv/include/libyuv/
scale.h 31 void ScalePlane(const uint8* src, int src_stride,
33 uint8* dst, int dst_stride,
54 int I420Scale(const uint8* src_y, int src_stride_y,
55 const uint8* src_u, int src_stride_u,
56 const uint8* src_v, int src_stride_v,
58 uint8* dst_y, int dst_stride_y,
59 uint8* dst_u, int dst_stride_u,
60 uint8* dst_v, int dst_stride_v,
78 int Scale(const uint8* src_y, const uint8* src_u, const uint8* src_v
    [all...]
  /external/libyuv/files/include/libyuv/
scale.h 30 void ScalePlane(const uint8* src, int src_stride,
32 uint8* dst, int dst_stride,
47 int I420Scale(const uint8* src_y, int src_stride_y,
48 const uint8* src_u, int src_stride_u,
49 const uint8* src_v, int src_stride_v,
51 uint8* dst_y, int dst_stride_y,
52 uint8* dst_u, int dst_stride_u,
53 uint8* dst_v, int dst_stride_v,
59 int Scale(const uint8* src_y, const uint8* src_u, const uint8* src_v
    [all...]
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_Color.3 8 Uint8 r;
9 Uint8 g;
10 Uint8 b;
11 Uint8 unused;
  /external/bluetooth/bluedroid/gki/common/
gki_common.h 62 UINT8 q_id; /* id of the queue */
63 UINT8 task_id; /* task which allocated the buffer*/
64 UINT8 status; /* FREE, UNLINKED or QUEUED */
65 UINT8 Type;
101 UINT8 taskid;
102 UINT8 msg[GKI_MAX_EXCEPTION_MSGLEN];
120 UINT8 bufpool0[(ALIGN_POOL(GKI_BUF0_SIZE) + BUFFER_PADDING_SIZE) * GKI_BUF0_MAX];
124 UINT8 bufpool1[(ALIGN_POOL(GKI_BUF1_SIZE) + BUFFER_PADDING_SIZE) * GKI_BUF1_MAX];
128 UINT8 bufpool2[(ALIGN_POOL(GKI_BUF2_SIZE) + BUFFER_PADDING_SIZE) * GKI_BUF2_MAX];
132 UINT8 bufpool3[(ALIGN_POOL(GKI_BUF3_SIZE) + BUFFER_PADDING_SIZE) * GKI_BUF3_MAX]
    [all...]

Completed in 487 milliseconds

1 23 4 5 6 7 8 91011>>