/external/opencore/pvmi/content_policy_manager/plugins/common/include/ |
pvmf_cpmplugin_license_manager_interface_types.h | 50 void Set(uint8* aData, uint32 aDataLen) 69 uint32 iDataLen; 122 uint32 iNumLicenseChallengesSent; 125 uint32 iNumLicenseResponsesReceived; 128 uint32 iLastLicenseResponseResult; 131 uint32 iNumLicenseAckChallengesSent; 134 uint32 iNumLicenseAckResponsesReceived; 137 uint32 iLastLicenseAckResponseResult; 171 uint32 iLicensesProcessed; 174 uint32 iTotalLicenses [all...] |
/external/srec/portable/src/ |
pmemblock.c | 48 uint32 currentNumberOfPools; 68 uint32 sCurrentAllocationSize; 69 uint32 sMaximumAllocationSize; 70 uint32 sTotalAllocationSize; 72 uint32 sCurrentAllocRealSize; 73 uint32 sMaximumAllocRealSize; 74 uint32 sTotalAllocRealSize; 76 uint32 sCurrentAllocationNumber; 77 uint32 sMaximumAllocationNumber; 78 uint32 sTotalAllocationNumber [all...] |
/hardware/ti/omap3/omx/ti_omx_config_parser/inc/ |
ti_m4v_config_parser.h | 64 uint32 numBytes; 65 uint32 bytePos; 66 uint32 bitBuf; 67 uint32 dataBitPos; 68 uint32 bitPos; 75 uint32 *pulOutData 86 uint32 *pulOutData 125 uint32 *entropy_coding_mode_flag); 133 int32 DecodePPS(mp4StreamType *psBits, uint32 *entropy_coding_mode_flag); 135 void ue_v(mp4StreamType *psBits, uint32 *codeNum) [all...] |
ti_video_config_parser.h | 32 uint32 inBytes; 38 uint32 width; 39 uint32 height; 40 uint32 profile; 41 uint32 level;
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/ |
nrfsm.h | 67 UINT32 nState; /**< next state in transition */ 83 UINT32 uMaxNoOfStates, 84 UINT32 uMaxNoOfEvents); 90 UINT32 uActNoOfStates, 91 UINT32 uActNoOfEvents); 94 UINT32 event, 98 UINT32 *state); 101 UINT32 state); 104 UINT32 event, 105 UINT32 *state) [all...] |
/external/opencore/nodes/pvomxbasedecnode/include/ |
pvmf_omx_basedec_node.h | 231 void Construct(PVMFSessionId s, int32 cmd, PVMFMetadataList* aKeyList, uint32 aStartIndex, int32 aMaxEntries, char* aQueryKey, const OsclAny* aContext) 254 void Parse(PVMFMetadataList*& MetaDataListPtr, uint32 &aStartingIndex, int32 &aMaxEntries, char*&aQueryKey) 270 void Construct(PVMFSessionId s, int32 cmd, PVMFMetadataList* aKeyList, Oscl_Vector<PvmiKvp, OsclMemAllocator>* aValueList, uint32 aStartIndex, int32 aMaxEntries, const OsclAny* aContext) 283 void Parse(PVMFMetadataList* &aKeyList, Oscl_Vector<PvmiKvp, OsclMemAllocator>* &aValueList, uint32 &aStartingIndex, int32 &aMaxEntries) 321 uint32 iStartIndex; 322 uint32 iMaxEntries; 404 OSCL_IMPORT_REF virtual uint32 GetNumMetadataKeys(char* query_key = NULL) = 0; 405 OSCL_IMPORT_REF virtual uint32 GetNumMetadataValues(PVMFMetadataList& aKeyList) = 0; 406 OSCL_IMPORT_REF PVMFCommandId GetNodeMetadataKeys(PVMFSessionId aSessionId, PVMFMetadataList& aKeyList, uint32 starting_index, int32 max_entries, 409 Oscl_Vector<PvmiKvp, OsclMemAllocator>& aValueList, uint32 starting_index, int32 max_entries, const OsclAny* aContextData = NULL) [all...] |
/external/neven/Embedded/common/src/b_ImageEm/ |
UInt16BytePyrImage.h | 55 * Use function uint16* bim_UInt16BytePyrImage_arrPtr( uint32 levelA ) to obtain adress of image at given depth level 61 uint32 widthE; 64 uint32 heightE; 67 uint32 depthE; 70 uint32 typeE; 87 uint32 widthA, uint32 heightA, 88 uint32 depthA, 112 uint32 levelA ); 115 uint32 bim_UInt16BytePyrImage_heapSize( struct bbs_Context* cpA [all...] |
Functions.h | 57 uint32 srcImageWidthA, 58 uint32 srcImageHeightA, 61 uint32 dstWidthA, 62 uint32 dstHeightA, 64 uint32 scaleThresholdA ); 77 uint32 srcImageWidthA, 78 uint32 srcImageHeightA, 81 uint32 dstWidthA, 82 uint32 dstHeightA, 84 uint32 scaleThresholdA ) [all...] |
/external/opencore/codecs_v2/utilities/pv_config_parser/include/ |
pv_video_config_parser.h | 28 uint32 inBytes; 34 uint32 width; 35 uint32 height; 36 uint32 profile; 37 uint32 level;
|
/external/opencore/fileformats/avi/parser/include/ |
pv_avifile_parser_utils.h | 31 ReadNextChunkType(PVFile* aFp, uint32& aChkType); 34 read32(PVFile* aFp, uint32& aBuff, bool aBigEndian = false); 36 static uint32 read8(PVFile* aFp, uint8* aBuff, uint32 aLength); 41 static int32 GetStreamNumber(uint32 aData);
|
/external/opencore/fileformats/avi/parser/src/ |
pv_avifile_header.cpp | 20 PVAviFileHeader::PVAviFileHeader(PVFile *aFp, uint32 aHdrSize) 23 uint32 bytesRead = 0; 24 uint32 chunkType = 0; 25 uint32 oldChkType = 0; 28 for (uint32 ii = 0; ii < iStreamList.size(); ii++) 33 uint32 streamListSz = 0; 44 uint32 chksz = 0; 86 uint32 aviStrSize = 0; 180 uint32 junkSize = 0; 319 for (uint32 ii = 0; ii < RES_BYTES_SZ; ii++ [all...] |
/external/opencore/fileformats/mp4/composer/include/ |
decoderspecificinfo.h | 35 PVA_FF_DecoderSpecificInfo(uint8 *pdata, uint32 size); // Constructor 36 PVA_FF_DecoderSpecificInfo(PVA_FF_TextSampleDescInfo *pdata, uint32 size); //Constructor for timed text case 40 void addInfo(uint8 *info, uint32 size); 43 uint32 getInfoSize() const 56 uint32 _infoSize;
|
handleratom.h | 32 PVA_FF_HandlerAtom(int32 handlerType, uint8 version, uint32 flags); // Constructor 36 uint32 getHandlerType() const 40 void setHandlerType(uint32 type) 61 uint32 reserved1; 62 uint32 _handlerType;
|
movieextendsheaderatom.h | 32 uint32 getFragmentDuration(void); 34 void setFragmentDuration(uint32 duration); 36 void updateMovieFragmentDuration(uint32 ts); 44 uint32 _fragmentDuration; 46 uint32 _fileOffset;
|
syncsampleatom.h | 41 uint32 getEntryCount() const 49 void addSampleNumber(uint32 sample); 57 uint32 _entryCount; 58 Oscl_Vector<uint32, OsclMemAllocator>* _psampleNumbers; 60 uint32 _nextSampleNumber;
|
assetinfoatoms.h | 193 void setRatingEntity(uint32 aRatingEntity) 198 void setRatingCriteria(uint32 aRatingCriteria) 212 uint32 _ratingEntity; 213 uint32 _ratingCriteria; 229 void setClassificationEntity(uint32 aClassificationEntity) 235 void setClassificationTable(uint32 aClassificationTable) 251 uint32 _classificationEntity; 264 uint32 getSizeofStruct(); 287 void setKeyWord(uint32 aKeyWordBinarySize, 315 void setLocationInfoLongitude(uint32 _aLocationInfoLongitude [all...] |
/external/opencore/fileformats/mp4/parser/include/ |
avcsampledependency.h | 32 AVCSampleDependency(MP4_FF_FILE *fp, uint32 size, uint32 type, uint32 sample_count); 36 uint16 getDependencyCount(uint32 index) 41 uint16 getRelativeSampleNumber(uint32 index)
|
moviefragmentheaderatom.h | 30 uint32 size, 31 uint32 type); 39 uint32 _sequence_number; 40 uint32 _version; 41 uint32 _flags;
|
/external/opencore/nodes/common/include/ |
pvmf_common_audio_decnode.h | 48 uint32 desiredChannels; 49 uint32 samplingRate; 50 uint32 bitsPerSample; 51 uint32 num_buffers; 52 uint32 buffer_size;
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/ |
cpvh223multiplex.h | 56 virtual void SkewDetected(TPVChannelId lcn1, TPVChannelId lcn2, uint32 skew) = 0; 58 virtual void ReceivedFormatSpecificInfo(TPVChannelId lcn, uint8* fsi, uint32 fsi_len) = 0; 72 TPVStatusCode SetTimerRes(uint32 timer_res); 83 uint32 MuxPduIndicate(uint8* pPdu, uint32 pduSz, int32 fClosing, int32 muxCode); 94 void SkewDetected(TPVChannelId lcn1, TPVChannelId lcn2, uint32 skew); 95 void ReceivedFormatSpecificInfo(TPVChannelId lcn, uint8* fsi, uint32 fsi_len); 161 void SetLogicalChannelBufferingMs(uint32 aInBufferingMs, 162 uint32 aOutBufferingMs); 163 void SetBitrate(uint32 bitrate) [all...] |
/hardware/broadcom/wlan/bcm4329/src/include/ |
trxhdr.h | 38 uint32 magic; /* "HDR0" */ 39 uint32 len; /* Length of file including header */ 40 uint32 crc32; /* 32-bit CRC from flag_version to end of file */ 41 uint32 flag_version; /* 0:15 flags, 16:31 version */ 42 uint32 offsets[TRX_MAX_OFFSET]; /* Offsets of partitions from start of header */
|
/external/opencore/fileformats/mp4/parser/src/ |
assetinfoatoms.cpp | 46 uint32 size, 47 uint32 sizeofDataFieldBeforeString) 53 uint32 _count = 0; 83 uint32 delta = (size - _count); 106 AssetInfoTitleAtom::AssetInfoTitleAtom(MP4_FF_FILE *fp, uint32 size, uint32 type) 112 uint32 count = getDefaultSize(); 141 AssetInfoDescAtom::AssetInfoDescAtom(MP4_FF_FILE *fp, uint32 size, uint32 type) 147 uint32 count = getDefaultSize() [all...] |
/external/opencore/engines/author/test/src/ |
test_pv_mediainput_author_engine.h | 54 uint32 iLoopTime; 56 uint32 iVideoBitrate; 57 uint32 iAudioBitrate; 59 uint32 iSamplingRate; 76 PVMIOControlComp(PVMFFormatType aType, OsclAny* aFileParser, uint32 aLoopDuration) 178 uint32 loopCount = 0; 181 loopCount = iLoopDuration / (uint32)iFileDuration; 198 for (uint32 ii = 0; ii < iPVAviFile->GetNumStreams(); ii++) 224 for (uint32 ii = 0; ii < iMediaInput.size(); ii++) 245 uint32 ii = 0 [all...] |
/external/opencore/oscl/oscl/osclutil/src/ |
oscl_string_containers.cpp | 35 OSCL_EXPORT_REF void CHeapRep::set_rep(CHeapRep*& aRep, Oscl_DefAlloc& aAlloc, const char* cp, uint32 len) 54 OSCL_EXPORT_REF void CHeapRep::set_rep(CHeapRep*& aRep, Oscl_DefAlloc& aAlloc, const oscl_wchar* cp, uint32 len) 73 OSCL_EXPORT_REF void CHeapRep::append_rep(CHeapRep*& aRep, Oscl_DefAlloc& aAlloc, const char* cp, uint32 len) 92 OSCL_EXPORT_REF void CHeapRep::append_rep(CHeapRep*& aRep, Oscl_DefAlloc& aAlloc, const oscl_wchar* cp, uint32 len) 133 OSCL_EXPORT_REF bool CHeapRep::set(uint32 nsz, const char*cp, Oscl_DefAlloc &alloc) 154 OSCL_EXPORT_REF bool CHeapRep::set(uint32 nsz, const oscl_wchar*cp, Oscl_DefAlloc &alloc) 177 OSCL_EXPORT_REF bool CHeapRep::append(uint32 s1, const char*cp1, 178 uint32 s2, const char*cp2, 204 OSCL_EXPORT_REF bool CHeapRep::append(uint32 s1, const oscl_wchar*cp1, 205 uint32 s2, const oscl_wchar*cp2 [all...] |
/external/opencore/protocols/rtsp_client_engine/inc/ |
pvrtspenginenodeextensioninterface.h | 88 uint32 iSSRC; 90 uint32 iCliRTCPPort; 91 uint32 iCliRTPPort; 97 uint32 iSerRTPPort; 98 uint32 iSerRTCPPort; 101 uint32 rtptime; 104 uint32 seq; 107 uint32 iBufSize; //bytes 108 uint32 iTargetTime; //ms 130 uint32 iRoundTripDelayInMS [all...] |