HomeSort by relevance Sort by last modified time
    Searched refs:pSize (Results 1 - 25 of 196) sorted by null

1 2 3 4 5 6 7 8

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_MEGetBufSize.c 55 * 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/
omxVCM4P2_MEGetBufSize.c 55 * 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/
Sha1Util.h 44 const uint8_t *pData, size_t pSize);
48 const char *pData, size_t pSize) {
51 pSize);
  /frameworks/compile/mclinker/lib/Fragment/
FillFragment.cpp 20 uint64_t pSize,
25 m_Size(pSize) {
  /hardware/qcom/camera/QCamera2/util/
QCameraBufferMaps.h 49 size_t pSize,
62 size_t pSize,
73 size_t pSize,
QCameraBufferMaps.cpp 100 * @pSize : Size of the buffer
110 size_t pSize,
114 enqueue(pType, pStreamId, pFrameIndex, pPlaneIndex, pCookie, pFd, pSize, buffer);
160 * @pSize : Size of the buffer
172 size_t pSize,
182 mBufMapList.buf_maps[pos].size = pSize;
219 * @pSize : Size of the buffer
232 size_t pSize,
244 pSize,
  /frameworks/compile/mclinker/include/mcld/Support/
LEB128.h 26 IntType decode(const ByteType* pBuf, size_t& pSize);
67 * Read an integer encoded in ULEB128 format from the given buffer. pSize will
72 uint64_t decode<uint64_t>(const ByteType* pBuf, size_t& pSize);
85 int64_t decode<int64_t>(const ByteType* pBuf, size_t& pSize);
101 IntType decode(const char* pBuf, size_t& pSize) {
102 return decode<IntType>(reinterpret_cast<const ByteType*>(pBuf), pSize);
MemoryArea.h 32 explicit MemoryArea(const char* pMemBuffer, size_t pSize);
MemoryAreaFactory.h 54 MemoryArea* produce(void* pMemBuffer, size_t pSize);
  /frameworks/compile/mclinker/lib/LD/
NamePool.cpp 20 NamePool::NamePool(NamePool::size_type pSize)
21 : m_pResolver(new StaticResolver()), m_Table(pSize) {
39 ResolveInfo::SizeType pSize,
49 (*result)->setSize(pSize);
61 ResolveInfo::SizeType pSize,
86 new_symbol->setSize(pSize);
121 void NamePool::reserve(NamePool::size_type pSize) {
122 m_Table.rehash(pSize);
LDSection.cpp 43 uint64_t pSize,
49 m_Size(pSize),
70 uint64_t pSize,
73 new (result) LDSection(pName, pKind, pType, pFlag, pSize, pAddr);
  /frameworks/compile/mclinker/lib/Support/
MemoryArea.cpp 33 MemoryArea::MemoryArea(const char* pMemBuffer, size_t pSize) {
34 llvm::StringRef mem(pMemBuffer, pSize);
FileOutputBuffer.cpp 27 size_t pSize,
32 ec = llvm::sys::fs::resize_file(pFileHandle.handler(), pSize);
38 llvm::sys::fs::mapped_file_region::readwrite, pSize, 0, ec));
MemoryAreaFactory.cpp 52 MemoryArea* MemoryAreaFactory::produce(void* pMemBuffer, size_t pSize) {
54 llvm::StringRef name(base, pSize);
57 new (result) MemoryArea(base, pSize);
FileHandle.cpp 66 inline static bool get_size(int pHandler, unsigned int& pSize) {
69 pSize = 0;
72 pSize = file_stat.st_size;
144 bool FileHandle::truncate(size_t pSize) {
150 if (sys::fs::detail::ftruncate(m_Handler, pSize) == -1) {
155 m_Size = pSize;
LEB128.cpp 96 uint64_t decode<uint64_t>(const ByteType* pBuf, size_t& pSize) {
100 pSize = 1;
103 pSize = 2;
106 pSize = 3;
110 pSize = 4;
126 pSize++;
184 int64_t decode<int64_t>(const ByteType* pBuf, size_t& pSize) {
189 pSize = 0;
193 pSize++;
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64CA53Erratum843419Stub2.cpp 39 size_t pSize,
43 : AArch64CA53ErratumStub(pData, pSize, pName, pBegin, pEnd) {
AArch64CA53Erratum835769Stub.h 49 size_t pSize,
AArch64CA53Erratum843419Stub2.h 49 size_t pSize,
AArch64CA53Erratum843419Stub.h 54 size_t pSize,
  /frameworks/compile/mclinker/include/mcld/Fragment/
FillFragment.h 24 uint64_t pSize,
  /frameworks/compile/mclinker/include/mcld/LD/
NamePool.h 44 explicit NamePool(size_type pSize = 3);
57 ResolveInfo::SizeType pSize,
71 ResolveInfo::SizeType pSize,
  /frameworks/wilhelm/src/itf/
IMetadataTraversal.c 66 SLMetadataTraversalItf self, SLuint32 index, SLuint32 *pSize)
70 if (NULL == pSize) {
77 *pSize = size;
  /frameworks/compile/mclinker/include/mcld/
IRBuilder.h 130 /// @param [in] pSize The size of the memory
132 Input* ReadInput(const std::string& pName, void* pRawMemory, size_t pSize);
374 /// @param [in] pSize The size of the symbol. Bigger common symbols
391 ResolveInfo::SizeType pSize,
437 ResolveInfo::SizeType pSize = 0,
466 ResolveInfo::SizeType pSize,
476 ResolveInfo::SizeType pSize,
493 ResolveInfo::SizeType pSize,
504 ResolveInfo::SizeType pSize,
515 ResolveInfo::SizeType pSize,
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLA25Stub.h 46 size_t pSize,

Completed in 258 milliseconds

1 2 3 4 5 6 7 8