Searched refs:pSize (Results 1 - 25 of 63) sorted by relevance

123

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_MEGetBufSize.c55 * pSize - pointer to the number of bytes required for the motion
61 * - pMEParams or pSize is NULL.
69 OMX_U32 *pSize
73 armRetArgErrIf(!pSize, OMX_Sts_BadArgErr);
80 *pSize = (OMX_INT) sizeof(ARMVCM4P10_MESpec);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DomxVCM4P2_MEGetBufSize.c55 * pSize - pointer to the number of bytes required for the specification
71 OMX_U32 *pSize
75 armRetArgErrIf(!pSize, OMX_Sts_BadArgErr);
80 *pSize = (OMX_INT) sizeof(ARMVCM4P2_MESpec);
/frameworks/compile/libbcc/include/bcc/Support/
H A DSha1Util.h44 const uint8_t *pData, size_t pSize);
48 const char *pData, size_t pSize) {
51 pSize);
47 GetSHA1DigestFromBuffer(uint8_t pResult[SHA1_DIGEST_LENGTH], const char *pData, size_t pSize) argument
/frameworks/compile/mclinker/lib/Fragment/
H A DFillFragment.cpp20 uint64_t pSize,
23 m_Size(pSize) {
18 FillFragment(int64_t pValue, unsigned int pValueSize, uint64_t pSize, SectionData* pSD) argument
/frameworks/compile/mclinker/include/mcld/Support/
H A DLEB128.h27 IntType decode(const ByteType *pBuf, size_t &pSize);
68 * Read an integer encoded in ULEB128 format from the given buffer. pSize will
73 uint64_t decode<uint64_t>(const ByteType *pBuf, size_t &pSize);
86 int64_t decode<int64_t>(const ByteType *pBuf, size_t &pSize);
102 IntType decode(const char *pBuf, size_t &pSize) { argument
103 return decode<IntType>(reinterpret_cast<const ByteType*>(pBuf), pSize);
H A DMemoryArea.h32 explicit MemoryArea(const char* pMemBuffer, size_t pSize);
H A DMemoryAreaFactory.h56 MemoryArea* produce(void* pMemBuffer, size_t pSize);
/frameworks/compile/libbcc/lib/Support/
H A DSha1Util.cpp65 const uint8_t *pData, size_t pSize) {
72 static_cast<unsigned long>(pSize));
64 GetSHA1DigestFromBuffer(uint8_t pResult[SHA1_DIGEST_LENGTH], const uint8_t *pData, size_t pSize) argument
/frameworks/compile/mclinker/lib/LD/
H A DNamePool.cpp18 NamePool::NamePool(NamePool::size_type pSize) argument
19 : m_pResolver(new StaticResolver()), m_Table(pSize) {
38 ResolveInfo::SizeType pSize,
49 (*result)->setSize(pSize);
61 ResolveInfo::SizeType pSize,
88 new_symbol->setSize(pSize);
126 void NamePool::reserve(NamePool::size_type pSize) argument
128 m_Table.rehash(pSize);
33 createSymbol(const llvm::StringRef& pName, bool pIsDyn, ResolveInfo::Type pType, ResolveInfo::Desc pDesc, ResolveInfo::Binding pBinding, ResolveInfo::SizeType pSize, ResolveInfo::Visibility pVisibility) argument
56 insertSymbol(const llvm::StringRef& pName, bool pIsDyn, ResolveInfo::Type pType, ResolveInfo::Desc pDesc, ResolveInfo::Binding pBinding, ResolveInfo::SizeType pSize, LDSymbol::ValueType pValue, ResolveInfo::Visibility pVisibility, ResolveInfo* pOldInfo, Resolver::Result& pResult) argument
H A DLDSection.cpp43 uint64_t pSize,
49 m_Size(pSize),
72 uint64_t pSize,
76 new (result) LDSection(pName, pKind, pType, pFlag, pSize, pAddr);
39 LDSection(const std::string& pName, LDFileFormat::Kind pKind, uint32_t pType, uint32_t pFlag, uint64_t pSize, uint64_t pAddr) argument
68 Create(const std::string& pName, LDFileFormat::Kind pKind, uint32_t pType, uint32_t pFlag, uint64_t pSize, uint64_t pAddr) argument
/frameworks/compile/mclinker/lib/Support/
H A DFileHandle.cpp67 inline static bool get_size(int pHandler, unsigned int &pSize) argument
71 pSize = 0;
74 pSize = file_stat.st_size;
148 bool FileHandle::truncate(size_t pSize) argument
155 if (-1 == sys::fs::detail::ftruncate(m_Handler, pSize)) {
160 m_Size = pSize;
H A DMemoryAreaFactory.cpp55 MemoryArea* MemoryAreaFactory::produce(void* pMemBuffer, size_t pSize) argument
58 llvm::StringRef name(base, pSize);
61 new (result) MemoryArea(base, pSize);
H A DLEB128.cpp96 uint64_t decode<uint64_t>(const ByteType *pBuf, size_t &pSize) { argument
100 pSize = 1;
103 pSize = 2;
107 pSize = 3;
112 pSize = 4;
130 pSize++;
188 int64_t decode<int64_t>(const ByteType *pBuf, size_t &pSize) { argument
193 pSize = 0;
197 pSize++;
H A DFileOutputBuffer.cpp29 size_t pSize, std::unique_ptr<FileOutputBuffer>& pResult)
36 pSize,
28 create(FileHandle& pFileHandle, size_t pSize, std::unique_ptr<FileOutputBuffer>& pResult) argument
H A DMemoryArea.cpp34 MemoryArea::MemoryArea(const char* pMemBuffer, size_t pSize) argument
36 llvm::StringRef mem(pMemBuffer, pSize);
/frameworks/wilhelm/src/itf/
H A DIMetadataTraversal.c66 SLMetadataTraversalItf self, SLuint32 index, SLuint32 *pSize)
70 if (NULL == pSize) {
77 *pSize = size;
65 IMetadataTraversal_GetChildMIMETypeSize( SLMetadataTraversalItf self, SLuint32 index, SLuint32 *pSize) argument
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DFillFragment.h23 FillFragment(int64_t pValue, unsigned int pValueSize, uint64_t pSize,
/frameworks/compile/mclinker/include/mcld/
H A DIRBuilder.h144 /// @param [in] pSize The size of the memory
146 Input* ReadInput(const std::string& pName, void* pRawMemory, size_t pSize);
378 /// @param [in] pSize The size of the symbol. Bigger common symbols
395 ResolveInfo::SizeType pSize,
440 ResolveInfo::SizeType pSize = 0,
468 ResolveInfo::SizeType pSize,
478 ResolveInfo::SizeType pSize,
495 ResolveInfo::SizeType pSize,
506 ResolveInfo::SizeType pSize,
517 ResolveInfo::SizeType pSize,
[all...]
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFAttributeValue.h66 void setStringValue(const char *pStringValue, size_t pSize) argument
67 { m_StringValue.assign(pStringValue, pSize); }
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLA25Stub.cpp50 size_t pSize,
56 m_Size(pSize)
48 MipsLA25Stub(const MipsGNULDBackend& pTarget, const uint32_t* pData, size_t pSize, const_fixup_iterator pBegin, const_fixup_iterator pEnd) argument
/frameworks/compile/mclinker/include/mcld/LD/
H A DNamePool.h49 explicit NamePool(size_type pSize = 3);
61 ResolveInfo::SizeType pSize,
75 ResolveInfo::SizeType pSize,
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMToARMStub.h56 size_t pSize,
H A DARMToTHMStub.h56 size_t pSize,
H A DTHMToARMStub.h58 size_t pSize,
H A DTHMToTHMStub.h58 size_t pSize,

Completed in 7478 milliseconds

123