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

1 2 3 4 56 7 8 91011>>

  /external/opencore/fileformats/mp4/parser/include/
filetypeatom.h 40 OSCL_IMPORT_REF FileTypeAtom(MP4_FF_FILE *fp, uint32 atomSize, uint32 atomType); // stream-in constructor
43 OSCL_IMPORT_REF uint32 getMajorBrand()
47 uint32 getMajorBrandVersion()
51 OSCL_IMPORT_REF Oscl_Vector<uint32, OsclMemAllocator> *getCompatibleBrand()
57 uint32 _pMajorBrand;
58 uint32 _pVersion;
59 Oscl_Vector<uint32, OsclMemAllocator> *_pCompatible_brand;
mpeg4sampleentryextensions.h 28 MPEG4BitRateBox(MP4_FF_FILE *fp, uint32 size, uint32 type);
31 uint32 getBufferSizeDB()
35 uint32 getMaxBitRate()
39 uint32 getAvgBitRate()
45 uint32 _bufferSizeDB;
46 uint32 _maxBitRate;
47 uint32 _avgBitRate;
samplesizeatom.h 46 SampleSizeAtom(MP4_FF_FILE *fp, uint32 mediaType,
47 uint32 size, uint32 type,
48 OSCL_wString& filename, uint32 parsingMode = 0);
56 uint32 getSampleCount() const
61 int32 getSampleSizeAt(uint32 index);
71 bool ParseEntryUnit(uint32 sample_cnt);
74 uint32 _sampleCount;
82 uint32 _parsed_entry_cnt;
85 uint32 *_stbl_fptr_vec
    [all...]
  /external/opencore/pvmi/pvmf/include/
pvmf_port_base_impl.h 52 uint32 iOutgoingMsgQueued; /**< Number of outgoing messages queued */
53 uint32 iOutgoingMsgSent; /**< Number of outgoing messages sent */
54 uint32 iOutgoingMsgDiscarded; /**< Number of outgoing messages discarded */
55 uint32 iOutgoingQueueBusy; /**< Number of times outgoing message queue became busy */
56 uint32 iConnectedPortBusy; /**< Number of times connected port became busy */
57 uint32 iIncomingMsgRecv; /**< Number of incoming messages received */
58 uint32 iIncomingMsgConsumed; /**< Number of incoming messages dequeued by the node */
59 uint32 iIncomingQueueBusy; /**< Number of times incoming message queue became busy */
66 void Construct(uint32 aCap, uint32 aReserve, uint32 aThresh)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_pixels_c.h 30 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
32 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
  /system/wlan/ti/sta_dk_4_0_4_32/common/inc/
paramOut.h 218 UINT32 scanCompensationPercent;
219 UINT32 scanCompensationMaxTime;
220 UINT32 BSSLossCompensationPercent;
297 UINT32 RecvOk; /* the number of frames that the NIC receives without errors */
298 UINT32 DirectedBytesRecv; /* the number of bytes in directed packets that are received without errors */
299 UINT32 DirectedFramesRecv; /* the number of directed packets that are received without errors */
300 UINT32 MulticastBytesRecv; /* the number of bytes in multicast/functional packets that are received without errors */
301 UINT32 MulticastFramesRecv; /* the number of multicast/functional packets that are received without errors */
302 UINT32 BroadcastBytesRecv; /* the number of bytes in broadcast packets that are received without errors. */
303 UINT32 BroadcastFramesRecv; /* the number of broadcast packets that are received without errors. (…)
    [all...]
tiwlnif.h 185 UINT32 uMaxChanScanTime;
186 UINT32 uMinChanScanTime;
187 UINT32 uEarlyTerminationMode;
188 UINT32 uETMaxNumOfAPframes;
189 UINT32 uScanInterval;
190 UINT32 uNumOfProbeReq;
218 UINT32 XmitOk; /* the number of frames that were transferred to TNET without errors */
219 UINT32 DirectedBytesXmit; /* the number of bytes in directed packets that are transmitted without errors */
220 UINT32 DirectedFramesXmit; /* the number of directed packets that are transmitted without errors */
221 UINT32 MulticastBytesXmit; /* the number of bytes in multicast/functional packets that are trans (…)
    [all...]
  /external/bluetooth/bluez/test/
service-record.dtd 3 <!ELEMENT attribute (sequence|alternate|text|url|uuid|boolean|uint8|uint16|uint32|uint64|nil)+>
6 <!ELEMENT sequence (sequence|alternate|text|url|uuid|boolean|uint8|uint16|uint32|uint64|uint128|int8|int16|int32|int64|int128|nil)+>
8 <!ELEMENT alternate (sequence|alternate|text|url|uuid|boolean|uint8|uint16|uint32|uint64|uint128|int8|int16|int32|int64|int128|nil)+>
34 <!ELEMENT uint32 EMPTY>
35 <!ATTLIST uint32 value CDATA #REQUIRED>
36 <!ATTLIST uint32 name CDATA>
  /external/opencore/fileformats/mp4/parser/src/
chunkoffsetatom.cpp 36 ChunkOffsetAtom::ChunkOffsetAtom(MP4_FF_FILE *fp, uint32 size, uint32 type,
38 uint32 parsingMode)
59 uint32 dataSize = _size - (DEFAULT_FULL_ATOM_SIZE + 4);
61 uint32 entrySize = 4;
77 uint32 fptrBuffSize = (_entryCount / _stbl_buff_size) + 1;
79 PV_MP4_FF_ARRAY_NEW(NULL, uint32, (fptrBuffSize), _stbl_fptr_vec);
87 PV_MP4_FF_ARRAY_NEW(NULL, uint32, (_stbl_buff_size), _pchunkOffsets);
135 PV_MP4_FF_ARRAY_NEW(NULL, uint32, (_entryCount), _pchunkOffsets);
137 uint32 offset = 0
    [all...]
movieatom.cpp 46 uint32 size,
47 uint32 type,
50 uint32 parsingMode)
74 uint32 atomType = UNKNOWN_ATOM;
75 uint32 atomSize = 0;
89 uint32 currPtr = AtomUtils::getCurrentFilePosition(fp);
259 uint32 currPos = AtomUtils::getCurrentFilePosition(fp);
309 uint32 ts = _pmovieHeaderAtom->getTimeScale();
331 uint32 i;
354 uint32 MovieAtom::getTimestampForCurrentSample(uint32 id
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/include/
bcmendian.h 43 ((uint32)((((uint32)(val) & (uint32)0x000000ffU) << 24) | \
44 (((uint32)(val) & (uint32)0x0000ff00U) << 8) | \
45 (((uint32)(val) & (uint32)0x00ff0000U) >> 8) | \
46 (((uint32)(val) & (uint32)0xff000000U) >> 24)))
50 ((uint32)((((uint32)(val) & (uint32)0x0000ffffU) << 16) |
    [all...]
sbchipc.h 45 uint32 chipid;
46 uint32 capabilities;
47 uint32 corecontrol;
48 uint32 bist;
51 uint32 otpstatus;
52 uint32 otpcontrol;
53 uint32 otpprog;
54 uint32 PAD;
57 uint32 intstatus;
58 uint32 intmask
    [all...]
  /external/opencore/fileformats/common/parser/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...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/EvHandler/
EvHandler.h 46 UINT32 TailIndex; /* Points to the next free node*/
47 UINT32 HeadIndex; /* Points to the first occupied node*/
48 UINT32 Counter;
56 UINT32 LastUMEventType;
63 UINT32 EvHandlerUnload (TI_HANDLE hEvHandler);
65 UINT32 EvHandlerRegisterEvent (TI_HANDLE hEvHandler, PUCHAR pData, ULONG Length);
67 UINT32 EvHandlerUnRegisterEvent (TI_HANDLE hEvHandler, TI_HANDLE uEventID);
69 UINT32 EvHandlerMaskEvent (TI_HANDLE hEvHandler, UINT32 uEventID);
71 UINT32 EvHandlerUnMaskEvent (TI_HANDLE hEvHandler, UINT32 uEventID)
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/
tscmain.h 186 void ReceivedFormatSpecificInfo(TPVChannelId lcn, uint8* fsi, uint32 fsi_len);
289 TPVStatusCode SetTimerRes(uint32 timer_res);
311 const uint8* GetFormatSpecificInfo(PVMFPortInterface* port, uint32* len);
314 void SetDatapathLatency(TPVDirection aDir, PVMFPortInterface* aPort, uint32 aLatency);
324 void SkewDetected(TPVChannelId lcn1, TPVChannelId lcn2, uint32 skew);
392 OSCL_IMPORT_REF void SetEndSessionTimeout(uint32 timeout);
397 uint8 aSeries, uint32 aSeriesOffset, uint32 aValue);
405 OSCL_IMPORT_REF void SetLogicalChannelBufferingMs(uint32 aInBufferingMs,
406 uint32 aOutBufferingMs)
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h324/srp/include/
srp.h 188 uint32 totalFramesRecv;
189 uint32 totalInvalidSizeFramesRecv;
190 uint32 totalCRCErrorsRecv;
191 uint32 totalCommandFramesRecv;
192 uint32 totalWNSRPCommandFramesRecv;
193 uint32 totalInvalidCCSRLChunkRecv;
194 uint32 totalSRPRespRecv;
195 uint32 totalNSRPRespRecv;
196 uint32 totalWNSRPRespRecv;
197 uint32 totalH245MessagesRecv
    [all...]
  /external/opencore/pvmi/media_io/pvmiofileoutput/include/
pvmi_media_io_fileoutput.h 92 uint32 chunkID;
93 uint32 chunkSize;
94 uint32 format;
99 uint32 subchunk1ID;
100 uint32 subchunk1Size;
103 uint32 sampleRate;
104 uint32 byteRate;
111 uint32 subchunk2ID;
112 uint32 subchunk2Size;
128 PVRefFileOutputActiveTimingSupport(uint32 limit
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/
pduparcom.h 52 virtual uint32 MuxPduIndicate(uint8* pPdu, uint32 pduSz, int32 fClosing, int32 muxCode) = 0;
82 virtual uint32 GetStuffing(uint8* buf, uint32 buf_size, uint8 mux_code = 0) = 0;
87 virtual uint32 GetHeaderSz() = 0;
93 virtual uint32 GetStuffingSz() = 0;
102 virtual uint32 Parse(uint8* buffer, uint32 buffer_size) = 0;
157 uint32 iNumFlagsTx;
158 uint32 iNumStuffingTx
    [all...]
  /external/opencore/codecs_v2/video/m4v_h263/dec/src/
get_pred_adv_b_add.cpp 92 uint32 pred_word, word1, word2;
100 tmp = (uint32)prev & 0x3;
107 *((uint32*)(pred_block += offset2)) = *((uint32*)prev);
108 *((uint32*)(pred_block += 4)) = *((uint32*)(prev + 4));
119 word1 = *((uint32*)prev); /* read 4 bytes, b4 b3 b2 b1 */
120 word2 = *((uint32*)(prev += 4)); /* read 4 bytes, b8 b7 b6 b5 */
123 *((uint32*)(pred_block += offset2)) = pred_word;
125 word1 = *((uint32*)(prev += 4)); /* b12 b11 b10 b9 *
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
get_pred_adv_b_add.cpp 91 uint32 pred_word, word1, word2;
99 tmp = (uint32)prev & 0x3;
106 *((uint32*)(pred_block += offset2)) = *((uint32*)prev);
107 *((uint32*)(pred_block += 4)) = *((uint32*)(prev + 4));
118 word1 = *((uint32*)prev); /* read 4 bytes, b4 b3 b2 b1 */
119 word2 = *((uint32*)(prev += 4)); /* read 4 bytes, b8 b7 b6 b5 */
122 *((uint32*)(pred_block += offset2)) = pred_word;
124 word1 = *((uint32*)(prev += 4)); /* b12 b11 b10 b9 *
    [all...]
  /external/opencore/nodes/pvmp4ffparsernode/src/
pvmf_mp4ffparser_node.h 228 , uint32 aStartingIndex
244 void Parse(PVMFMetadataList*& MetaDataListPtr, uint32 &aStartingIndex, int32 &aMaxEntries, char*& aQueryKey)
247 aStartingIndex = (uint32)iParam2;
258 void Construct(PVMFSessionId s, int32 cmd, PVMFMetadataList& aKeyList, Oscl_Vector<PvmiKvp, OsclMemAllocator>& aValueList, uint32 aStartIndex, int32 aMaxEntries, const OsclAny* aContext)
267 void Parse(PVMFMetadataList* &aKeyList, Oscl_Vector<PvmiKvp, OsclMemAllocator>* &aValueList, uint32 &aStartingIndex, int32 &aMaxEntries)
271 aStartingIndex = (uint32)iParam3;
297 bool aSeekToSyncPoint, uint32 aStreamID, const OsclAny*aContext)
306 void Parse(PVMFTimestamp& aTargetNPT, PVMFTimestamp*& aActualNPT, PVMFTimestamp*& aActualMediaDataTS, bool& aSeekToSyncPoint, uint32& aStreamID)
312 aStreamID = (uint32)iParam5;
399 uint32 aDataSize
    [all...]
  /external/opencore/fileformats/mp4/composer/include/
timetosampleatom.h 35 PVA_FF_TimeToSampleAtom(uint32 mediaType); // Constructor
39 uint32 getEntryCount() const
44 void nextSample(uint32 ts);
46 void updateLastTSEntry(uint32 ts);
52 void addEntry(uint32 count, int32 delta);
53 void insertEntryAt(int32 index, uint32 count, int32 delta);
54 void replaceEntryAt(int32 index, uint32 count, int32 delta);
58 uint32 _entryCount;
60 Oscl_Vector<uint32, OsclMemAllocator> *_psampleCountVec;
66 uint32 _currentTimestamp
    [all...]
  /external/opencore/nodes/pvloopbacknode/include/
pvmf_loopback_ioport.h 58 #define PVMF_LOOPBACK_PORT_INPUT_FORMATS_VALTYPE ".../input_formats;valtype=uint32"
74 , uint32 aInCapacity
75 , uint32 aInReserve
76 , uint32 aInThreshold
77 , uint32 aOutCapacity
78 , uint32 aOutReserve
79 , uint32 aOutThreshold);
109 uint32 iTimedSendBytes;
110 uint32 iWriteDataLength;
111 uint32 iFirstSendStartTime
    [all...]
  /external/opencore/protocols/rtp_payload_parser/rfc_3640/include/
rfc3640_payload_parser.h 59 const uint32 stream = 0,
60 const uint32 seqnum = 0);
63 OSCL_IMPORT_REF uint32 GetMinCurrTimestamp(void);
68 uint32 headersLength;
69 uint32 sizeLength;
70 uint32 indexLength;
71 uint32 indexDeltaLength;
72 uint32 CTSDeltaLength;
73 uint32 DTSDeltaLength;
75 uint32 auxDataSizeLength
    [all...]
  /external/opencore/nodes/pvsocketnode/include/
pvmf_socket_node.h 125 PVMFSocketNodeMemPool(uint32 aMemPoolNumBufs = DEFAULT_NUM_MEDIA_MSGS_IN_JITTER_BUFFER);
136 OsclSharedPtr<PVMFMediaDataImpl> getMediaDataImpl(uint32 size)
150 void CreateAllocators(const OSCL_HeapString<OsclMemAllocator>& iMime, uint32 aSize, uint32 aExpectedNumberOfBlocksPerBuffer, uint32 aResizeSize, uint32 aMaxNumResizes);
155 uint32 GetMaxSizeMediaMsgLen();
164 void Init(uint32 aSize, uint32 aExpectedNumberOfBlocksPerBuffer, uint32 aResizeSize, uint32 aMaxNumResizes
    [all...]

Completed in 463 milliseconds

1 2 3 4 56 7 8 91011>>