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

1 2 3 4 5 6 7 8 9

  /external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/
omxSP_FFTGetBufSize_C_FC32.c 33 * pSize - pointer to the number of bytes required for the specification
43 OMXResult omxSP_FFTGetBufSize_C_FC32(OMX_INT order, OMX_INT *pSize) {
44 if (!pSize || (order < 1) || (order > TWIDDLE_TABLE_ORDER))
51 return omxSP_FFTGetBufSize_C_SC32(order, pSize);
omxSP_FFTGetBufSize_R_F32.c 31 * [out] pSize pointer to the number of bytes required for the
39 OMXResult omxSP_FFTGetBufSize_R_F32(OMX_INT order, OMX_INT *pSize) {
40 if (!pSize || (order < 1) || (order > TWIDDLE_TABLE_ORDER))
48 return omxSP_FFTGetBufSize_R_S32(order, pSize);
omxSP_FFTGetBufSize_C_SC16.c 50 * pSize - pointer to the number of bytes required for the specification
64 OMX_INT *pSize)
72 *pSize = sizeof(ARMsFFTSpec_SC16);
83 *pSize = sizeof(ARMsFFTSpec_SC16)
omxSP_FFTGetBufSize_C_SC32.c 50 * pSize - pointer to the number of bytes required for the specification
63 OMX_INT *pSize)
71 *pSize = sizeof(ARMsFFTSpec_SC32);
81 *pSize = sizeof(ARMsFFTSpec_SC32)
omxSP_FFTGetBufSize_R_S16S32.c 47 * [out] pSize pointer to the number of bytes required for the
57 OMX_INT *pSize
66 *pSize = sizeof(ARMsFFTSpec_R_SC32)
77 *pSize = sizeof(ARMsFFTSpec_R_SC32)
omxSP_FFTGetBufSize_R_S32.c 47 * [out] pSize pointer to the number of bytes required for the
57 OMX_INT *pSize
66 *pSize = sizeof(ARMsFFTSpec_R_SC32)
77 *pSize = sizeof(ARMsFFTSpec_R_SC32)
omxSP_FFTGetBufSize_R_S16.c 40 * [out] pSize pointer to the number of bytes required for the
48 OMXResult omxSP_FFTGetBufSize_R_S16(OMX_INT order, OMX_INT *pSize) {
61 *pSize = sizeof(ARMsFFTSpec_R_SC16)
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/mips/
omxSP_FFTGetBufSize_R_F32.c 16 OMXResult omxSP_FFTGetBufSize_R_F32(OMX_INT order, OMX_INT* pSize) {
19 if (!pSize || (order < 1) || (order > TWIDDLE_TABLE_ORDER))
28 *pSize = sizeof(MIPSFFTSpec_R_FC32) +
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/x86/
omxSP_FFTGetBufSize_R_F32.c 30 * [out] pSize pointer to the number of bytes required for the
38 OMXResult omxSP_FFTGetBufSize_R_F32(OMX_INT order, OMX_INT *pSize) {
42 if (!pSize || (order < 1) || (order > TWIDDLE_TABLE_ORDER))
48 *pSize = sizeof(X86FFTSpec_R_FC32) +
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_MEGetBufSize.c 40 * 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/
omxVCM4P2_MEGetBufSize.c 40 * 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/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,
23 m_Size(pSize) {
  /external/qemu/android/utils/
lineinput.h 41 * '*pSize' to save you a strlen() call.
43 const char* lineInput_getLineAndSize( LineInput* input, size_t *pSize );
  /frameworks/compile/mclinker/include/mcld/Support/
LEB128.h 27 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) {
103 return decode<IntType>(reinterpret_cast<const ByteType*>(pBuf), pSize);
MemoryArea.h 32 explicit MemoryArea(const char* pMemBuffer, size_t pSize);
  /frameworks/compile/libbcc/lib/Support/
Sha1Util.cpp 65 const uint8_t *pData, size_t pSize) {
72 static_cast<unsigned long>(pSize));
  /frameworks/compile/mclinker/lib/LD/
NamePool.cpp 18 NamePool::NamePool(NamePool::size_type pSize)
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)
128 m_Table.rehash(pSize);
LDSection.cpp 43 uint64_t pSize,
49 m_Size(pSize),
72 uint64_t pSize,
76 new (result) LDSection(pName, pKind, pType, pFlag, pSize, pAddr);
  /frameworks/compile/mclinker/lib/Support/
FileHandle.cpp 67 inline static bool get_size(int pHandler, unsigned int &pSize)
71 pSize = 0;
74 pSize = file_stat.st_size;
148 bool FileHandle::truncate(size_t pSize)
155 if (-1 == sys::fs::detail::ftruncate(m_Handler, pSize)) {
160 m_Size = pSize;
MemoryAreaFactory.cpp 55 MemoryArea* MemoryAreaFactory::produce(void* pMemBuffer, size_t pSize)
58 llvm::StringRef name(base, pSize);
61 new (result) MemoryArea(base, 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/Fragment/
FillFragment.h 23 FillFragment(int64_t pValue, unsigned int pValueSize, uint64_t pSize,
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLA25Stub.h 48 size_t pSize,
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderInterface.h 36 virtual Decode_Status getRawDataFromSurface(VideoRenderBuffer *renderBuffer = NULL, uint8_t *pRawData = NULL, uint32_t *pSize = NULL, bool internal = true) = 0;

Completed in 268 milliseconds

1 2 3 4 5 6 7 8 9