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

123

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_MEGetBufSize.c40 * pSize - pointer to the number of bytes required for the motion
46 * - pMEParams or pSize is NULL.
54 OMX_U32 *pSize
58 armRetArgErrIf(!pSize, OMX_Sts_BadArgErr);
65 *pSize = (OMX_INT) sizeof(ARMVCM4P10_MESpec);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DomxVCM4P2_MEGetBufSize.c40 * pSize - pointer to the number of bytes required for the specification
56 OMX_U32 *pSize
60 armRetArgErrIf(!pSize, OMX_Sts_BadArgErr);
65 *pSize = (OMX_INT) sizeof(ARMVCM4P2_MESpec);
/frameworks/compile/mclinker/lib/Support/
H A DMemoryRegion.cpp17 size_t pSize)
18 : m_Parent(pParent), m_VMAStart(pVMAStart), m_Length(pSize) {
15 MemoryRegion(Space& pParent, MemoryRegion::Address pVMAStart, size_t pSize) argument
H A DSpace.cpp54 Space::Space(Space::Type pType, void* pMemBuffer, size_t pSize) argument
55 : m_Data(static_cast<Address>(pMemBuffer)), m_StartOffset(0), m_Size(pSize),
66 size_t pStart, size_t pSize)
72 switch(type = policy(pStart, pSize)) {
75 total_offset = pStart + pSize;
79 size = pSize;
92 size = pSize;
103 total_offset = page_boundary(pStart + pSize);
107 size = page_boundary((pStart - start) + pSize);
120 size = page_boundary((pStart - start) + pSize);
65 createSpace(FileHandle& pHandler, size_t pStart, size_t pSize) argument
[all...]
H A DRegionFactory.cpp25 MemoryRegion* RegionFactory::produce(Space& pSpace, void* pVMAStart, size_t pSize) argument
30 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++;
/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
H A DMemoryFactory.h37 mcld::MemoryArea* produce(void *pMemBuffer, size_t pSize) argument
38 { return mcld::MemoryAreaFactory::create(pMemBuffer, pSize); }
/frameworks/compile/mclinker/lib/LD/
H A DFillFragment.cpp21 uint64_t pSize,
24 m_Size(pSize) {
19 FillFragment(int64_t pValue, unsigned int pValueSize, uint64_t pSize, SectionData* pSD) argument
H A DLDSection.cpp17 uint64_t pSize,
24 m_Size(pSize),
13 LDSection(const std::string& pName, LDFileFormat::Kind pKind, uint32_t pType, uint32_t pFlag, uint64_t pSize, uint64_t pOffset, uint64_t pAddr) argument
H A DNamePool.cpp17 NamePool::NamePool(const Resolver& pResolver, NamePool::size_type pSize) argument
18 : m_pResolver(&pResolver), m_Table(pSize) {
31 ResolveInfo::SizeType pSize,
41 result->setSize(pSize);
53 ResolveInfo::SizeType pSize,
80 new_symbol->setSize(pSize);
115 void NamePool::reserve(NamePool::size_type pSize) argument
117 m_Table.rehash(pSize);
26 createSymbol(const llvm::StringRef& pName, bool pIsDyn, ResolveInfo::Type pType, ResolveInfo::Desc pDesc, ResolveInfo::Binding pBinding, ResolveInfo::SizeType pSize, ResolveInfo::Visibility pVisibility) argument
48 insertSymbol(const llvm::StringRef& pName, bool pIsDyn, ResolveInfo::Type pType, ResolveInfo::Desc pDesc, ResolveInfo::Binding pBinding, ResolveInfo::SizeType pSize, ResolveInfo::Visibility pVisibility, ResolveInfo* pOldInfo, Resolver::Result& pResult) argument
/frameworks/compile/mclinker/lib/Target/
H A DPLT.cpp19 PLTEntry::PLTEntry(size_t pSize, SectionData* pParent) argument
21 m_EntrySize(pSize), m_pContent(NULL)
/frameworks/compile/mclinker/tools/mcld/include/alone/Support/
H A DMemoryFactory.h30 mcld::MemoryArea* produce(void *pMemBuffer, size_t pSize) argument
31 { return mcld::MemoryAreaFactory::create(pMemBuffer, pSize); }
/frameworks/compile/mclinker/include/mcld/Support/
H A DLEB128.h30 IntType decode(const ByteType *pBuf, size_t &pSize);
71 * Read an integer encoded in ULEB128 format from the given buffer. pSize will
76 uint64_t decode<uint64_t>(const ByteType *pBuf, size_t &pSize);
89 int64_t decode<int64_t>(const ByteType *pBuf, size_t &pSize);
105 IntType decode(const char *pBuf, size_t &pSize) { argument
106 return decode<IntType>(reinterpret_cast<const ByteType*>(pBuf), pSize);
H A DRegionFactory.h38 MemoryRegion* produce(Space& pSpace, void* pVMAStart, size_t pSize);
H A DSpace.h56 Space(Type pType, void* pMemBuffer, size_t pSize);
87 size_t pOffset, size_t pSize);
/frameworks/av/libvideoeditor/osal/src/
H A DM4OSA_FileReader.c87 M4OSA_UInt32* pSize)
94 data, (M4OSA_NULL != pSize) ? (*pSize) : 0);
100 M4OSA_DEBUG_IF2(M4OSA_NULL == pSize, M4ERR_PARAMETER,
101 "M4OSA_fileReadData: pSize is M4OSA_NULL");
109 uiSizeRead = fread(data, sizeof(M4OSA_Char), *pSize,
114 *pSize = 0;
120 if ((M4OSA_UInt32)uiSizeRead < *pSize)
122 *pSize = uiSizeRead;
129 *pSize
86 M4OSA_fileReadData(M4OSA_Context pContext, M4OSA_MemAddr8 data, M4OSA_UInt32* pSize) argument
[all...]
/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/include/mcld/LD/
H A DNamePool.h46 NamePool(const Resolver& pResolver, size_type pSize = 3);
56 ResolveInfo::SizeType pSize,
70 ResolveInfo::SizeType pSize,
H A DFillFragment.h27 FillFragment(int64_t pValue, unsigned int pValueSize, uint64_t 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/libbcc/include/bcc/
H A DLinker.h87 enum ErrorCode addObject(void* pMemory, size_t pSize);
89 enum ErrorCode addCode(void* pMemory, size_t pSize);
/frameworks/compile/mclinker/include/mcld/MC/
H A DMCLinker.h81 ResolveInfo::SizeType pSize,
111 ResolveInfo::SizeType pSize,
204 ResolveInfo::SizeType pSize,
214 ResolveInfo::SizeType pSize,
224 ResolveInfo::SizeType pSize,
234 ResolveInfo::SizeType pSize,
245 ResolveInfo::SizeType pSize,
254 ResolveInfo::SizeType pSize,
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86PLT.h26 X86PLT0(SectionData* pParent, unsigned int pSize);
32 X86PLT1(SectionData* pParent, unsigned int pSize);
/frameworks/compile/mclinker/tools/mcld/include/alone/
H A DLinker.h80 enum ErrorCode addObject(void* pMemory, size_t pSize);
82 enum ErrorCode addCode(void* pMemory, size_t pSize);

Completed in 843 milliseconds

123