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

<<21222324252627282930>>

  /external/qemu/distrib/sdl-1.2.12/src/thread/riscos/
SDL_systhread.c 42 Uint32 SDL_ThreadID(void)
70 Uint32 riscos_main_thread = 0; /* Thread running events */
125 Uint32 SDL_ThreadID(void)
127 return((Uint32)pthread_self());
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxvideo.h 60 Uint32 SDL_VisualUnused; /* The visual used by our window */
87 Uint32 visual;
93 Uint32 vis; /* current visual in use */
99 Uint32 switch_waiting;
100 Uint32 switch_time;
148 int w, int h, int bpp, Uint32 flags);
150 SDL_Surface *screen, int w, int h, Uint32 flags);
170 int CGX_FillHWRect(_THIS,SDL_Surface *dst,SDL_Rect *dstrect,Uint32 color);
171 int CGX_SetHWColorKey(_THIS,SDL_Surface *surface, Uint32 key);
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbmatrox.c 52 static int SetHWColorKey(_THIS, SDL_Surface *surface, Uint32 key)
65 static int FillHWRect(_THIS, SDL_Surface *dst, SDL_Rect *rect, Uint32 color)
68 Uint32 fxbndry;
69 Uint32 ydstlen;
70 Uint32 fillop;
127 Uint32 sign;
128 Uint32 start, stop;
130 Uint32 blitop;
184 Uint32 colorkey;
  /external/webkit/WebCore/plugins/
npapi.cpp 46 void* NPN_MemAlloc(uint32 size)
56 uint32 NPN_MemFlush(uint32 size)
82 NPError NPN_PostURLNotify(NPP instance, const char* url, const char* target, uint32 len, const char* buf, NPBool file, void* notifyData)
87 NPError NPN_PostURL(NPP instance, const char* url, const char* target, uint32 len, const char* buf, NPBool file)
180 uint32 NPN_ScheduleTimer(NPP instance, uint32 interval, NPBool repeat,
181 void (*timerFunc)(NPP npp, uint32 timerID))
187 void NPN_UnscheduleTimer(NPP instance, uint32 timerID)
  /hardware/broadcom/wlan/bcm4329/src/wl/sys/
wl_iw.h 83 uint32 pwsec;
84 uint32 gwsec;
99 uint32 buflen;
100 uint32 version;
101 uint32 count;
132 uint32 channel;
133 uint32 preamble;
134 uint32 max_scb;
147 uint32 mode;
  /hardware/msm7k/librpc/
rpc.c 9 uint32 prog,
10 uint32 ver,
11 uint32 proc,
15 uint32 vers = RPC_MSG_VERSION;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/
siteHash.h 83 UINT32 localTimeStamp;
84 UINT32 dtimTimeStamp;
86 UINT32 osTimeStamp;
112 UINT32 matchingLevel;
211 UINT32 beaconSentCount;
212 UINT32 rxPacketsCount;
213 UINT32 txPacketsCount;
226 UINT32 siteMgrTxPowerCheckTime;
237 UINT32 DriverTestId;
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
ioctl_utils.h 49 int util_get_param( struct net_device *dev, UINT32 param_type, ULONG *data, UINT32 max_param_len);
50 int util_set_param( struct net_device *dev, UINT32 param_type, ULONG *data, UINT32 max_param_len );
51 int util_get_report_param( struct net_device *dev, UINT32 param_type, ULONG *data, UINT32 max_param_len);
52 int util_set_report_param( struct net_device *dev, UINT32 param_type, ULONG *data, UINT32 max_param_len);
77 int util_config_tx_classifier(struct net_device *dev,UINT8 *inParamsBuff,UINT32 inParamsBuffLen);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/4X/
ackEmulUtil.c 85 UINT32 *segmentSize);
90 UINT8 activeIndex, UINT32 segmentSize);
95 static void wdrv_aeGenerateAck(ackEmul_t* ackEmul, UINT16 stationIndex, UINT8 activeIndex ,UINT32 ackNumber);
328 UINT32 firstBddataOffset = 0;
329 UINT32 secondBddataOffset = 0;
331 UINT32 segmentSize = 0;
496 UINT32 prevSequenceNumber =0;
497 UINT32 currentSequenceNumber =0;
499 UINT32 prevSegmentSize = 0;
500 UINT32 currentSegmentSize =0
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h245/se/src/
blc.cpp 65 uint32 forwardLcn = p_LcbEntry->FwdLcnRead();
90 uint32 forwardLcn = p_LcbEntry->FwdLcnRead();
118 uint32 forwardLcn = p_LcbEntry->FwdLcnRead();
119 uint32 reverseLcn = p_LcbEntry->RvsLcnRead();
148 uint32 forwardLcn = p_LcbEntry->FwdLcnRead();
183 uint32 forwardLcn = p_LcbEntry->FwdLcnRead();
212 uint32 forwardLcn = p_LcbEntry->FwdLcnRead();
213 uint32 reverseLcn = p_LcbEntry->RvsLcnRead();
237 uint32 forwardLcn = p_LcbEntry->FwdLcnRead();
241 uint32 reverseLcn = p_LcbEntry->RvsLcnRead()
    [all...]
  /external/opencore/codecs_v2/utilities/m4v_config_parser/src/
m4v_config_parser.cpp 26 static const uint32 mask[33] =
66 uint32 byte_pos;
89 uint32 initial_byte_aligned_position = (psBits->dataBitPos + 7) >> 3;
104 uint32 codeword = 0;
146 uint32 codeword;
259 uint32 vol_id;
424 uint32 codeword;
601 uint32 *pulOutData /* output target */
605 uint32 dataBitPos = pStream->dataBitPos;
606 uint32 bitPos = pStream->bitPos
    [all...]
  /external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/src/
pvmf_jb_jitterbuffermisc.cpp 83 uint32 start = 0;
268 uint32 start = 0;
275 OSCL_EXPORT_REF bool PVMFJitterBufferMisc::PrepareForRepositioning(bool oUseExpectedClientClockVal, uint32 aExpectedClientClockVal)
329 uint32 i;
594 OSCL_EXPORT_REF void PVMFJitterBufferMisc::SetRateAdaptationInfo(PVMFPortInterface* aPort, bool aRateAdaptation, uint32 aRateAdaptationFeedBackFrequency, uint32 aRateAdaptationFreeBufferSpaceInBytes)
605 OSCL_EXPORT_REF void PVMFJitterBufferMisc::SetRTCPIntervalInMicroSecs(uint32 aRTCPInterval)
611 OSCL_EXPORT_REF bool PVMFJitterBufferMisc::SetPortRTCPParams(PVMFPortInterface* aPort, int aNumSenders, uint32 aRR, uint32 aRS)
662 uint32 timebase32 = 0
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/
mlmeParser.c 115 UINT32 readLen;
132 UINT32 currProbeRspTSFTime = 0;
133 UINT32 deltaProbeRspTSFTime = 0;
523 currProbeRspTSFTime = (UINT32)ENDIAN_HANDLE_LONG(*(INT32*)(pHandle->tempFrameInfo.frame.content.iePacket.timestamp));
524 deltaProbeRspTSFTime = (UINT32)((UINT32)currProbeRspTSFTime - (UINT32)pHandle->debug_lastProbeRspTSFTime);
    [all...]
  /external/opencore/fileformats/mp4/composer/src/
mediadataatom.cpp 49 uint32 aCacheSize)
91 void *osclFileServerSession, uint32 aCacheSize)
141 void *osclFileServerSession, uint32 aCacheSize)
196 for (uint32 i = 0; i < _prenderables->size(); i++)
222 PVA_FF_MediaDataAtom::prepareTempFile(uint32 aCacheSize)
262 PVA_FF_MediaDataAtom::prepareTargetFile(uint32 mediaStartOffset)
299 uint32
300 PVA_FF_MediaDataAtom::prepareTargetFileForFragments(uint32 mediaStartOffset)
358 PVA_FF_MediaDataAtom::addRawSample(void *psample, uint32 length)
407 uint32 length, int32 mediaType, int32 codecType
    [all...]
  /external/opencore/fileformats/mp4/parser/src/
itunesilstatom.cpp 29 uint32 size,
30 uint32 type)
94 uint32 size,
95 uint32 type)
155 ITunesMetaDataAtom::ITunesMetaDataAtom(MP4_FF_FILE *fp, uint32 size, uint32 type): Atom(fp, size, type)
173 uint32 size,
174 uint32 type)
177 uint32 atomType = UNKNOWN_ATOM, atomSize = 0;
253 uint32 size
    [all...]
  /external/opencore/nodes/streaming/medialayernode/include/
pvmf_medialayer_node.h 154 OSCL_IMPORT_REF virtual PVMFStatus setDRMDecryptionInterface(uint32 maxPacketSize, PVMFCPMPluginAccessUnitDecryptionInterface* aDecryptionInterface = NULL) = 0;
165 uint32 aPreroll,
171 OSCL_IMPORT_REF virtual void setInPortReposFlag(PVMFPortInterface* aPort, uint32 aSeekTimeInMS = 0) = 0;
172 OSCL_IMPORT_REF virtual uint32 getMaxOutPortTimestamp(PVMFPortInterface* aPort,
179 OSCL_IMPORT_REF virtual void setMediaLayerTimerDurationMS(uint32 aTimer) = 0;
198 virtual PVMFStatus setDRMDecryptionInterface(uint32 maxPacketSize, PVMFCPMPluginAccessUnitDecryptionInterface* aDecryptionInterface = NULL);
242 bool setOutPortStreamParams(PVMFPortInterface* aPort, uint streamid, uint32 aPreroll, bool aLiveStream = false);
244 void setInPortReposFlag(PVMFPortInterface* aPort, uint32 aSeekTimeInMS = 0);
245 uint32 getMaxOutPortTimestamp(PVMFPortInterface* aPort, bool oPeek = false);
247 void setMediaLayerTimerDurationMS(uint32 aTimer)
    [all...]
  /external/opencore/pvmi/recognizer/src/
pvmf_recognizer_registry_impl.cpp 144 uint32 i;
166 Oscl_Vector<PVMFRecognizerResult, OsclMemAllocator>& aRecognizerResult, OsclAny* aCmdContext, uint32 aTimeout)
301 for (uint32 i = 0; i < iRecognizerPluginFactoryList.size(); ++i)
342 void PVMFRecognizerRegistryImpl::CompleteCurrentRecRegCommand(PVMFStatus aStatus, const uint32 aCurrCmdIndex, PVInterface* aExtInterface)
373 PVMFStatus PVMFRecognizerRegistryImpl::GetMaxRequiredSizeForRecognition(uint32& aMaxSize)
376 for (uint32 i = 0; i < iRecognizerPluginFactoryList.size(); ++i)
378 uint32 bytes = 0;
406 PVMFStatus PVMFRecognizerRegistryImpl::GetMinRequiredSizeForRecognition(uint32& aMinSize)
409 for (uint32 i = 0; i < iRecognizerPluginFactoryList.size(); ++i)
411 uint32 bytes = 0
    [all...]
  /external/neven/Embedded/common/src/b_APIEm/
Functions.c 42 uint32 rawSizeA,
45 uint32 refSizeA,
51 uint32 iL, jL, kL;
85 uint32 maxIndexL = 0;
115 uint32 maxIndexL = 0;
119 bbs_memset32( maxSimArrL, ( uint32 )-1, bbs_SIZEOF32( maxSimArrL ) );
174 refSimL -= ( (uint32)1 << 24 );
190 uint32 refSizeA,
195 uint32 iL, jL, kL;
241 bbs_memset32( maxSimArrL, ( uint32 )-1, bbs_SIZEOF32( maxSimArrL ) )
    [all...]
DCR.h 55 uint32 maxImageWidthE;
58 uint32 maxImageHeightE;
64 uint32 imageWidthE;
67 uint32 imageHeightE;
118 uint32 imageWidthA,
119 uint32 imageHeightA,
120 uint32 cueSizeA,
131 uint32 widthA,
132 uint32 heightA );
142 uint32 widthA,
    [all...]
  /external/neven/Embedded/common/src/b_BitFeatureEm/
LocalScanDetector.h 91 uint32 patchWidthE;
94 uint32 patchHeightE;
97 uint32 scanWidthE;
100 uint32 scanHeightE;
103 uint32 scaleExpE;
109 uint32 warpScaleThresholdE;
124 uint32 outlierDistanceE;
136 uint32 pcaDimSubSpaceE;
139 uint32 maxImageWidthE;
142 uint32 maxImageHeightE
    [all...]
Feature.h 63 uint32 typeE;
66 uint32 patchWidthE;
69 uint32 patchHeightE;
74 int32 ( *vpActivityE )( const struct bbf_Feature* ptrA, const uint32* patchA );
110 uint32 bbf_Feature_memSize( struct bbs_Context* cpA,
114 uint32 bbf_Feature_memWrite( struct bbs_Context* cpA,
118 uint32 bbf_Feature_memRead( struct bbs_Context* cpA,
133 uint32 bbf_featureMemSize( struct bbs_Context* cpA,
137 uint32 bbf_featureMemWrite( struct bbs_Context* cpA,
141 uint32 bbf_featureMemRead( struct bbs_Context* cpA
    [all...]
  /external/opencore/android/author/
android_audio_input.h 185 OSSRequest(uint8* data, uint32 len,PVMFCommandId id,const OsclAny* ctx,const PVMFTimestamp& ts)
189 uint32 iDataLen;
198 MicData(uint8* data, uint32 len, PVMFTimestamp& ts, int32 duration)
202 uint32 iDataLen;
216 AndroidAudioInput(uint32 audioSource);
253 uint8* data, uint32 data_len,
258 PVMFCommandId readAsync(uint8* data, uint32 max_data_len, OsclAny* aContext=NULL,
264 void statusUpdate(uint32 status_flags);
284 uint32 getCapabilityMetric (PvmiMIOSession aSession);
302 bool setAudioSource(uint32 iSource)
    [all...]
  /external/neven/Embedded/common/src/b_BasicEm/
Int16Arr.h 48 uint32 sizeE;
51 uint32 allocatedSizeE;
84 uint32 bbs_Int16Arr_heapSize( struct bbs_Context* cpA,
86 uint32 sizeA );
93 uint32 sizeA,
104 uint32 sizeA,
107 uint32 alignBytesA );
112 uint32 sizeA );
117 uint32 bbs_Int16Arr_memSize( struct bbs_Context* cpA,
121 uint32 bbs_Int16Arr_memWrite( struct bbs_Context* cpA
    [all...]
  /external/neven/Embedded/common/src/b_TensorEm/
CompactMat.h 51 uint32 widthE;
54 uint32 heightE;
57 uint32 bitsPerValueE;
60 uint32 wordsPerRowE;
111 uint32 widthA,
112 uint32 heightA,
113 uint32 bitsA,
114 uint32 maxRowSizeA,
120 uint32 bts_CompactMat_memSize( struct bbs_Context* cpA,
124 uint32 bts_CompactMat_memWrite( struct bbs_Context* cpA
    [all...]
  /external/opencore/nodes/common/include/
pvmp4h263encextension.h 89 virtual bool SetNumLayers(uint32 aNumLayers) = 0;
97 virtual bool SetOutputBitRate(uint32 aLayer, uint32 aBitRate) = 0;
106 virtual bool SetOutputFrameSize(uint32 aLayer, uint32 aWidth, uint32 aHeight) = 0;
114 virtual bool SetOutputFrameRate(uint32 aLayer, OsclFloat aFrameRate) = 0;
122 virtual bool SetSegmentTargetSize(uint32 aLayer, uint32 aSizeBytes) = 0;
130 virtual bool SetRateControlType(uint32 aLayer, PVMFVENRateControlType aRateControl) = 0
    [all...]

Completed in 145 milliseconds

<<21222324252627282930>>