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

1 2 3 4 5 6 78 91011>>

  /external/opencore/fileformats/mp4/composer/include/
atomutils.h 97 static bool render32(MP4_AUTHOR_FF_FILE_IO_WRAP *fp, uint32 data);
98 static bool render24(MP4_AUTHOR_FF_FILE_IO_WRAP *fp, uint32 data);
105 static bool renderByteData(MP4_AUTHOR_FF_FILE_IO_WRAP *fp, uint32 length, uint8 *data);
108 static void setTime(uint32& ulTime);
115 static uint32 getNumberOfBytesUsedToStoreSizeOfClass(uint32 contentSize);
116 static uint32 getNumberOfBytesUsedToStoreContent(uint32 sizeOfClass);
118 static void seekFromCurrPos(MP4_AUTHOR_FF_FILE_IO_WRAP *fp, uint32 n);
119 static void seekFromStart(MP4_AUTHOR_FF_FILE_IO_WRAP *fp, uint32 n)
    [all...]
decoderconfigdescriptor.h 72 uint32 getBufferSizeDB() const
76 void setBufferSizeDB(uint32 size)
81 uint32 getMaxBitrate()
85 void setMaxBitrate(uint32 max)
90 uint32 getAvgBitrate()
94 void setAvgBitrate(uint32 avg)
103 void nextSampleSize(uint32 size);
105 void setMaxBufferSizeDB(uint32 max)
127 uint32 _bufferSizeDB; // (24)
128 uint32 _maxBitrate; // (32
    [all...]
  /external/opencore/fileformats/mp4/composer/src/
trackfragmentrandomaccessatom.cpp 24 PVA_FF_TfraAtom::PVA_FF_TfraAtom(uint32 trackId)
25 : PVA_FF_FullAtom(TRACK_FRAGMENT_RANDOM_ACCESS_ATOM, (uint8)0, (uint32)0)
51 PVA_FF_TfraAtom::addSampleEntry(uint32 ts, uint32 moofOffset, uint32 trafNumber,
52 uint32 trunNumber, uint32 sampleNumber)
69 uint32
79 PVA_FF_TfraAtom::updateMoofOffset(uint32 offset)
85 for (uint32 ii = _moofUpdateSample; ii <= _entryCount; ii++
    [all...]
  /external/opencore/fileformats/mp4/parser/include/
itunesilstatom.h 34 ItunesMeaningAtom(MP4_FF_FILE *fp, uint32 size, uint32 type);
54 ItunesNameAtom(MP4_FF_FILE *fp, uint32 size, uint32 type);
73 ITunesMetaDataAtom(MP4_FF_FILE *fp, uint32 size, uint32 type);
91 ITunesTitleAtom(MP4_FF_FILE *fp, uint32 size, uint32 type);
109 ITunesTrackSubTitleAtom(MP4_FF_FILE *fp, uint32 size, uint32 type)
    [all...]
trackheaderatom.h 44 TrackHeaderAtom(MP4_FF_FILE *fp, uint32 size, uint32 type);
67 uint32 getTrackID() const
108 uint32 _creationTime; // 4/8 (32/64bits) -- Will templatize later - using 32bits for now
111 uint32 _modificationTime; // 4/8 (32/64bits) -- Will templatize later - using 32bits for now
114 uint32 _trackID; // 4 (32bits)
115 uint32 _reserved1; // = 0;
117 uint32 _duration; // 4/8 (32/64bits) -- Will templatize later - using 32bits for now
121 uint32 _reserved2[3]; // = { 0, 0, 0 };
124 uint32 _reserved5[9]; // = { 0x00010000, 0, 0, 0, 0x00010000, 0, 0, 0, 0x40000000 }
    [all...]
  /external/opencore/nodes/pvmp4ffcomposernode/include/
pvmp4ffcn_settings.h 63 uint32 iSamplingFrequency;
64 uint32 iNumChannels;
65 uint32 iNum20msFramesPerChunk;
67 uint32 iTimescale;
68 uint32 iFrameHeight;
69 uint32 iFrameWidth;
72 uint32 iFirstFrameTimestamp;
73 uint32 iBitrate;
74 uint32 iFrameInterval;
  /external/opencore/protocols/rtp_payload_parser/include/
sequence_gen.h 40 uint32 timestampReposDelta = SEQUENCEGEN_TIMESTAMP_REPOS_DELTA);
51 uint32 generateSequenceNum(uint stream);
52 uint32 generateTimestamp(uint stream, uint32 timestamp, bool reposition = false);
54 uint32 getMinTimestamp();
56 void setSeqnum(const uint stream, const uint32 seqnum) ;// set next seqnum for stream
77 uint32 currSeq;
80 uint32 currTimestamp;
86 uint32 timestampReposDelta;
  /external/opencore/protocols/sdp/common/include/
payload_info.h 73 inline void setDecoderSpecificInfoSize(uint32 size)
78 uint32 getConfigSize()
82 uint32 getPayloadNumber()
87 uint32 getSampleRate()
92 uint32 getNumberOfChannels()
107 uint32 payloadNumber;
108 uint32 sampleRate;
109 uint32 noOfChannels;
113 uint32 configSize;
  /external/opencore/pvmi/pvmf/include/
pvmf_media_frag_group.h 69 virtual uint32 getMarkerInfo();
71 virtual uint32 getErrorsFlag();
72 virtual uint32 getNumFragments();
73 virtual bool getMediaFragment(uint32 index, OsclRefCounterMemFrag& memfrag);
74 virtual bool getMediaFragmentSize(uint32 index, uint32& size);
75 virtual uint32 getFilledSize();
76 virtual uint32 getCapacity();
78 virtual void setCapacity(uint32 aCapacity);
79 virtual bool setMediaFragFilledLen(uint32 index, uint32 len)
    [all...]
  /external/opencore/oscl/oscl/osclbase/src/
oscl_singleton.h 54 const uint32 OSCL_SINGLETON_ID_TEST = 0;
55 const uint32 OSCL_SINGLETON_ID_OSCLMEM = 1;
56 const uint32 OSCL_SINGLETON_ID_PVLOGGER = 2;
57 const uint32 OSCL_SINGLETON_ID_PVSCHEDULER = 3;
58 const uint32 OSCL_SINGLETON_ID_PVERRORTRAP = 4;
59 const uint32 OSCL_SINGLETON_ID_SDPMEDIAPARSER = 5;
60 const uint32 OSCL_SINGLETON_ID_PAYLOADPARSER = 6;
61 const uint32 OSCL_SINGLETON_ID_CPM_PLUGIN = 7;
62 const uint32 OSCL_SINGLETON_ID_PVMFRECOGNIZER = 8;
63 const uint32 OSCL_SINGLETON_ID_OSCLREGISTRY = 9
    [all...]
oscl_stdstring.cpp 22 OSCL_EXPORT_REF uint32 oscl_strlen(const char* str)
24 return (uint32)strlen(str);
27 OSCL_EXPORT_REF uint32 oscl_strlen(const oscl_wchar* str)
29 uint32 len = 0;
38 OSCL_EXPORT_REF char* oscl_strncpy(char* dest, const char* src, uint32 count)
43 OSCL_EXPORT_REF oscl_wchar* oscl_strncpy(oscl_wchar *dest, const oscl_wchar *src, uint32 count)
46 uint32 ii;
64 OSCL_EXPORT_REF int32 oscl_strncmp(const char* str1, const char* str2, uint32 count)
81 OSCL_EXPORT_REF int32 oscl_strncmp(const oscl_wchar *str1, const oscl_wchar *str2, uint32 count)
83 for (uint32 ii = 0; ii < count; ii++
    [all...]
  /external/opencore/fileformats/mp4/parser/src/
moviefragmentatom.cpp 37 uint32 &size,
38 uint32 type,
43 uint32 &countOfTrunsParsed)
66 uint32 count = size - DEFAULT_ATOM_SIZE;
74 uint32 atomType = UNKNOWN_ATOM;
75 uint32 atomSize = 0;
178 uint32 &size,
179 uint32 type,
183 uint32 &countOfTrunsParsed)
186 uint32 count = size
    [all...]
compositionoffsetatom.cpp 46 uint32 mediaType,
47 uint32 size,
48 uint32 type,
50 uint32 parsingMode):
111 uint32 dataSize = _size - (DEFAULT_FULL_ATOM_SIZE + 4);
113 uint32 entrySize = (4 + 4);
131 uint32 fptrBuffSize = (_entryCount / _stbl_buff_size) + 1;
133 PV_MP4_FF_ARRAY_NEW(NULL, uint32, (fptrBuffSize), _stbl_fptr_vec);
142 PV_MP4_FF_ARRAY_NEW(NULL, uint32, (_stbl_buff_size), _psampleCountVec);
151 PV_MP4_FF_ARRAY_NEW(NULL, uint32, (_stbl_buff_size), _psampleOffsetVec)
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/inc/
memMngrEx.h 155 typedef void (*bd_FreeMemFunc)( UINT32 , UINT32, UINT32, UINT32, UINT32 );
162 UINT32 handle; /* Hanlde of this Data Buffer Structure */
165 UINT32 refCount; /* number of instances of this Data Buf */
167 UINT32 poolIndex; /* the buffer pool index */
178 UINT32 handle; /* Hanlde of this BD Data Structure */
179 UINT32 refCount; /* number of instances of this BD *
    [all...]
  /external/neven/Embedded/common/src/b_ImageEm/
Functions.c 40 uint32 srcWidthA,
41 uint32 effWidthA,
42 uint32 effHeightA )
44 uint32 wsL = srcWidthA;
45 uint32 w0L = effWidthA;
46 uint32 h0L = effHeightA;
47 uint32 w1L = w0L >> 1;
48 uint32 h1L = h0L >> 1;
53 uint32 iL, jL;
58 *dstL = ( ( uint32 )srcL[ 0 ] + srcL[ 1 ] + srcL[ wsL ] + srcL[ wsL + 1 ] + 2 ) >> 2
    [all...]
  /external/opencore/pvmi/pvmf/src/
pvmf_media_clock.cpp 63 for (uint32 ii = 0; ii < iMediaClockSetCallbackObjects.size(); ii++)
79 uint32 aLatency)
115 for (uint32 ii = 0; ii < qVector.size(); ii++)
129 for (uint32 ii = 0; ii < qVector.size(); ii++)
143 for (uint32 ii = 0; ii < qVector.size(); ii++)
160 for (uint32 ii = 0; ii < iMediaClockSetCallbackObjects.size(); ii++)
216 void PVMFMediaClock::UpdateHighestLatency(uint32 alatency)
236 uint32 tbval = 0;
247 uint32 currentTime = 0;
248 uint32 currentTimebaseTime = 0
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/BusAccess/Shm_Common/
whalHwEeprom.h 60 extern int whal_hwEeprom_GetRadioTypeAndEEPROMversion(HwEeprom_T *pHwEeprom, UINT32 *major, UINT32 *minor, UINT32 *bugfix);
85 * UINT32 whal_hwEepromReadByte(UINT16 wAddr,UINT8 *pbVal) *
97 UINT32 whal_hwEepromReadByte(HwEeprom_T *pHwEeprom, UINT16 wAddr,UINT8 *pbVal);
100 * UINT32 whal_hwEepromWriteByte(UINT16 wAddr,UINT8 bVal) *
112 UINT32 whal_hwEepromWriteByte(HwEeprom_T *pHwEeprom, UINT16 wAddr,UINT8 bVal);
115 * UINT32 whal_hwEepromWriteByteNoUnp(UINT16 wAddr,UINT8 bVal) *
129 UINT32 whal_hwEepromWriteByteNoUnp(HwEeprom_T *pHwEeprom, UINT16 wAddr,UINT8 bVal);
164 * UINT32 whal_hwEepromGetCalValue(UINT8 *pbVal)
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/include/
bcmsdpcm.h 163 uint32 cmd52rd; /* Cmd52RdCount, SDIO: cmd52 reads */
164 uint32 cmd52wr; /* Cmd52WrCount, SDIO: cmd52 writes */
165 uint32 cmd53rd; /* Cmd53RdCount, SDIO: cmd53 reads */
166 uint32 cmd53wr; /* Cmd53WrCount, SDIO: cmd53 writes */
167 uint32 abort; /* AbortCount, SDIO: aborts */
168 uint32 datacrcerror; /* DataCrcErrorCount, SDIO: frames w/CRC error */
169 uint32 rdoutofsync; /* RdOutOfSyncCount, SDIO/PCMCIA: Rd Frm out of sync */
170 uint32 wroutofsync; /* RdOutOfSyncCount, SDIO/PCMCIA: Wr Frm out of sync */
171 uint32 writebusy; /* WriteBusyCount, SDIO: device asserted "busy" */
172 uint32 readwait; /* ReadWaitCount, SDIO: no data ready for a read cmd *
    [all...]
  /external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/include/
pvmf_jb_jitterbuffermisc.h 81 OSCL_IMPORT_REF bool PrepareForRepositioning(bool oUseExpectedClientClockVal, uint32 aExpectedClientClockVal);
93 OSCL_IMPORT_REF void SetRateAdaptationInfo(PVMFPortInterface* aPort, bool aRateAdaptation, uint32 aRateAdaptationFeedBackFrequency, uint32 aRateAdaptationFreeBufferSpaceInBytes = 0);
94 OSCL_IMPORT_REF void SetRTCPIntervalInMicroSecs(uint32 aRTCPInterval);
95 OSCL_IMPORT_REF bool SetPortRTCPParams(PVMFPortInterface* aPort, int aNumSenders, uint32 aRR, uint32 aRS);
108 OSCL_IMPORT_REF void SetPortSSRC(PVMFPortInterface* aPort, uint32 aSSRC);
110 OSCL_IMPORT_REF uint32 GetEstimatedServerClockValue();
122 void ProcessCallback(CLOCK_NOTIFICATION_INTF_TYPE aClockNotificationInterfaceType, uint32 aCallBkId, const OsclAny* aContext, PVMFStatus aStatus);
164 uint32 elapsedTime32 = Oscl_Int64_Utils::get_uint64_lower32(elapsedTime)
    [all...]
  /external/clearsilver/man/man3/
dictCreate.3 20 NEOERR *dictCreate(dictCtx *dict, BOOL threaded, UINT32 root, UINT32 maxLevel,
21 UINT32 flushLimit, BOOL useCase,
  /external/neven/Embedded/common/src/b_BasicEm/
Functions.c 47 uint32 bbs_memWrite32( const void* ptrA,
50 uint32 valL = *( uint32* )ptrA;
61 return bbs_SIZEOF16( uint32 );
66 uint32 bbs_memRead32( void* ptrA,
69 uint32 valL = 0;
72 valL |= ( ( uint32 )bbs_swapBytes( *memPtrA++ ) << 0 );
73 valL |= ( ( uint32 )bbs_swapBytes( *memPtrA++ ) << 16 );
75 valL |= ( ( uint32 )*memPtrA++ << 0 );
76 valL |= ( ( uint32 )*memPtrA++ << 16 )
    [all...]
  /external/opencore/fileformats/avi/parser/src/
pv_avifile_parser_utils.cpp 29 PVAviFileParserUtils::ReadNextChunkType(PVFile* aFp, uint32& aChkType)
31 uint32 data = 0;
71 PVAviFileParserUtils::read32(PVFile* aFp, uint32& aBuff, bool aBigEndian)
74 const uint32 sz = 4;
87 for (uint32 ii = 0; ii < sz; ii++)
95 uint32 PVAviFileParserUtils::read8(PVFile* aFp, uint8* aBuff, uint32 aLength)
97 for (uint32 ii = 0; ii < aLength; ii++)
116 const uint32 sz = 2;
129 for (uint32 ii = 0; ii < sz; ii++
    [all...]
  /external/opencore/nodes/pvprotocolenginenode/download_protocols/progressive_streaming/src/
pvmf_protocol_engine_node_progressive_streaming.h 37 OSCL_IMPORT_REF bool doInfoUpdate(const uint32 downloadStatus);
48 OSCL_IMPORT_REF uint32 getSeekOffset(PVMFProtocolEngineNodeCommand& aCmd);
49 OSCL_IMPORT_REF PVMFStatus doSeekBody(uint32 aNewOffset);
67 OSCL_IMPORT_REF int32 flushData(const uint32 aOutputType = NodeOutputType_InputPortForData);
75 OSCL_IMPORT_REF void setContentLength(uint32 aLength);
82 OSCL_IMPORT_REF bool seekDataStream(const uint32 aSeekOffset);
95 uint32 writeToDataStream(OUTPUT_DATA_QUEUE &aOutputQueue, PENDING_OUTPUT_DATA_QUEUE &aPendingOutputQueue);
108 OSCL_IMPORT_REF void requestResumeNotification(const uint32 currentNPTReadPosition, bool& aDownloadComplete, bool& aNeedSendUnderflowEvent);
130 OSCL_IMPORT_REF bool calculateDownloadPercent(uint32 &aDownloadProgressPercent);
133 uint32 iContentLength
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/include/
genericper.h 98 uint8 ReadBits(uint32 number, PS_InStream stream);
100 void ReadOctets(uint32 number, uint8* octets, uint8 reorder, PS_InStream stream);
104 uint32 GetInteger(uint32 lower, uint32 upper, PS_InStream stream);
106 uint32 GetUnboundedInteger(PS_InStream stream);
107 uint32 GetExtendedInteger(uint32 lower, uint32 upper, PS_InStream stream);
108 void GetOctetString(uint8 unbounded, uint32 min, uint32 max
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/
tsc_statemanager.h 59 int32 ReadState(uint32 stateIndex);
60 void WriteState(uint32 stateIndex, uint32 value);
61 void StatusShow(uint32 stateIndex, uint32 value);
62 void IncrementState(uint32 stateIndex);
63 void DecrementState(uint32 stateIndex);
64 uint32 PreReq_CeSend(void);
65 uint32 PreReq_MsdSend(void);
66 uint32 PreReq_MtSend(void)
    [all...]

Completed in 413 milliseconds

1 2 3 4 5 6 78 91011>>