/external/opencore/fileformats/mp4/composer/src/ |
timetosampleatom.cpp | 30 typedef Oscl_Vector<uint32, OsclMemAllocator> uint32VecType; 33 PVA_FF_TimeToSampleAtom::PVA_FF_TimeToSampleAtom(uint32 mediaType) 34 : PVA_FF_FullAtom(TIME_TO_SAMPLE_ATOM, (uint8)0, (uint32)0), 57 PVA_FF_TimeToSampleAtom::nextSample(uint32 ts) 91 PVA_FF_TimeToSampleAtom::updateLastTSEntry(uint32 ts) 93 if (((uint32) _mediaType == MEDIA_TYPE_AUDIO) || 94 ((uint32) _mediaType == MEDIA_TYPE_VISUAL)) 121 uint32 count = (*_psampleCountVec)[_entryCount - 1]; 135 PVA_FF_TimeToSampleAtom::addEntry(uint32 count, int32 delta) 179 for (uint32 i = 0; i < _entryCount; i++ [all...] |
fonttableatom.cpp | 54 for (uint32 i = 0; i < _fontlistsize; i++) 68 uint32 length; 82 for (uint32 i = 0; i < _pFontRecordArray->size(); i++) 99 uint32 length; 103 for (uint32 i = 0; i < _pFontRecordArray->size(); i++) 119 uint32 PVA_FF_FontTableAtom::getSize() 132 for (uint32 i = 0; i < _pFontRecordArray->size(); i++)
|
/external/opencore/nodes/streaming/jitterbuffernode/include/ |
pvmf_jitter_buffer_port.h | 103 uint32 iTimeScale; 104 uint32 iBitrate; 107 uint32 iNumMediaMsgsRecvd; 108 uint32 iNumMediaMsgsSent; 152 uint32 aInCapacity, 153 uint32 aInReserve, 154 uint32 aInThreshold, 155 uint32 aOutCapacity, 156 uint32 aOutReserve, 157 uint32 aOutThreshold, const char*) [all...] |
/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/src/ |
pvmf_jb_session_duration_timer.cpp | 67 uint32 timebase32 = 0; 76 uint32 currEstServClk32; 79 uint32 remainingSessionDuration32 = 0; 93 PVMFStatus PvmfJBSessionDurationTimer::setSessionDurationInMS(uint32 duration) 125 uint32 timebase32 = 0; 126 uint32 cancelTime = 0; 133 uint32 timebase32 = 0; 150 uint32 timebase32 = 0; 151 uint32 estServClock = 0; 181 uint32 timebase32 = 0 [all...] |
/external/opencore/oscl/oscl/osclio/src/ |
oscl_socket.cpp | 50 OSCL_EXPORT_REF int32 OsclSocketServ::Connect(uint32 aMessageSlots) 63 uint32 aId) 120 const uint8* aPtr, uint32 aLen, 133 uint8* aPtr, uint32 aMaxLen, 136 uint32 aMultiMaxLen, 137 Oscl_Vector<uint32, OsclMemAllocator>* aPacketLen, 148 OSCL_EXPORT_REF int32 OsclUDPSocket::SetRecvBufferSize(uint32 size) 156 uint32 aId) 230 OSCL_EXPORT_REF OsclTCPSocket *OsclTCPSocket::GetAcceptedSocketL(uint32 aId) 278 const uint8* aPtr, uint32 aLen [all...] |
oscl_tcp_socket.h | 55 uint32 aId); 63 OsclTCPSocketI *GetAcceptedSocketL(uint32 aId); 73 inline TPVSocketEvent ListenAsync(uint32 qsize, 88 inline TPVSocketEvent Send(const uint8* &aPtr, uint32 aLen, 92 inline TPVSocketEvent Recv(uint8* &aPtr, uint32 aMaxLen, 101 uint32 aId); 113 uint32 aId); 118 uint32 aId); 173 inline TPVSocketEvent OsclTCPSocketI::ListenAsync(uint32 qsize, 223 inline TPVSocketEvent OsclTCPSocketI::Send(const uint8* &aPtr, uint32 aLen [all...] |
oscl_file_stats.cpp | 29 void OsclFileStats::Start(uint32& aTicks) 34 void OsclFileStats::End(TOsclFileOp aOp, uint32 aStart, uint32 aParam, TOsclFileOffset aParam2) 36 uint32 delta = OsclTickCount::TickCount() - aStart; 49 void OsclFileStats::Log(TOsclFileOp aOp, PVLogger* aLogger, uint32 aLogLevel) 73 void OsclFileStats::LogAll(PVLogger* aLogger, uint32 aLogLevel) 77 for (uint32 op = 0; op < EOsclFileOp_Last; op++)
|
/external/qemu/distrib/sdl-1.2.12/src/timer/ |
SDL_timer.c | 35 Uint32 SDL_alarm_interval = 0; 42 Uint32 interval; 45 Uint32 last_alarm; 106 Uint32 now, ms; 165 static SDL_TimerID SDL_AddTimerInternal(Uint32 interval, SDL_NewTimerCallback callback, void *param) 180 printf("SDL_AddTimer(%d) = %08x num_timers = %d\n", interval, (Uint32)t, SDL_timer_running); 185 SDL_TimerID SDL_AddTimer(Uint32 interval, SDL_NewTimerCallback callback, void *param) 229 printf("SDL_RemoveTimer(%08x) = %d num_timers = %d thread = %d\n", (Uint32)id, removed, SDL_timer_running, SDL_ThreadID()); 236 static Uint32 SDLCALL callback_wrapper(Uint32 ms, void *param [all...] |
/hardware/broadcom/wlan/bcm4329/src/include/proto/ |
802.11e.h | 62 uint32 min_srv_interval; /* Minimum Service Interval (us) */ 63 uint32 max_srv_interval; /* Maximum Service Interval (us) */ 64 uint32 inactivity_interval; /* Inactivity Interval (us) */ 65 uint32 suspension_interval; /* Suspension Interval (us) */ 66 uint32 srv_start_time; /* Service Start Time (us) */ 67 uint32 min_data_rate; /* Minimum Data Rate (bps) */ 68 uint32 mean_data_rate; /* Mean Data Rate (bps) */ 69 uint32 peak_data_rate; /* Peak Data Rate (bps) */ 70 uint32 max_burst_size; /* Maximum Burst Size (bytes) */ 71 uint32 delay_bound; /* Delay Bound (us) * [all...] |
/external/neven/Embedded/common/src/b_BasicEm/ |
String.h | 42 char* bbs_strncpy( char* dstA, const char* srcA, uint32 sizeA ); 48 char* bbs_strncat( char* dstA, const char* srcA, uint32 sizeA ); 51 uint32 bbs_strlen( const char* strA ); 62 uint32 bbs_snprintf( char* dstA, uint32 bufSizeA, const char* formatA, ... ); 67 uint32 bbs_vsnprintf( char* dstA, uint32 bufSizeA, const char* formatA, va_list argsA );
|
/external/opencore/baselibs/media_data_structures/src/ |
time_comparison_utils.h | 71 /*IN*/ uint32 aTimeA, 72 /*IN*/ uint32 aTimeB, 73 /*OUT*/ uint32& delta); 101 /*IN*/ uint32 aClock, 102 /*IN*/ uint32 aEarlyMargin, 103 /*IN*/ uint32 aLateMargin, 104 /*OUT*/ uint32 &aDelta);
|
/external/opencore/baselibs/threadsafe_callback_ao/src/ |
threadsafe_callback_ao.h | 63 uint32 index_in; // index of element to be queued next 64 uint32 index_out; // index of element to be de-queued next 65 uint32 NumElem; // Number of elements currently in the queue 66 uint32 MaxNumElements; // Maximum number of queue elements (i.e, queue depth) 69 OSCL_IMPORT_REF ThreadSafeCallbackAO(void *aObserver = NULL, uint32 aDepth = DEFAULT_QUEUE_DEPTH, const char *aAOname = thisAOname, int32 aPriority = OsclActiveObject::EPriorityNominal); 94 OSCL_IMPORT_REF OsclReturnCode QueueInit(uint32 aMaxQueueDepth); 98 OSCL_IMPORT_REF uint32 GetQueueNumElem(); // number of elements in the queue
|
/external/opencore/doc/oscl_html/ |
oscl__singleton_8h.html | 23 <tr><td nowrap align=right valign=top>const uint32 </td><td valign=bottom><a class="el" href="oscl__singleton_8h.html#a0">OSCL_SINGLETON_ID_TEST</a> = 0</td></tr> 24 <tr><td nowrap align=right valign=top>const uint32 </td><td valign=bottom><a class="el" href="oscl__singleton_8h.html#a1">OSCL_SINGLETON_ID_OSCLMEM</a> = 1</td></tr> 25 <tr><td nowrap align=right valign=top>const uint32 </td><td valign=bottom><a class="el" href="oscl__singleton_8h.html#a2">OSCL_SINGLETON_ID_PVLOGGER</a> = 2</td></tr> 26 <tr><td nowrap align=right valign=top>const uint32 </td><td valign=bottom><a class="el" href="oscl__singleton_8h.html#a3">OSCL_SINGLETON_ID_PVSCHEDULER</a> = 3</td></tr> 27 <tr><td nowrap align=right valign=top>const uint32 </td><td valign=bottom><a class="el" href="oscl__singleton_8h.html#a4">OSCL_SINGLETON_ID_PVERRORTRAP</a> = 4</td></tr> 28 <tr><td nowrap align=right valign=top>const uint32 </td><td valign=bottom><a class="el" href="oscl__singleton_8h.html#a5">OSCL_SINGLETON_ID_SDPMEDIAPARSER</a> = 5</td></tr> 29 <tr><td nowrap align=right valign=top>const uint32 </td><td valign=bottom><a class="el" href="oscl__singleton_8h.html#a6">OSCL_SINGLETON_ID_PAYLOADPARSER</a> = 6</td></tr> 30 <tr><td nowrap align=right valign=top>const uint32 </td><td valign=bottom><a class="el" href="oscl__singleton_8h.html#a7">OSCL_SINGLETON_ID_CPM_PLUGIN</a> = 7</td></tr> 31 <tr><td nowrap align=right valign=top>const uint32 </td><td valign=bottom><a class="el" href="oscl__singleton_8h.html#a8">OSCL_SINGLETON_ID_PVMFRECOGNIZER</a> = 8</td></tr> 32 <tr><td nowrap align=right valign=top>const uint32 </td><td valign=bottom><a class="el" href="oscl__singleton_8h.html#a9">OSCL_SINGLETON_ID_OSCL (…) [all...] |
oscl__tickcount_8h-source.html | 28 00042 <span class="keyword">static</span> uint32 <a class="code" href="classOsclTickCount.html#d0">TickCount</a>(); 30 00050 <span class="keyword">static</span> uint32 <a class="code" href="classOsclTickCount.html#d1">TickCountFrequency</a>(); 32 00058 <span class="keyword">static</span> uint32 <a class="code" href="classOsclTickCount.html#d2">TickCountPeriod</a>(); 34 00065 <span class="keyword">static</span> uint32 <a class="code" href="classOsclTickCount.html#d3">TicksToMsec</a>(uint32 ticks); 36 00072 <span class="keyword">static</span> uint32 <a class="code" href="classOsclTickCount.html#d4">MsecToTicks</a>(uint32 msec);
|
/external/opencore/fileformats/mp4/parser/include/ |
audiosampleentry.h | 45 AudioSampleEntry(MP4_FF_FILE *fp, uint32 size, uint32 type); 69 virtual uint32 getESID() const 124 virtual uint32 getAverageBitrate() const 136 virtual uint32 getMaxBitrate() const 149 uint32 getMaxBufferSizeDB() const 164 uint32 _reserved1[2];
|
mediaheaderatom.h | 44 MediaHeaderAtom(MP4_FF_FILE *fp, uint32 size, uint32 type); // Stream-in ctor 66 uint32 getTimeScale() const 89 uint32 _creationTime; // 4/8 (32/64bits) -- Will templatize later - using 32bits for now 92 uint32 _modificationTime; // 4/8 (32/64bits) -- Will templatize later - using 32bits for now 95 uint32 _timeScale; // 4 (32bits) 96 uint32 _duration; // 4/8 (32/64bits) -- Will templatize later - using 32bits for now
|
/external/opencore/fileformats/mp4/parser/src/ |
editlistatom.cpp | 21 typedef Oscl_Vector<uint32, OsclMemAllocator> uint32VecType; 26 EditListAtom::EditListAtom(MP4_FF_FILE *fp, uint32 size, uint32 type) 29 uint32 i = 0, temp = 0; 47 uint32 dataSize = _size - (DEFAULT_FULL_ATOM_SIZE + 4); 49 uint32 entrySize = (4 + 4 + 2 + 2); 82 uint32 EditListAtom::getInitialTimeOffset()
|
fullatom.cpp | 36 FullAtom::FullAtom(uint32 type, uint8 version, uint32 flags) 50 uint32 data; 77 FullAtom::FullAtom(MP4_FF_FILE *fp, uint32 size, uint32 type) 83 uint32 data; 121 OSCL_EXPORT_REF uint32
|
metadataatom.cpp | 22 MetaDataAtom::MetaDataAtom(MP4_FF_FILE *fp, uint32 size, uint32 type): Atom(fp, size, type) 29 uint32 _count = _size - getDefaultSize(); 31 uint32 data_32_hdlr = 0; 46 uint32 atomType = UNKNOWN_ATOM; 47 uint32 atomSize = 0; 49 uint32 currPtr = AtomUtils::getCurrentFilePosition(fp);
|
/external/opencore/nodes/pvclientserversocketnode/include/ |
pvmf_clientserver_socket_port.h | 89 , uint32 aInCapacity 90 , uint32 aInReserve 91 , uint32 aInThreshold 92 , uint32 aOutCapacity 93 , uint32 aOutReserve 94 , uint32 aOutThreshold); 143 uint32 iNumFramesConsumed; //number of frames consumed & discarded.
|
/external/opencore/nodes/pvprotocolenginenode/base/src/ |
pvmf_protocol_engine_node.h | 160 PVMFStatus GetHTTPHeader(uint8*& aHeader, uint32& aHeaderLen); 161 void GetFileSize(uint32& aFileSize) 168 void SetHttpVersion(const uint32 aHttpVersion = HTTP_V11); 169 void SetNetworkTimeout(const uint32 aTimeout); 170 void SetNetworkLoggingTimeout(const uint32 aTimeout); 171 void SetKeepAliveTimeout(const uint32 aTimeout) 173 uint32 timeout = aTimeout; 177 void SetNumRedirectTrials(const uint32 aNumTrials) 187 bool SetStreamingProxy(OSCL_wString& aProxyURL, const uint32 aProxyPort) 204 PVMFCommandId Seek(PVMFSessionId aSessionId, uint64 aNPTInMS, uint32& aFirstSeqNumAfterSeek, OsclAny* aContext) [all...] |
/external/opencore/nodes/pvprotocolenginenode/include/ |
pvmf_protocol_engine_node_extension.h | 95 virtual PVMFStatus GetHTTPHeader(uint8*& aHeader, uint32& aHeaderLen) = 0; 103 virtual void GetFileSize(uint32& aFileSize) = 0; 132 virtual void SetHttpVersion(const uint32 aHttpVersion = HTTP_V11) = 0; 138 virtual void SetNetworkTimeout(const uint32 aTimeout) = 0; 145 virtual void SetNumRedirectTrials(const uint32 aNumTrials) = 0; 236 uint32 iPlayBackMode; 237 uint32 iStreamRate; 238 uint32 iStreamByteOffset; 239 uint32 iStreamStartTimeInMS; 240 uint32 iMaxStreamDurationInMS [all...] |
/external/opencore/protocols/http_parcom/include/ |
http_parser_external.h | 27 uint32 iContentLength; // for "Content-Length" 28 uint32 iContentRangeLeft; // for "Content-Range" 29 uint32 iContentRangeRight; 78 uint32 getNumFragments() 84 bool getMemFrag(uint32 index, OsclRefCounterMemFrag& memfrag) 101 uint32 getTotalFragSize() 103 uint32 total_size = 0, i;
|
/external/opencore/pvmi/pvmf/include/ |
pvmf_resizable_simple_mediamsg.h | 105 OsclSharedPtr<PVMFMediaDataImpl> allocate(uint32 size) 162 uint32 currCapacity = memFrag.getCapacity(); 163 uint32 bytesUsed = memFrag.getMemFragSize(); 165 //uint32 alignedBytesUsed = bytesUsed; 166 uint32 alignedBytesUsed = oscl_mem_aligned_size(bytesUsed); 170 uint32 bytesToReclaim = (currCapacity - alignedBytesUsed); 181 uint32 GetMediaMsgAllocationOverheadBytes()
|
pvmi_kvp_util.h | 73 uint32 aMaxSize = 0xFFFFFFFF, 74 uint32 aTruncateFlag = 1); 80 uint32 aMaxSize = 0xFFFFFFFF, 81 uint32 aTruncateFlag = 1); 86 uint32 aValueLen, 88 uint32 aMaxSize = 0xFFFFFFFF); 92 uint32& aValueUInt32,
|