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

1 2 3 4 5 67 8 91011>>

  /external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/
pvdl_config_file.h 94 void SetProxyPort(uint32 aProxyPort)
98 uint32 GetProxyPort(void)
103 void SetMaxAllowedFileSize(uint32 aFileSize)
107 uint32 GetMaxAllowedFileSize(void)
112 void SetOverallFileSize(uint32 aFileSize)
116 uint32 GetOverallFileSize(void)
121 void SetCurrentFileSize(uint32 aFileSize)
125 uint32 GetCurrentFileSize(void)
143 void SetRangeStartTime(uint32 aTimeInMillisec)
147 uint32 GetRangeStartTime(void
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/pform/common/inc/
osApi.h 81 UINT32 os_senseIrqLine( TI_HANDLE OsContext );
150 UINT32 Size
157 UINT32 Size
163 UINT32 Number,
164 UINT32 Size
172 UINT32 Length
179 UINT32 Length
187 UINT32 Size
195 UINT32 Size
202 UINT32 Siz
    [all...]
  /external/opencore/fileformats/mp4/composer/src/
interleavebuffer.cpp 22 typedef Oscl_Vector<uint32, OsclMemAllocator> uint32VecType;
26 PVA_FF_InterLeaveBuffer::PVA_FF_InterLeaveBuffer(uint32 mediaType,
27 uint32 codecType,
28 uint32 trackId)
41 if ((uint32) mediaType == MEDIA_TYPE_AUDIO)
66 if ((uint32) mediaType == MEDIA_TYPE_VISUAL)
73 if ((uint32) _mediaType == MEDIA_TYPE_TEXT)
109 uint32 size, uint32 ts, uint8 flags, int32 index)
112 uint32 bytesWritten = 0
    [all...]
mediainformationatom.cpp 37 PVA_FF_MediaInformationAtom::PVA_FF_MediaInformationAtom(uint32 mediaType,
39 uint32 fileAuthoringFlags,
40 uint32 protocol,
66 uint32 mediaType = (uint32)iMediaType;
117 uint32 size,
118 uint32 ts,
120 uint32 baseOffset,
131 uint32 size,
132 uint32 ts
    [all...]
trackfragmentatom.cpp 22 typedef Oscl_Vector<uint32, OsclMemAllocator> uint32VecType;
30 PVA_FF_TrackFragmentAtom::PVA_FF_TrackFragmentAtom(uint32 mediaType,
31 uint32 codecType,
32 uint32 trackId,
33 uint32 interleaveDuration,
34 uint32 timescale)
66 for (uint32 ii = 0; ii < _pTrunList->size(); ii++)
95 PVA_FF_TrackFragmentAtom::addSampleToFragment(uint32 size, uint32 ts, uint8 flags,
96 uint32 baseOffset, bool otrunStart
    [all...]
sampletochunkatom.cpp 34 typedef Oscl_Vector<uint32, OsclMemAllocator> uint32VecType;
37 PVA_FF_SampleToChunkAtom::PVA_FF_SampleToChunkAtom(uint32 mediaType,
38 uint32 fileAuthoringFlags)
39 : PVA_FF_FullAtom(SAMPLE_TO_CHUNK_ATOM, (uint8)0, (uint32)0),
76 uint32 size,
104 addChunkEntry(getNextChunkNumber(), (uint32)1, (uint32)index);
113 if ((((*_psamplesPerChunkVec)[uint32(_pfirstChunkVec->size()-1)]) ==
114 ((*_psamplesPerChunkVec)[uint32(_pfirstChunkVec->size()-2)])) &&
115 (((*_psampleDescriptionIndexVec)[uint32(_pfirstChunkVec->size()-1)]) =
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/include/
sbsdpcmdev.h 40 uint32 PAD[2];
42 uint32 PAD[2];
49 uint32 PAD[92];
56 uint32 PAD[108];
63 uint32 PAD[116];
68 uint32 corecontrol; /* CoreControl, 0x000, rev8 */
69 uint32 corestatus; /* CoreStatus, 0x004, rev8 */
70 uint32 PAD[1];
71 uint32 biststatus; /* BistStatus, 0x00c, rev8 */
84 uint32 intstatus; /* IntStatus, 0x020, rev8 *
    [all...]
bcmspibrcm.h 50 uint32 caps; /* cached value of capabilities reg */
61 uint32 target_dev; /* Target device ID */
62 uint32 intmask; /* Current active interrupts */
65 uint32 controller_type; /* Host controller type */
68 uint32 intrcount; /* Client interrupts */
69 uint32 local_intrcount; /* Controller interrupts */
82 uint32 data_xfer_count; /* Current transfer */
85 uint32 card_dstatus; /* 32bit device status */
86 uint32 com_cis_ptr;
87 uint32 func_cis_ptr[SPI_MAX_IOFUNCS]
    [all...]
  /external/opencore/nodes/pvomxaudiodecnode/src/
pvmf_omx_audiodec_node.h 39 uint32 desiredChannels;
40 uint32 samplingRate;
41 uint32 bitsPerSample;
42 uint32 num_buffers;
43 uint32 buffer_size;
92 uint32 GetNumMetadataKeys(char* query_key = NULL);
93 uint32 GetNumMetadataValues(PVMFMetadataList& aKeyList);
126 bool QueueOutputBuffer(OsclSharedPtr<PVMFMediaDataImpl> &mediadataimplout, uint32 aDataLen);
138 uint32 iPCMSamplingRate; // typically 8,16,22.05,32,44.1, 48 khz
139 uint32 iNumberOfAudioChannels; // can be 1 or
    [all...]
  /external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/include/
pvmf_jb_session_duration_timer.h 68 PVMFStatus setSessionDurationInMS(uint32 duration);
70 uint32 getSessionDurationInMS()
92 uint32 GetExpectedEstimatedServClockValAtSessionEnd()
97 void setCurrentMonitoringIntervalInMS(uint32 aCurrentMonitoringIntervalInMS)
107 void UpdateElapsedSessionDuration(uint32 aElapsedTime)
112 uint32 GetElapsedSessionDurationInMS()
117 uint32 GetEstimatedServClockValAtLastCancel()
127 uint32 timebase32 = 0;
137 uint32 iCurrentMonitoringIntervalInMS;
138 uint32 iSessionDurationInMS
    [all...]
  /external/opencore/oscl/oscl/osclio/src/
oscl_file_cache.h 57 int32 Open(uint32 mode, uint32 cache_size);
61 uint32 Read(void* outputBuffer, uint32 size, uint32 numelements);
63 uint32 Write(const void* inputBuffer, uint32 size, uint32 numelements);
88 uint32 _mode;
91 uint32 _cacheSize
    [all...]
  /external/opencore/pvmi/pvmf/include/
pvmi_datastreamsyncinterface_ref_impl.h 65 uint32& capacity);
70 uint32 capacity,
75 uint32& capacity);
80 uint32 capacity,
98 uint32 size,
99 uint32& numelements);
104 uint32 size,
105 uint32& numelements);
108 uint32& numelements)
122 uint32 GetCurrentPointerPosition(PvmiDataStreamSession aSessionID)
    [all...]
  /external/opencore/oscl/oscl/osclutil/src/
oscl_string_containers.h 122 OSCL_HeapString(const chartype* buf, uint32 length);
128 uint32 get_size() const;
129 uint32 get_maxsize() const;
145 void set(const chartype* buf, uint32 length);
151 void set_rep(const chartype*, uint32);
152 void append_rep(const chartype*, uint32);
160 void set_len(uint32 len);
181 OSCL_wHeapString(const chartype* buf, uint32 length);
185 uint32 get_size() const;
186 uint32 get_maxsize() const
    [all...]
  /external/opencore/nodes/pvomxencnode/src/
pvmf_omx_enc_node.h 253 void Construct(PVMFSessionId s, int32 cmd, PVMFMetadataList* aKeyList, uint32 aStartIndex, int32 aMaxEntries, char* aQueryKey, const OsclAny* aContext)
276 void Parse(PVMFMetadataList*& MetaDataListPtr, uint32 &aStartingIndex, int32 &aMaxEntries, char*&aQueryKey)
292 void Construct(PVMFSessionId s, int32 cmd, PVMFMetadataList* aKeyList, Oscl_Vector<PvmiKvp, OsclMemAllocator>* aValueList, uint32 aStartIndex, int32 aMaxEntries, const OsclAny* aContext)
305 void Parse(PVMFMetadataList* &aKeyList, Oscl_Vector<PvmiKvp, OsclMemAllocator>* &aValueList, uint32 &aStartingIndex, int32 &aMaxEntries)
347 uint32 iStartIndex;
348 uint32 iMaxEntries;
487 uint32 iEncodeID;
539 uint32 iNumIntraMBRefresh;
550 uint32 iPacketSize;
685 uint32 iOutputSamplingRate
    [all...]
  /external/opencore/pvmi/content_policy_manager/src/
cpm_internal.h 295 uint32 aDataSize,
308 uint32& aDataSize,
313 aDataSize = (uint32)iParam3;
322 uint32 aDataSize,
335 uint32& aDataSize,
340 aDataSize = (uint32)iParam3;
371 uint32 iNumPlugInAunthenticateRequestsPending;
372 uint32 iNumPlugInAunthenticateRequestsComplete;
373 uint32 iNumPlugInAuthorizeInterfaceQueryRequestsPending;
374 uint32 iNumPlugInAuthorizeInterfaceQueryRequestsComplete
    [all...]
  /external/neven/Embedded/common/src/b_BasicEm/
Math.h 57 uint16 bbs_sqrt32( uint32 valA );
68 uint16 bbs_fastSqrt32( uint32 valA );
73 uint32 bbs_invSqrt32( uint32 valA );
83 uint32 bbs_intLog2( uint32 valA );
90 uint32 bbs_pow2M1( uint32 valA );
97 uint32 bbs_pow2( int32 valA );
108 uint32 bbs_exp( int32 valA )
    [all...]
  /external/opencore/baselibs/media_data_structures/src/
time_comparison_utils.cpp 23 OSCL_EXPORT_REF bool PVTimeComparisonUtils::IsEarlier(uint32 aTimeA, uint32 aTimeB, uint32& delta)
32 OSCL_EXPORT_REF PVTimeComparisonUtils::MediaTimeStatus PVTimeComparisonUtils::CheckTimeWindow(PVMFTimestamp aTimeStamp, uint32 aClock,
33 uint32 aEarlyMargin, uint32 aLateMargin, uint32 &aDelta)
  /external/opencore/fileformats/mp4/composer/include/
filetypeatom.h 29 typedef Oscl_Vector<uint32, OsclMemAllocator> uint32VecType;
45 void setMajorBrand(uint32 brand)
49 void setMajorBrandVersion(uint32 version)
53 void addCompatibleBrand(uint32 brand);
61 uint32 _Brand;
62 uint32 _Version;
64 Oscl_Vector<uint32, OsclMemAllocator>* _pCompatibleBrandVec;
mpeg4bitrateatom.h 29 PVA_FF_Mpeg4Bitrate(uint32 BufferSizeDB, uint32 MaxBitRate, uint32 AvgBitRate);
33 virtual uint32 getSize();
36 uint32 _bufferSizeDB;
37 uint32 _maxBitRate;
38 uint32 _avgBitRate;
  /external/opencore/nodes/pvmediaoutputnode/src/
pv_media_output_node_inport.h 123 uint32 aStreamID,
139 void ScheduleProcessData(PvmfSyncUtilDataQueue* aDataQueue, uint32 aTimeMilliseconds);
148 PVMFCommandId writeAsync(uint8 format_type, int32 format_index, uint8* data, uint32 data_len,
151 PVMFCommandId readAsync(uint8* data, uint32 max_data_len, OsclAny* aContext = NULL,
155 void statusUpdate(uint32 status_flags);
177 uint32 virtual getCapabilityMetric(PvmiMIOSession)
209 void ProcessCallBack(uint32 callBackID, PVTimeComparisonUtils::MediaTimeStatus aTimerAccuracy, uint32 aDelta, const OsclAny* aContextData, PVMFStatus aStatus);
215 void SetSkipTimeStamp(uint32 aSkipTS, uint32 aStreamID)
    [all...]
  /external/opencore/protocols/rtp_payload_parser/rfc_3267/src/
bit_util.cpp 21 uint32 BitUtil::bitValue
24 uint32 offset,
25 uint32 len
32 uint32 retVal = 0;
41 uint32 src_offset,
42 uint32 bitLen,
44 uint32& byteLenOut
  /external/opencore/fileformats/mp4/parser/src/
mpeg4file.cpp 51 typedef Oscl_Vector<uint32, OsclMemAllocator> movieFragmentOffsetVecType;
58 uint32 parsingMode)
108 uint32 fsize = 0;
125 uint32 atomType = UNKNOWN_ATOM;
126 uint32 atomSize = 0;
140 uint32 size =
171 uint32 isPVMMAtom = AtomUtils::peekNextNthBytes(fp, 2);
179 uint32 contentType = getContentType();
229 uint32 majorBrand = _pFileTypeAtom->getMajorBrand();
230 uint32 majorBrandInfo = ENoFileType
    [all...]
  /external/opencore/engines/adapters/player/framemetadatautility/src/
pv_frame_metadata_mio_audio.h 92 PVMFStatus GetFrameByFrameNumber(uint32 aFrameIndex, uint8* aFrameBuffer, uint32& aBufferSize, PVMFFormatType aFormaType, PVFMAudioMIOGetFrameObserver& aObserver);
93 PVMFStatus GetFrameByTimeoffset(uint32 aTimeOffset, uint8* aFrameBuffer, uint32& aBufferSize, PVMFFormatType aFormatType, PVFMAudioMIOGetFrameObserver& aObserver);
95 PVMFStatus GetFrameProperties(uint32& aFrameWidth, uint32& aFrameHeight, uint32& aDisplayWidth, uint32& aDisplayHeight);
122 PVMFCommandId writeAsync(uint8 format_type, int32 format_index, uint8* data, uint32 data_len,
125 PVMFCommandId readAsync(uint8* data, uint32 max_data_len, OsclAny* aContext = NULL
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/inc/
srcApi.h 94 UINT32 configMgr_RegisterEvent(TI_HANDLE hConfigMgr, PUCHAR pData, ULONG Length);
96 UINT32 configMgr_UnRegisterEvent(TI_HANDLE hConfigMgr, TI_HANDLE uEventID);
98 UINT32 configMgr_MaskEvent(TI_HANDLE hConfigMgr, UINT32 uEventID);
100 UINT32 configMgr_UnMaskEvent(TI_HANDLE hConfigMgr, UINT32 uEventID);
103 UINT32 configMgr_GetEventData (TI_HANDLE hConfigMgr, PUCHAR pData, ULONG* pLength);
107 UINT32 bdNumber,
112 UINT32 len,
120 UINT32 handle)
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/Tx_Xfer/Slave_Dbl_Buf/
txXfer.h 68 typedef void (* SendPacketDebugCB_t) (TI_HANDLE CBObj, txCtrlBlkEntry_t *pPktCtrlBlk, UINT32 uDebugInfo);
79 UINT32 numBufferedPkts; /* The number of packets buffered in the Xfer module (0, 1 or 2). */
84 UINT32 dataInCount; /* The number of packets transfered to FW modulu 16. */
89 UINT32 dblBufAddr[DP_TX_PACKET_RING_CHUNK_NUM]; /* The HW Tx double buffer. */
90 UINT32 txPathStatusAddr; /* The HW Tx status register address. */
93 PADDING (UINT32 hwTxPathStatusRead) /* Saves the last read from the HW Tx-Path-Status. */
99 UINT32 hwStatusReadLoopCount; /* Count loops of HW status polling to detect endless loop. */
100 UINT32 timeToTxStuckMs; /* The time (in msec) from first attempt to get a HW buffer status
102 UINT32 TimeStampFirstHwBufferRead;
107 UINT32 hwBufferReadCount; /* Count total number of HW-Tx-Status Reads. *
    [all...]

Completed in 387 milliseconds

1 2 3 4 5 67 8 91011>>