/hardware/broadcom/wlan/bcm4329/src/shared/ |
siutils.c | 53 static bool si_buscore_setup(si_info_t *sii, chipcregs_t *cc, uint bustype, uint32 savewin, 58 static uint32 si_gpioreservation = 0; 99 static uint32 wd_msticks; /* watchdog timer ticks normalized to ms */ 184 si_buscore_setup(si_info_t *sii, chipcregs_t *cc, uint bustype, uint32 savewin, 296 uint32 w, savewin; 327 savewin = OSL_PCI_READ_CONFIG(sii->osh, PCI_BAR0_WIN, sizeof(uint32)); 500 return R_REG(sii->osh, ((uint32 *)(uintptr) 731 uint32 744 uint32 757 uint32 [all...] |
/external/opencore/codecs_v2/video/m4v_h263/enc/src/ |
fastidct.cpp | 329 uint32 pred_word, dst_word; 341 pred_word = *((uint32*)(rec += lx)); /* read 4 bytes from pred */ 353 *((uint32*)rec) = dst_word; /* save 4 bytes to dst */ 355 pred_word = *((uint32*)(rec + 4)); /* read 4 bytes from pred */ 367 *((uint32*)(rec + 4)) = dst_word; /* save 4 bytes to dst */ 376 uint32 pred_word, dst_word; 400 pred_word = *((uint32*)(rec += lx)); /* read 4 bytes from pred */ 412 *((uint32*)rec) = dst_word; /* save 4 bytes to dst */ 414 pred_word = *((uint32*)(rec + 4)); /* read 4 bytes from pred */ 426 *((uint32*)(rec + 4)) = dst_word; /* save 4 bytes to dst * [all...] |
/external/opencore/baselibs/gen_data_structures/src/ |
base64_codec.cpp | 86 bool PVBase64Codec::Decode(uint8* aInBuf, uint32 aInBufLen, 87 uint8* aOutBuf, uint32& aOutBufLen, uint32 aMaxOutBufLen) 92 uint32 read_count = 0; 93 uint32 write_count = 0; 139 OSCL_EXPORT_REF bool PVBase64Codec::Encode(uint8* aInBuf, uint32 aInBufLen, 140 uint8* aOutBuf, uint32& aOutBufLen, uint32 aMaxOutBufLen) 143 uint32 read_count = 0; 144 uint32 write_count = 0 [all...] |
/external/opencore/codecs_v2/video/m4v_h263/enc/include/ |
pvm4vencoder.h | 81 uint32 numBytes; 82 uint32 bytePos; 83 uint32 bitBuf; 84 uint32 dataBitPos; 85 uint32 bitPos; 88 static const uint32 MASK[33] = 156 int16 ShowBits(mp4StreamType *pStream, uint8 ucNBits, uint32 *pulOutData); 158 int16 ReadBits(mp4StreamType *pStream, uint8 ucNBits, uint32 *pulOutData); 185 uint32 iTimeStamp; 186 uint32 iNextModTime [all...] |
/external/opencore/fileformats/mp4/composer/src/ |
movieheaderatom.cpp | 32 PVA_FF_MovieHeaderAtom::PVA_FF_MovieHeaderAtom(uint8 version, uint32 flags, uint32 fileAuthoringFlags) 77 uint32 84 uint32 92 PVA_FF_MovieHeaderAtom::addSample(uint32 ts) 96 uint32 duration = 97 (uint32)((getTimeScale() / 1000.0f) * ts + 0.5f); // For rounding 139 //uint32 totalDuration = getDuration() + _deltaTS; 140 uint32 totalDuration = getDuration(); 147 uint32 reserved = 0x00010000 [all...] |
/external/opencore/nodes/pvprotocolenginenode/download_protocols/progressive_download/src/ |
pvmf_protocol_engine_progressive_download.h | 93 uint32 &aStartFragsNo, 94 uint32 &aStartFragOffset); 96 uint32 &aEndFragNo, 97 uint32 &aEndFragValidLen); 111 virtual void seek(const uint32 aSeekPosition) 146 uint32 i = 0; 167 uint32 i = 0; 203 uint32 iCurrStateNum; 205 uint32 iInitStateNum; 219 virtual void seek(const uint32 aSeekPosition [all...] |
/external/opencore/oscl/oscl/osclproc/src/ |
oscl_scheduler_readyq.h | 65 OsclAny* allocate(const uint32 size) ; 66 OsclAny* allocate_fl(const uint32 size, const char * file_name, const int line_num); 104 uint32 Depth() 113 TOsclReady WaitAndPopTop(uint32); 120 void TimerCallback(uint32 aDelayMicrosec); 137 uint32 iSeqNumCounter; 160 uint32 iSeqNumCounter; 178 uint32 iTimeToRunTicks;//for timers, this is the time to run in ticks. 179 uint32 iTimeQueuedTicks;//the time when the AO was queued, in ticks. 180 uint32 iSeqNum;//sequence number for oscl pri queue [all...] |
/external/opencore/protocols/systems/3g-324m_pvterminal/common/include/ |
h324utils.h | 48 void* allocate(const uint32 size) 84 uint32 spec_number; /* 245,241 etc */ 112 uint32 CheckAltCapSet(PS_AlternativeCapabilitySet pAltCapSet, uint32 entry); 116 void FillCapabilityTableEntry(PS_CapabilityTableEntry, CodecCapabilityInfo& codec_info, uint32 entry_num); 156 uint32 al_specific = 0); 164 PVMFStatus SetFormatSpecificInfo(PS_DataType pDataType, uint8* fsi, uint32 fsi_len); 165 uint32 SetFillerFsi(uint8* dest, uint32 dest_len); 166 bool IsFillerFsi(uint8* fsi, uint32 fsi_len) [all...] |
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/se/include/ |
lcblccmn.h | 53 int32 T103TimerIdGet(uint32 forwardLcn) ; 54 void T103TimerStart(uint32 forwardLcn, uint32 tmrSqcNumber) ; 55 void T103TimerStop(uint32 forwardLcn) ; 64 void PtvEtbIdcSend(uint32 forwardLcn, PS_OpenLogicalChannel, int32 reverseLcn = -1) ; 65 void PtvEtbCfmSend(uint32 forwardLcn, PS_OpenLogicalChannelAck, int32 reverseLcn = -1) ; 67 void PtvEtbCfmSend2(uint32 forwardLcn, PS_OpenLogicalChannelAck, int32 reverseLcn = -1) ; 68 void PtvRlsIdcSend(uint32 forwardLcn, PS_Source , PS_OlcRejectCause, S_InfHeader::TDirection dir, int32 reverseLcn = -1) ; 69 void PtvRlsCfmSend(uint32 forwardLcn, int32 reverseLcn = -1) ; 70 void PtvErrIdcSend(uint32 forwardLcn, ENUM_ErrCode, int32 reverseLcn = -1) [all...] |
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/ |
tsc_capability.h | 85 uint32 GetRemoteBitrate(PVCodecType_t codec_type); 93 void ParseTcsCapabilities(S_Capability &aCapability, Oscl_Vector<CPvtMediaCapability*, OsclMemAllocator> &aMedia_capability, uint32 userInputCapabilities, S_UserInputCapability *aUserInputCapability); 96 PS_DataType GetOutgoingDataType(PVCodecType_t codecType, uint32 bitrate, uint16 csi_len, uint8* csi); 105 uint32 GetMaxBitrateForOutgoingChannel(PVCodecType_t codecType); 106 PS_DataType GetDataType(PVCodecType_t codecType, uint32 bitrate, const uint8* dci, uint16 dci_len); 126 uint32 iTcsIn_H263_sqcifMPI; // Units 1/30 second 127 uint32 iTcsIn_H263_qcifMPI; // Units 1/30 second 128 uint32 iTcsIn_H263_cifMPI; // Units 1/30 second 129 uint32 iTcsIn_H263_4cifMPI; // Units 1/30 second 130 uint32 iTcsIn_H263_16cifMPI; // Units 1/30 secon [all...] |
tsc_sub.h | 61 uint32 InfType, 62 uint32 InfId, 63 uint32 InfSupplement1, 64 uint32 InfSupplement2, 65 uint8* pParameter, uint32 Size); 66 void Tsc_ChoiceDataSet(uint32 TrueTarget, 68 uint32 NumberTarget); 69 void Tsc_DescriptorFlagChange(uint32 fActDact, 70 uint32 TblEntryNumber, 71 uint32 isLocal) [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/4X/ |
fourX.h | 87 UINT32 count1; 88 UINT32 count2; 89 UINT32 count3; 90 UINT32 count4; 91 UINT32 count5; 92 UINT32 count6; 93 UINT32 count7; 155 UINT32 desiredMaxConcatSize; 163 UINT32 currentMaxConcatSize; 204 UINT32 *matchingLevel) [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/ |
public_event_mbox.h | 167 uint32 eventReportP1; 168 uint32 eventReportP2; 169 uint32 eventReportP3; 182 uint32 eventsVector; 183 uint32 eventsMask; 184 uint32 reserved1; 185 uint32 reserved2; 216 uint32 reserved; 217 uint32 debugReport[2]; /* [DBG_EVENT_ID]*/ 221 uint32 consFcsErrCnt; /* The number of FCS errors since the last event. * [all...] |
/external/opencore/codecs_v2/video/avc_h264/enc/src/ |
intra_est.cpp | 121 uint32 *saved_inter; 162 *saved_inter++ = *((uint32*)(curL += 4)); 163 *saved_inter++ = *((uint32*)(curL += 4)); 164 *saved_inter++ = *((uint32*)(curL += 4)); 165 *saved_inter++ = *((uint32*)(curL += 4)); 195 *((uint32*)(curL += 4)) = *saved_inter++; 196 *((uint32*)(curL += 4)) = *saved_inter++; 197 *((uint32*)(curL += 4)) = *saved_inter++; 198 *((uint32*)(curL += 4)) = *saved_inter++; 220 uint32 word1, word2, word3, word4 [all...] |
/external/neven/Embedded/common/src/b_BasicEm/ |
MemTbl.h | 44 uint32 esSizeE; 53 uint32 ssSizeE; 80 const void* memPtrA, uint32 sizeA ); 92 uint32 sizeA, 93 uint32 sharedSubSizeA ); 99 uint32 sizeA, 100 uint32 idA ); 106 uint32 sizeA, 107 uint32 idA ); 112 uint32 idA ) [all...] |
/external/neven/Embedded/common/src/b_ImageEm/ |
ComplexImage.h | 49 uint32 widthE; 52 uint32 heightE; 87 uint32 bim_ComplexImage_checkSum( struct bbs_Context* cpA, 91 uint32 bim_ComplexImage_heapSize( struct bbs_Context* cpA, 93 uint32 widthA, uint32 heightA ); 100 uint32 widthA, 101 uint32 heightA, 107 uint32 widthA, 108 uint32 heightA ) [all...] |
UInt8PyramidalImage.c | 115 uint32 levelA ) 117 uint32 iL; 118 uint32 offsL = 0; 119 uint32 baseSizeL = ptrA->widthE * ptrA->heightE; 124 bbs_ERROR2( "uint8* bim_UInt8PyramidalImage_arrPtr( struct bim_UInt8PyramidalImage* ptrA, uint32 levelA ):\n" 139 uint32 bim_UInt8PyramidalImage_heapSize( struct bbs_Context* cpA, 141 uint32 widthA, 142 uint32 heightA, 143 uint32 depthA ) 145 uint32 baseSizeL = widthA * heightA [all...] |
/external/opencore/doc/oscl_html/ |
oscl__tls_8h.html | 26 <tr><td nowrap align=right valign=top>const uint32 </td><td valign=bottom><a class="el" href="group__osclbase.html#a11">OSCL_TLS_ID_MAGICNUM</a> = 0</td></tr> 27 <tr><td nowrap align=right valign=top>const uint32 </td><td valign=bottom><a class="el" href="group__osclbase.html#a12">OSCL_TLS_ID_ERRORHOOK</a> = 1</td></tr> 28 <tr><td nowrap align=right valign=top>const uint32 </td><td valign=bottom><a class="el" href="group__osclbase.html#a13">OSCL_TLS_ID_PVLOGGER</a> = 2</td></tr> 29 <tr><td nowrap align=right valign=top>const uint32 </td><td valign=bottom><a class="el" href="group__osclbase.html#a14">OSCL_TLS_ID_TEST</a> = 3</td></tr> 30 <tr><td nowrap align=right valign=top>const uint32 </td><td valign=bottom><a class="el" href="group__osclbase.html#a15">OSCL_TLS_ID_PVSCHEDULER</a> = 4</td></tr> 31 <tr><td nowrap align=right valign=top>const uint32 </td><td valign=bottom><a class="el" href="group__osclbase.html#a16">OSCL_TLS_ID_PVERRORTRAP</a> = 5</td></tr> 32 <tr><td nowrap align=right valign=top>const uint32 </td><td valign=bottom><a class="el" href="group__osclbase.html#a17">OSCL_TLS_ID_SDPMEDIAPARSER</a> = 6</td></tr> 33 <tr><td nowrap align=right valign=top>const uint32 </td><td valign=bottom><a class="el" href="group__osclbase.html#a18">OSCL_TLS_ID_PAYLOADPARSER</a> = 7</td></tr> 34 <tr><td nowrap align=right valign=top>const uint32 </td><td valign=bottom><a class="el" href="group__osclbase.html#a19">OSCL_TLS_ID_PVMFRECOGNIZER</a> = 8</td></tr> 35 <tr><td nowrap align=right valign=top>const uint32 </td><td valign=bottom><a class="el" href="group__osclbase.html#a20">OSCL_TLS_ID_WMDRM</a> = (…) [all...] |
/external/opencore/nodes/streaming/streamingmanager/src/ |
pvmf_streaming_manager_extension_interface.cpp | 171 PVMFStreamingManagerExtensionInterfaceImpl::switchStreams(uint32 aSrcStreamID, uint32 aDestStreamID) 308 uint32 aStreamID, 387 OSCL_EXPORT_REF uint32 393 OSCL_EXPORT_REF uint32 402 uint32 starting_index, 419 uint32 starting_index, 434 uint32 aStart, 435 uint32 aEnd) 443 uint32 start [all...] |
/external/opencore/oscl/oscl/osclbase/src/ |
oscl_vector.cpp | 37 OSCL_EXPORT_REF void Oscl_Vector_Base::reserve(uint32 n) 45 for (uint32 i = 0; i < numelems; i++) 68 OSCL_EXPORT_REF void Oscl_Vector_Base::construct(Oscl_Opaque_Type_Alloc* aType, uint32 n) 89 uint32 new_bufsize = (bufsize) ? 2 * bufsize : 2; 107 uint32 new_bufsize = (bufsize) ? 2 * bufsize : 2; 110 for (uint32 i = numelems; i > 0; i--) 124 uint32 new_bufsize = (bufsize) ? 2 * bufsize : 2; 162 numelems -= (((uint32)last - (uint32)first) / sizeof_T); 171 OsclAny* tmp = pOpaqueType->allocate((uint32)x.end() - (uint32)x.begin()) [all...] |
/external/opencore/oscl/unit_test/src/ |
unit_test_vector.h | 29 typedef uint32 size_type; 35 pointer allocate(uint32 size) 95 typedef uint32 size_type; 115 UnitTest_Vector(uint32 n) : 181 uint32 size() const 189 uint32 capacity() const 202 void reserve(uint32 n) 208 for (uint32 i = 0; i < numelems; i++) 239 uint32 new_bufsize = (bufsize) ? 2 * bufsize : 2; 251 T& operator[](uint32 n [all...] |
/external/webkit/WebCore/plugins/ |
npfunctions.h | 46 typedef NPError (*NPN_PostURLNotifyProcPtr)(NPP instance, const char* URL, const char* window, uint32 len, const char* buf, NPBool file, void* notifyData); 53 typedef void* (*NPN_MemAllocProcPtr)(uint32 size); 55 typedef uint32 (*NPN_MemFlushProcPtr)(uint32 size); 63 typedef NPError (*NPN_PostURLProcPtr)(NPP instance, const char* URL, const char* window, uint32 len, const char* buf, NPBool file); 69 typedef NPError (*NPN_GetValueForURLProcPtr)(NPP npp, NPNURLVariable variable, const char* url, char** value, uint32* len); 70 typedef NPError (*NPN_SetValueForURLProcPtr)(NPP npp, NPNURLVariable variable, const char* url, const char* value, uint32 len); 71 typedef NPError (*NPN_GetAuthenticationInfoProcPtr)(NPP npp, const char* protocol, const char* host, int32 port, const char* scheme, const char *realm, char** username, uint32* ulen, char** password, uint32* plen); 73 typedef uint32 (*NPN_ScheduleTimerProcPtr)(NPP npp, uint32 interval, NPBool repeat, void (*timerFunc)(NPP npp, ui (…) [all...] |
/external/opencore/engines/author/test/src/ |
test_pv_author_engine_typedefs.h | 163 extern const uint32 KVideoBitrate ; 164 extern const uint32 KVideoFrameWidth ; 165 extern const uint32 KVideoFrameHeight; 166 extern const uint32 KVideoTimescale ; 167 extern const uint32 KNumLayers; 169 extern const uint32 KVideoFrameRate; 170 extern const uint32 KNum20msFramesPerChunk; 171 extern const uint32 KAudioBitsPerSample; 176 extern const uint32 KAudioBitrate; 177 extern const uint32 KAudioBitrateWB [all...] |
/hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/ |
bcmsdh.c | 53 uint32 vendevid; /* Target Vendor and Device ID on SD bus */ 56 uint32 sbwad; /* Save backplane window address */ 94 *regsva = (uint32 *)SI_ENUM_BASE; 207 bcmsdh_cfg_read(void *sdh, uint fnc_num, uint32 addr, int *err) 240 bcmsdh_cfg_write(void *sdh, uint fnc_num, uint32 addr, uint8 data, int *err) 269 uint32 270 bcmsdh_cfg_read_word(void *sdh, uint fnc_num, uint32 addr, int *err) 274 uint32 data = 0; 294 bcmsdh_cfg_write_word(void *sdh, uint fnc_num, uint32 addr, uint32 data, int *err [all...] |
/external/opencore/protocols/rtp_payload_parser/rfc_3984/src/ |
h264_payload_parser.cpp | 73 uint32 interLeaveDepth = (uint32)(h264PayloadInfo->getSpropInterleavingDepth()); 74 uint32 packetizationMode = (uint32)(h264PayloadInfo->getPacketizationMode()); 168 OSCL_EXPORT_REF void H264PayloadParser::Reposition(const bool adjustSequence, const uint32 stream, const uint32 seqnum) 175 OSCL_EXPORT_REF uint32 H264PayloadParser::GetMinCurrTimestamp() 189 uint32 rtp_payload_ptr_offset = 0; 212 uint32 rtp_payload_ptr_offset = 0; 249 uint32 &rtp_payload_ptr_offset [all...] |