/external/opencore/fileformats/mp4/parser/src/ |
datareferenceatom.cpp | 38 DataReferenceAtom::DataReferenceAtom(MP4_FF_FILE *fp, uint32 size, uint32 type) 71 for (uint32 i = 0; i < _entryCount; i++) 107 for (uint32 i = 0; i < _pdataEntryVec->size(); i++) 120 if ((uint32)index < _pdataEntryVec->size())
|
sampleentry.cpp | 36 SampleEntry::SampleEntry(MP4_FF_FILE *fp, uint32 size, uint32 type) 76 uint32 SampleEntry::getMaxBufferSizeDB() const 80 uint32 SampleEntry::getAverageBitrate() const 84 uint32 SampleEntry::getMaxBitrate() const
|
trackreferenceatom.cpp | 33 TrackReferenceAtom::TrackReferenceAtom(MP4_FF_FILE *fp, uint32 size, uint32 type) 42 uint32 count = _size - DEFAULT_ATOM_SIZE; 46 uint32 atomType = UNKNOWN_ATOM; 47 uint32 atomSize = 0;
|
/external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/ |
pvdl_config_file.cpp | 116 uint32 playbackModeBit = OSCL_STATIC_CAST(uint32, aPlaybackMode); 345 uint32 *tmpPtr = OSCL_STATIC_CAST(uint32*, iTmpBuf); 359 uint32 aUrlLen = *tmpPtr++; 361 uint32 aHostNameLen = *tmpPtr++; //if proxy is in use, it is the proxy address len 365 uint32 aMaxAllowedFileSize = *tmpPtr++; 387 uint32 aSelectedTrackIDsSize = *tmpPtr++; 389 uint32 aPlayerVersionLen = *tmpPtr++; 390 uint32 aUserAgentLen = *tmpPtr++ [all...] |
/external/opencore/oscl/oscl/osclio/src/ |
oscl_socket_imp_pv.h | 53 int32 Open(OsclSocketServI& aServer, uint32 addrFamily, uint32 sockType, uint32 protocol); 58 int32 Listen(uint32 qSize); 59 int32 SetRecvBufferSize(uint32 size);
|
/external/opencore/oscl/oscl/osclregserv/src/ |
oscl_registry_serv_impl.h | 68 uint32 iComponentId; 91 int32 Register(uint32& aId, OSCL_String&, OsclComponentFactory); 93 int32 Unregister(uint32); 102 uint32 iComponentIdCounter; 104 uint32 iNumSessions;
|
/external/opencore/pvmi/content_policy_manager/plugins/common/include/ |
pvmf_cpmplugin_domain_interface.h | 62 uint32& aCount 63 , uint32& errcode) = 0; 77 uint32 aIndex 79 , uint32& errcode) = 0; 92 , uint32& errcode) = 0;
|
/external/opencore/pvmi/pvmf/include/ |
pvmi_data_stream_interface.h | 116 virtual PvmiDataStreamStatus GetStreamReadCapacity(uint32& aCapacity) = 0; 198 uint32& aCapacity) = 0; 219 uint32 aCapacity, 236 uint32& aCapacity) = 0; 258 uint32 aCapacity, 315 uint32 aSize, 316 uint32& aNumElements) = 0; 331 uint32& aNumElements) 357 uint32 aSize, 358 uint32& aNumElements) = 0 [all...] |
/external/qemu/distrib/sdl-1.2.12/include/ |
SDL.h | 69 extern DECLSPEC int SDLCALL SDL_Init(Uint32 flags); 72 extern DECLSPEC int SDLCALL SDL_InitSubSystem(Uint32 flags); 75 extern DECLSPEC void SDLCALL SDL_QuitSubSystem(Uint32 flags); 81 extern DECLSPEC Uint32 SDLCALL SDL_WasInit(Uint32 flags);
|
/external/qemu/distrib/sdl-1.2.12/src/thread/irix/ |
SDL_syssem.c | 65 SDL_sem *SDL_CreateSemaphore(Uint32 initial_value) 142 int SDL_SemWaitTimeout(SDL_sem *sem, Uint32 timeout) 172 Uint32 SDL_SemValue(SDL_sem *sem) 175 Uint32 value; 194 value = (Uint32)semval;
|
/external/qemu/distrib/sdl-1.2.12/src/video/ |
SDL_blit_1.c | 123 *(Uint32 *)dst = 127 *(Uint32 *)dst = 138 *(Uint32 *)dst = 155 *(Uint32 *)dst = 159 *(Uint32 *)dst = 170 *(Uint32 *)dst = 238 Uint32 *map, *dst; 246 dst = (Uint32 *)info->d_pixels; 248 map = (Uint32 *)info->table; 285 Uint32 ckey = info->src->colorkey [all...] |
/hardware/broadcom/wlan/bcm4329/src/include/proto/ |
bcmevent.h | 57 uint32 event_type; 58 uint32 status; 59 uint32 reason; 60 uint32 auth_type; 61 uint32 datalen;
|
/hardware/broadcom/wlan/bcm4329/src/shared/ |
hndpmu.c | 70 si_sdiod_drive_strength_init(si_t *sih, osl_t *osh, uint32 drivestrength) 75 uint32 str_mask = 0; 76 uint32 str_shift = 0; 107 uint32 drivestrength_sel = 0; 108 uint32 cc_data_temp;
|
/prebuilt/darwin-x86/sdl/include/SDL/ |
SDL.h | 69 extern DECLSPEC int SDLCALL SDL_Init(Uint32 flags); 72 extern DECLSPEC int SDLCALL SDL_InitSubSystem(Uint32 flags); 75 extern DECLSPEC void SDLCALL SDL_QuitSubSystem(Uint32 flags); 81 extern DECLSPEC Uint32 SDLCALL SDL_WasInit(Uint32 flags);
|
/prebuilt/linux-x86/sdl/include/SDL/ |
SDL.h | 69 extern DECLSPEC int SDLCALL SDL_Init(Uint32 flags); 72 extern DECLSPEC int SDLCALL SDL_InitSubSystem(Uint32 flags); 75 extern DECLSPEC void SDLCALL SDL_QuitSubSystem(Uint32 flags); 81 extern DECLSPEC Uint32 SDLCALL SDL_WasInit(Uint32 flags);
|
/prebuilt/windows/sdl/host/include/SDL/ |
SDL.h | 72 extern DECLSPEC int SDLCALL SDL_Init(Uint32 flags); 75 extern DECLSPEC int SDLCALL SDL_InitSubSystem(Uint32 flags); 78 extern DECLSPEC void SDLCALL SDL_QuitSubSystem(Uint32 flags); 84 extern DECLSPEC Uint32 SDLCALL SDL_WasInit(Uint32 flags);
|
SDL_types.h | 52 typedef unsigned int Uint32; 81 Uint32 hi; 82 Uint32 lo; 94 SDL_COMPILE_TIME_ASSERT(uint32, sizeof(Uint32) == 4);
|
/prebuilt/windows/sdl/include/SDL/ |
SDL.h | 69 extern DECLSPEC int SDLCALL SDL_Init(Uint32 flags); 72 extern DECLSPEC int SDLCALL SDL_InitSubSystem(Uint32 flags); 75 extern DECLSPEC void SDLCALL SDL_QuitSubSystem(Uint32 flags); 81 extern DECLSPEC Uint32 SDLCALL SDL_WasInit(Uint32 flags);
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/BusAccess/Shm_Common/ |
shmBus.c | 228 UINT32 RegBaseAddr, 229 UINT32 MemBaseAddr, 296 UINT32 uIntVect; 319 UINT32 whalBus_MacRegRead(TI_HANDLE hWhalBus, UINT32 RegAddr) 321 UINT32 data = 0; 323 TNETWIF_ReadRegSync(((whalBus_T *)hWhalBus)->hTNETWIF,RegAddr,(UINT32 *)&data); 328 void whalBus_MacRegWrite(TI_HANDLE hWhalBus, UINT32 RegAddr, UINT32 Val) 338 TNETWIF_WriteMemSync(((whalBus_T *)hWhalBus)->hTNETWIF,(UINT32)DestOffset,(UINT8*)Src,Len) [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/Tx_Result/ |
txResult.h | 72 UINT32 from; 73 UINT32 to; 93 UINT32 TxCmpltStartPointIterator; /* Saves the last FW table index we got result-info from. */ 96 UINT32 txResultTableAddr; /* The HW Tx-Result Table address. */ 100 UINT32 txCompleteDepthHistogram[ FW_TX_CMPLT_BLOCK_SIZE + 1 ];
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Rx/ |
rx.h | 56 UINT32 excludedFrameCounter; 57 UINT32 rxDroppedDueToVLANIncludedCnt; 58 UINT32 rxWrongBssTypeCounter; 59 UINT32 rxWrongBssIdCounter; 60 UINT32 rcvUnicastFrameInOpenNotify;
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Tx/ |
MsduList.h | 74 UINT32 enableTransmissionTime ; 75 UINT32 lastTimeStamp; 76 UINT32 mediumTime; 78 UINT32 totalUsedTime; 111 UINT32 msduList_getCurrNumOfMsdu(MsduList_t *this);
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/ |
keyParserWep.h | 75 UINT32 Length; /* The length of the whole structure */ 76 UINT32 KeyIndex; /* The key index to add or remove */ 77 UINT32 KeyLength; /* The length of the key data */ 92 UINT8 *pPacket, UINT32 packetLen); 94 TI_STATUS keyParserWep_remove(struct _keyParser_t *pKeyParser, UINT8 *pKeyData, UINT32 keyDataLen);
|
/external/opencore/codecs_v2/video/avc_h264/enc/src/ |
sad_halfpel.cpp | 34 uint32 num_sad_HP_MB = 0; 35 uint32 num_sad_HP_Blk = 0; 36 uint32 num_sad_HP_MB_call = 0; 37 uint32 num_sad_HP_Blk_call = 0; 98 if (sad > (int)((uint32)dmin_rx >> 16)) 137 if (sad > (int)((uint32)dmin_rx >> 16)) 171 if (sad > (int)((uint32)dmin_rx >> 16)) 195 uint32 cur_word; 197 madstar = (uint32)dmin_rx >> 20; 211 cur_word = *((uint32*)(blk += 4)) [all...] |
/external/opencore/protocols/sdp/common/include/ |
session_info.h | 43 uint32 originatorSessionID; 44 uint32 originatorVersion; 96 uint32 repeatInterval; // in seconds 97 uint32 activeDuration; // in seconds 99 Oscl_Vector<uint32, SDPParserAlloc> listOfOffsetsFromStartTime; 155 uint32 SdpplinVersion; 156 uint32 Flags; 157 uint32 IsRealDataType; 158 uint32 StreamCount; 338 inline void setRepeatInterval(uint32 interval [all...] |