HomeSort by relevance Sort by last modified time
    Searched full:uint32 (Results 401 - 425 of 2805) sorted by null

<<11121314151617181920>>

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/FwEvent/
FwEvent.h 73 UINT32 EventVector; /* Read interrupt status vector */
74 UINT32 EventMask; /* Static interrupt event mask */
75 UINT32 EventNum; /* Event interrupt counter */
76 UINT32 IntrState; /* Interrupt state */
78 UINT32 LoopCounter;
81 UINT32 RxControlAddr;
82 UINT32 uNumOfRxHandled;
84 PADDING (UINT32 uFwRxCounter)
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_ctrl/
whalParams.h 56 Mote : The Trace Buffer Size are in UINT32 (1024 bytes,and 2048 for both buffers) */
119 UINT32 MaxTxMsduLifetime;
120 UINT32 MaxRxMsduLifetime;
132 UINT32 RxConfigOption;
133 UINT32 RxFilterOption;
140 UINT32 arp_IP_ver;
141 UINT32 isArpIpFilteringEnabled ;
149 UINT32 FeatureOptions;
150 UINT32 FeatureDataFlowOptions;
166 UINT32 nullTemplateSize
    [all...]
  /external/neven/Embedded/common/src/b_BasicEm/
Memory.c 40 void* bbs_memcpy( void* dstA, const void* srcA, uint32 sizeA )
52 void* bbs_memcpy16( void* dstA, const void* srcA, uint32 sizeA )
70 uint32 iL;
102 void* bbs_memcpy32( void* dstA, const void* srcA, uint32 sizeA )
109 uint32* dstL = ( uint32* )dstA;
110 const uint32* srcL = ( uint32* )srcA;
120 uint32 iL;
124 *( uint32* ) ( ( int32 ) dstA + iL ) = *( uint32* ) ( ( int32 ) srcA + iL )
    [all...]
  /external/clearsilver/man/man3/
skipDelete.3 20 void skipDelete(skipList list, UINT32 key);
  /external/dbus/test/data/invalid-messages/
array-of-nil.message 21 UINT32 5
  /external/opencore/fileformats/common/parser/include/
pvfile.h 87 uint32 iCacheSize;
88 uint32 iAsyncReadBuffSize;
91 uint32 iNativeAccessMode;
214 OSCL_IMPORT_REF uint32 Read(OsclAny *buffer, uint32 size, uint32 numelements) ;
218 uint32 mode,
220 OSCL_IMPORT_REF bool GetRemainingBytes(uint32& aNumBytes);
223 uint32 aCapacity,
230 OSCL_IMPORT_REF uint32 GetContentLength()
    [all...]
  /external/opencore/fileformats/mp4/composer/include/
chunklargeoffsetatom.h 32 PVA_FF_ChunkLargeOffsetAtom(uint8 version, uint32 flags); // Constructor
37 uint32 getEntryCount()
41 void setEntryCount(uint32 count)
57 uint32 _entryCount;
  /external/opencore/fileformats/mp4/composer/src/
mpeg4bitrateatom.cpp 24 PVA_FF_Mpeg4Bitrate::PVA_FF_Mpeg4Bitrate(uint32 BufferSizeDB, uint32 MaxBitRate, uint32 AvgBitRate)
52 uint32 PVA_FF_Mpeg4Bitrate::getSize()
  /external/opencore/fileformats/mp4/parser/include/
3gpp_amrdecoderspecificinfo.h 42 AMRSpecificAtom(MP4_FF_FILE *fp, uint32 size, uint32 type); // Default constructor
45 uint32 getVendorcode()
71 uint32 _VendorCode;
avcsampledependencytype.h 32 uint32 size, uint32 type, uint32 sample_count);
40 uint32 flags;
datareferenceatom.h 48 DataReferenceAtom(MP4_FF_FILE *fp, uint32 size, uint32 type);
52 uint32 getEntryCount() const
60 uint32 _entryCount;
  /external/opencore/protocols/rtp_payload_parser/rfc_3984/src/
h264_payload_parser_utility.h 71 uint32 &rtp_payload_ptr_offset);
91 virtual void setMediaDataTimestamp(IPayloadParser::Payload& aOut, const uint8 nal_type, const uint32 rtp_timestamp);
101 virtual void setSeqNum(IPayloadParser::Payload& aOut, const uint8 nal_type, const uint32 seq_number)
133 uint8* &aMemFragPtr, uint32 &aMemFragLen,
134 uint32 &rtp_payload_ptr_offset) = 0;
159 uint8* &aMemFragPtr, uint32 &aMemFragLen,
160 uint32 &rtp_payload_ptr_offset);
172 void setMediaDataTimestamp(IPayloadParser::Payload& aOut, const uint8 nal_type, const uint32 rtp_timestamp);
184 uint8* &aMemFragPtr, uint32 &aMemFragLen,
185 uint32 &rtp_payload_ptr_offset)
    [all...]
  /external/opencore/protocols/sdp/parser/include/
sdp_parsing_utils.h 33 bool sdp_decodebase64(uint8* aInBuf, uint32 aInBufLen,
34 uint8* aOutBuf, uint32& aOutBufLen, uint32 aMaxOutBufLen);
40 uint32 aBufSize);
  /external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/
tsc_component.h 109 void CETransferIndication(OsclSharedPtr<S_TerminalCapabilitySet> tcs, uint32 aTerminalStatus);
129 uint32 LcEtbIdc(PS_ControlMsgHeader pReceiveInf);
130 uint32 BlcEtbIdc(PS_ControlMsgHeader pReceiveInf);
136 virtual uint32 LcEtbCfm(PS_ControlMsgHeader pReceiveInf);
150 uint32 LcRlsIdc(PS_ControlMsgHeader pReceiveInf);
151 uint32 BlcRlsIdc(PS_ControlMsgHeader pReceiveInf);
152 OsclAny MuxTableSendComplete(uint32 sn, PVMFStatus status);
177 uint32 Status08Event19(PS_ControlMsgHeader pReceiveInf);
178 uint32 BlcEtbCfm(PS_ControlMsgHeader pReceiveInf);
179 uint32 BlcEtbCfm2(PS_ControlMsgHeader pReceiveInf)
    [all...]
  /external/opencore/pvmi/media_io/pvmi_mio_avi_wav_fileinput/src/
pvmi_mio_avi_wav_file.cpp 46 OSCL_EXPORT_REF PvmiMIOControl* PvmiMIOAviWavFileFactory::Create(uint32 aNumLoops, bool aRecordingMode, uint32 aStreamNo, OsclAny* aFileParser, FileFormatType aFileType, int32& arError)
114 uint32 index = (uint32)aSession;
137 uint32 index = (uint32)aSession;
152 uint32 index = (uint32)aSession;
293 uint32 start = 0;
354 uint8* aData, uint32 aDataLen
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_image_c.h 35 Uint32 colorkey;
40 extern int ph_SetupUpdateFunction(_THIS, SDL_Surface* screen, Uint32 flags);
45 extern int ph_FillHWRect(_THIS, SDL_Surface* surface, SDL_Rect* rect, Uint32 color);
49 extern int ph_SetHWColorKey(_THIS, SDL_Surface* surface, Uint32 key);
  /external/webkit/WebKit/mac/Plugins/
WebNetscapeContainerCheckContextInfo.mm 32 - (id)initWithCheckRequestID:(uint32)checkRequestID callbackFunc:(void (*)(NPP npp, uint32 checkID, NPBool allowed, void* context))callbackFunc context:(void*)context
44 - (uint32)checkRequestID
49 - (void (*)(NPP npp, uint32, NPBool, void*))callback
WebNetscapePluginView.h 92 uint32 currentTimerID;
93 HashMap<uint32, PluginTimer*>* timers;
107 uint32 _currentContainerCheckRequestID;
146 - (uint32)checkIfAllowedToLoadURL:(const char*)urlCString frame:(const char*)frameNameCString callbackFunc:(void (*)(NPP npp, uint32 checkID, NPBool allowed, void* context))callbackFunc context:(void*)context;
147 - (void)cancelCheckIfAllowedToLoadURL:(uint32)checkID;
160 - (NPError)postURLNotify:(const char *)URL target:(const char *)target len:(UInt32)len buf:(const char *)buf file:(NPBool)file notifyData:(void *)notifyData;
161 - (NPError)postURL:(const char *)URL target:(const char *)target len:(UInt32)len buf:(const char *)buf file:(NPBool)file;
172 - (uint32)scheduleTimerWithInterval:(uint32)interval repeat:(NPBool)repeat timerFunc:(void (*)(NPP npp, uint32 timerID))timerFunc
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmspibrcm.c 74 static int bcmspi_cmd_issue(sdioh_info_t *sd, bool use_dma, uint32 cmd_arg,
75 uint32 *data, uint32 datalen);
76 static int bcmspi_card_regread(sdioh_info_t *sd, int func, uint32 regaddr,
77 int regsize, uint32 *data);
78 static int bcmspi_card_regwrite(sdioh_info_t *sd, int func, uint32 regaddr,
79 int regsize, uint32 data);
80 static int bcmspi_card_bytewrite(sdioh_info_t *sd, int func, uint32 regaddr,
84 uint32 addr, int nbytes, uint32 *data)
    [all...]
  /external/opencore/fileformats/mp4/parser/src/
userdataatom.cpp 34 Atom *UserDataAtom::getAtomOfType(uint32 type)
64 UserDataAtom::UserDataAtom(MP4_FF_FILE *fp, uint32 size, uint32 type)
87 uint32 count = _size - DEFAULT_ATOM_SIZE;
93 uint32 atomType = UNKNOWN_ATOM;
94 uint32 atomSize = 0;
95 uint32 currPtr = 0;
450 for (uint32 i = 0; i < _pCopyRightAtomArray->size(); i++)
459 for (uint32 i = 0; i < _pAssetInfoTitleAtomArray->size(); i++)
468 for (uint32 i = 0; i < _pAssetInfoDescAtomArray->size(); i++
    [all...]
  /external/expat/amiga/
expat_lib.c 45 uint32 libObtain (struct LibraryManagerInterface *Self);
46 uint32 libRelease (struct LibraryManagerInterface *Self);
47 struct ExpatBase *libOpen (struct LibraryManagerInterface *Self, uint32 version);
66 { MIT_Name, (uint32)"__library" },
67 { MIT_VectorTable, (uint32)lib_manager_vectors },
76 { MIT_Name, (uint32)"main" },
77 { MIT_VectorTable, (uint32)main_vectors },
92 { CLT_InitFunc, (uint32)libInit },
93 { CLT_Interfaces, (uint32)libInterfaces },
162 uint32 libObtain( struct LibraryManagerInterface *Self
    [all...]
  /external/giflib/
gif_hash.h 51 UINT32 HTable[HT_SIZE];
56 void _InsertHashTable(GifHashTableType *HashTable, UINT32 Key, int Code);
57 int _ExistsHashTable(GifHashTableType *HashTable, UINT32 Key);
  /external/opencore/android/
android_audio_mio.h 131 void setDriverLatency(uint32 latency);
142 uint32 iStartTime;
143 uint32 iFrameCount;
145 uint32 iDriverLatency;
212 uint8* data, uint32 data_len,
218 PVMFCommandId readAsync(uint8* data, uint32 max_data_len, OsclAny* aContext=NULL,
227 void statusUpdate(uint32 status_flags) {}
262 uint32 getCapabilityMetric (PvmiMIOSession aSession) { return 0; }
269 virtual void writeAudioBuffer(uint8* aData, uint32 aDataLen, PVMFCommandId cmdId,
302 uint32 iCommandCounter
    [all...]
metadatadriver.h 65 explicit MetadataDriver(uint32 mode = 0x03);
125 static const uint32 GET_METADATA_ONLY = METADATA_MODE_METADATA_RETRIEVAL_ONLY;
126 static const uint32 GET_FRAME_ONLY = METADATA_MODE_FRAME_CAPTURE_ONLY;
127 static const uint32 MAX_VIDEO_FRAME_SIZE = 1280 * 720 * 4; // Big enough?
128 static const uint32 MAX_METADATA_STRING_LENGTH = 128;
129 static const uint32 MAX_STRING_LENGTH = 512;
130 static const uint32 NUM_METADATA_KEYS = 22;
152 status_t extractMetadata(const char* key, char* value, uint32 valueLength);
159 uint32 mMode;
163 uint32 mContextObject
    [all...]
  /external/opencore/baselibs/gen_data_structures/src/
bitstreamparser.h 44 OSCL_IMPORT_REF BitStreamParser(uint8* stream, uint32 size);
47 OSCL_IMPORT_REF void ResetBitStreamParser(uint8* stream, uint32 size);
50 OSCL_IMPORT_REF uint32 ReadBits(uint8 numberOfBits);
59 OSCL_IMPORT_REF uint32 ReadUInt32(void);
71 OSCL_IMPORT_REF void WriteUInt32(uint32 data);
92 OSCL_IMPORT_REF void NextBits(uint32 numberOfBits);
107 OSCL_EXPORT_REF inline uint32 BytesRead(void) const
112 OSCL_EXPORT_REF inline uint32 BitsRead(void) const
119 OSCL_EXPORT_REF inline uint32 BytesLeft(void) const
124 OSCL_EXPORT_REF inline uint32 BitsLeft(void) cons
    [all...]

Completed in 312 milliseconds

<<11121314151617181920>>