Searched defs:pOffset (Results 1 - 25 of 27) sorted by relevance

12

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DomxVCM4P10_DecodeChromaDcCoeffsToPairCAVLC.c37 * [in] pOffset Pointer to current bit position in the byte
40 * [out] pOffset *pOffset is updated after each block is decoded
53 OMX_S32* pOffset,
59 return armVCM4P10_DecodeCoeffsToPair(ppBitStream, pOffset, pNumCoeff,
51 omxVCM4P10_DecodeChromaDcCoeffsToPairCAVLC( const OMX_U8** ppBitStream, OMX_S32* pOffset, OMX_U8* pNumCoeff, OMX_U8** ppPosCoefbuf ) argument
H A DomxVCM4P10_DecodeCoeffsToPairCAVLC.c38 * [in] pOffset Pointer to current bit position in the byte pointed
47 * [out] pOffset *pOffset is updated after each block is decoded
59 OMX_S32* pOffset,
66 return armVCM4P10_DecodeCoeffsToPair(ppBitStream, pOffset, pNumCoeff,
57 omxVCM4P10_DecodeCoeffsToPairCAVLC( const OMX_U8** ppBitStream, OMX_S32* pOffset, OMX_U8* pNumCoeff, OMX_U8**ppPosCoefbuf, OMX_INT sVLCSelect, OMX_INT sMaxNumCoeff ) argument
H A DarmVCM4P10_DecodeCoeffsToPair_s.s35 pOffset RN 1 label
112 M_BD_INIT0 ppBitStream, pOffset, RBitStream, RBitBuffer, RBitCount
134 M_STR pOffset, ppOffset
306 M_LDR pOffset, ppOffset
315 M_BD_FINI ppBitStream, pOffset
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
H A DomxVCM4P10_DecodeChromaDcCoeffsToPairCAVLC.c37 * [in] pOffset Pointer to current bit position in the byte
40 * [out] pOffset *pOffset is updated after each block is decoded
53 OMX_S32* pOffset,
59 return armVCM4P10_DecodeCoeffsToPair(ppBitStream, pOffset, pNumCoeff,
51 omxVCM4P10_DecodeChromaDcCoeffsToPairCAVLC( const OMX_U8** ppBitStream, OMX_S32* pOffset, OMX_U8* pNumCoeff, OMX_U8** ppPosCoefbuf ) argument
H A DomxVCM4P10_DecodeCoeffsToPairCAVLC.c38 * [in] pOffset Pointer to current bit position in the byte pointed
47 * [out] pOffset *pOffset is updated after each block is decoded
59 OMX_S32* pOffset,
66 return armVCM4P10_DecodeCoeffsToPair(ppBitStream, pOffset, pNumCoeff,
57 omxVCM4P10_DecodeCoeffsToPairCAVLC( const OMX_U8** ppBitStream, OMX_S32* pOffset, OMX_U8* pNumCoeff, OMX_U8**ppPosCoefbuf, OMX_INT sVLCSelect, OMX_INT sMaxNumCoeff ) argument
H A DarmVCM4P10_DecodeCoeffsToPair_s.s35 pOffset RN 1 label
112 M_BD_INIT0 ppBitStream, pOffset, RBitStream, RBitBuffer, RBitCount
134 M_STR pOffset, ppOffset
306 M_LDR pOffset, ppOffset
315 M_BD_FINI ppBitStream, pOffset
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_DecodeChromaDcCoeffsToPairCAVLC.c39 * pOffset - Pointer to current bit position in the byte pointed to by
45 * pOffset - *pOffset is updated after each block is decoded
59 * - ppBitStream or pOffset is NULL.
68 OMX_S32* pOffset,
76 armRetArgErrIf(pOffset==NULL , OMX_Sts_BadArgErr);
77 armRetArgErrIf(*pOffset<0 , OMX_Sts_BadArgErr);
78 armRetArgErrIf(*pOffset>7 , OMX_Sts_BadArgErr);
83 return armVCM4P10_DecodeCoeffsToPair(ppBitStream, pOffset, pNumCoeff,
66 omxVCM4P10_DecodeChromaDcCoeffsToPairCAVLC( const OMX_U8** ppBitStream, OMX_S32* pOffset, OMX_U8* pNumCoeff, OMX_U8** ppPosCoefbuf ) argument
H A DomxVCM4P10_DecodeCoeffsToPairCAVLC.c39 * pOffset - Pointer to current bit position in the byte pointed to by
55 * pOffset - *pOffset is updated after each block is decoded
64 * - ppBitStream or pOffset is NULL.
76 OMX_S32* pOffset,
87 armRetArgErrIf(pOffset==NULL , OMX_Sts_BadArgErr);
88 armRetArgErrIf(*pOffset<0 , OMX_Sts_BadArgErr);
89 armRetArgErrIf(*pOffset>7 , OMX_Sts_BadArgErr);
115 return armVCM4P10_DecodeCoeffsToPair(ppBitStream, pOffset, pNumCoeff,
74 omxVCM4P10_DecodeCoeffsToPairCAVLC( const OMX_U8** ppBitStream, OMX_S32* pOffset, OMX_U8* pNumCoeff, OMX_U8**ppPosCoefbuf, OMX_INT sVLCSelect, OMX_INT sMaxNumCoeff ) argument
H A DarmVCM4P10_DecodeCoeffsToPair.c45 * [in] pOffset Pointer to current bit position in the byte pointed
52 * [out] pOffset *pOffset is updated after each block is decoded
64 OMX_S32* pOffset,
79 CoeffToken = armUnPackVLC32(ppBitStream, pOffset, armVCM4P10_CAVLCCoeffTokenTables[nTable]);
97 if (armGetBits(ppBitStream, pOffset, 1))
118 LevelPrefix = armUnPackVLC32(ppBitStream, pOffset, armVCM4P10_CAVLCLevelPrefix);
134 LevelSuffix = armGetBits(ppBitStream, pOffset, LevelSuffixSize);
183 ZerosLeft = armUnPackVLC32(ppBitStream, pOffset, armVCM4P10_CAVLCTotalZeros2x2Tables[TotalCoeff-1]);
188 ZerosLeft = armUnPackVLC32(ppBitStream, pOffset, armVCM4P10_CAVLCTotalZeroTable
62 armVCM4P10_DecodeCoeffsToPair( const OMX_U8** ppBitStream, OMX_S32* pOffset, OMX_U8* pNumCoeff, OMX_U8 **ppPosCoefbuf, OMX_INT nTable, OMX_INT sMaxNumCoeff ) argument
[all...]
/frameworks/av/media/libeffects/lvm/lib/Common/src/
H A DDelayMix_16x16.c32 LVM_INT16 *pOffset, /* Delay offset */
36 LVM_INT16 Offset = *pOffset;
68 *pOffset = Offset;
28 DelayMix_16x16(const LVM_INT16 *src, LVM_INT16 *delay, LVM_INT16 size, LVM_INT16 *dst, LVM_INT16 *pOffset, LVM_INT16 n) argument
H A DDelayWrite_32.c31 LVM_UINT16 *pOffset, /* Delay offset */
35 LVM_INT16 Offset = (LVM_INT16)*pOffset;
51 *pOffset = (LVM_UINT16)Offset;
28 DelayWrite_32(const LVM_INT32 *src, LVM_INT32 *delay, LVM_UINT16 size, LVM_UINT16 *pOffset, LVM_INT16 n) argument
/frameworks/compile/mclinker/lib/LD/
H A DLDSection.cpp19 uint64_t pOffset,
27 m_Offset(pOffset),
14 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 DELFSegment.cpp17 uint64_t pOffset,
25 m_Offset(pOffset),
15 ELFSegment(uint32_t pType, uint32_t pFlag, uint64_t pOffset, uint64_t pVaddr, uint64_t pPaddr, uint64_t pFilesz, uint64_t pMemsz, uint64_t pAlign) argument
H A DSectionMap.cpp47 const uint64_t pOffset)
60 pOffset,
45 push_back(const std::string& pInput, const std::string& pOutput, const uint64_t pOffset) argument
H A DLayout.cpp317 Layout::getFragmentRef(Layout::Range& pRange, uint64_t pOffset) argument
330 return getFragmentRef(*front, *rear, pOffset);
335 // @pOffset is the offset started from pFront.
339 uint64_t pOffset)
351 uint64_t target_offset = pFront.Offset + pOffset;
403 Layout::getFragmentRef(const LDSection& pInputSection, uint64_t pOffset) argument
433 return getFragmentRef(*range, pOffset);
337 getFragmentRef(llvm::MCFragment& pFront, llvm::MCFragment& pRear, uint64_t pOffset) argument
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
H A DarmCOMM_Bitstream.c31 * [in] *pOffset
37 OMX_U32 armLookAheadBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N) argument
40 OMX_INT Offset = *pOffset;
63 * [in] *pOffset
67 * [out] *pOffset
72 OMX_U32 armGetBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N) argument
75 OMX_INT Offset = *pOffset;
93 *pOffset = Offset & 7;
107 * [in] *pOffset
110 * [out] *pOffset
114 armByteAlign(const OMX_U8 **ppBitStream,OMX_INT *pOffset) argument
140 armSkipBits(const OMX_U8 **ppBitStream,OMX_INT *pOffset,OMX_INT N) argument
176 armUnPackVLC32( const OMX_U8 **ppBitStream, OMX_INT *pOffset, const ARM_VLC32 *pCodeBook ) argument
247 armPackBits( OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_U32 codeWord, OMX_INT codeLength ) argument
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/
H A DarmCOMM_Bitstream.c31 * [in] *pOffset
37 OMX_U32 armLookAheadBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N) argument
40 OMX_INT Offset = *pOffset;
63 * [in] *pOffset
67 * [out] *pOffset
72 OMX_U32 armGetBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N) argument
75 OMX_INT Offset = *pOffset;
93 *pOffset = Offset & 7;
107 * [in] *pOffset
110 * [out] *pOffset
114 armByteAlign(const OMX_U8 **ppBitStream,OMX_INT *pOffset) argument
140 armSkipBits(const OMX_U8 **ppBitStream,OMX_INT *pOffset,OMX_INT N) argument
176 armUnPackVLC32( const OMX_U8 **ppBitStream, OMX_INT *pOffset, const ARM_VLC32 *pCodeBook ) argument
247 armPackBits( OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_U32 codeWord, OMX_INT codeLength ) argument
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/
H A DarmCOMM_Bitstream.c31 * [in] *pOffset
37 OMX_U32 armLookAheadBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N) argument
40 OMX_INT Offset = *pOffset;
63 * [in] *pOffset
67 * [out] *pOffset
72 OMX_U32 armGetBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N) argument
75 OMX_INT Offset = *pOffset;
93 *pOffset = Offset & 7;
107 * [in] *pOffset
110 * [out] *pOffset
114 armByteAlign(const OMX_U8 **ppBitStream,OMX_INT *pOffset) argument
140 armSkipBits(const OMX_U8 **ppBitStream,OMX_INT *pOffset,OMX_INT N) argument
176 armUnPackVLC32( const OMX_U8 **ppBitStream, OMX_INT *pOffset, const ARM_VLC32 *pCodeBook ) argument
247 armPackBits( OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_U32 codeWord, OMX_INT codeLength ) argument
[all...]
/frameworks/native/libs/utils/
H A DZipFileCRO.cpp43 size_t* pCompLen, off64_t* pOffset, long* pModWhen, long* pCrc32) {
46 return zip->getEntryInfo(entry, pMethod, pUncompLen, pCompLen, pOffset,
41 ZipFileCRO_getEntryInfo(ZipFileCRO zipToken, ZipEntryRO entryToken, int* pMethod, size_t* pUncompLen, size_t* pCompLen, off64_t* pOffset, long* pModWhen, long* pCrc32) argument
H A DZipFileRO.cpp476 size_t* pCompLen, off64_t* pOffset, long* pModWhen, long* pCrc32) const
527 if (pOffset != NULL) {
613 *pOffset = dataOffset;
475 getEntryInfo(ZipEntryRO entry, int* pMethod, size_t* pUncompLen, size_t* pCompLen, off64_t* pOffset, long* pModWhen, long* pCrc32) const argument
/frameworks/compile/mclinker/lib/MC/
H A DMCFragmentRef.cpp77 MCFragmentRef::Offset pOffset)
78 : m_pFragment(&pFrag), m_Offset(pOffset) {
94 MCFragmentRef& MCFragmentRef::assign(llvm::MCFragment& pFrag, MCFragmentRef::Offset pOffset) argument
97 m_Offset = pOffset;
101 void MCFragmentRef::memcpy(void* pDest, size_t pNBytes, Offset pOffset) const
106 unsigned int total_offset = m_Offset + pOffset;
76 MCFragmentRef(llvm::MCFragment& pFrag, MCFragmentRef::Offset pOffset) argument
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFSegment.h34 uint64_t pOffset = 0,
114 void setOffset(uint64_t pOffset) argument
115 { m_Offset = pOffset; }
/frameworks/compile/mclinker/include/mcld/Support/
H A DMemoryArea.h101 Space(MemoryArea* pParent, size_t pOffset, size_t pLength) argument
104 file_offset(pOffset),
142 MemoryRegion* request(size_t pOffset, size_t pLength);
211 size_t pSize, size_t pOffset);
215 Space* find(size_t pOffset, size_t pLength);
231 Space::Type policy(off_t pOffset, size_t pLength);
/frameworks/compile/mclinker/lib/Support/
H A DMemoryArea.cpp186 MemoryRegion* MemoryArea::request(size_t pOffset, size_t pLength) argument
194 if (!isWritable() && (pOffset + pLength) > m_FileSize)
197 if (isWritable() && (pOffset + pLength) > m_FileSize) {
202 m_FileSize = page_boundary(pOffset + pLength + 1);
206 Space* space = find(pOffset, pLength);
210 space = new Space(this, pOffset, pLength);
212 switch(space->type = policy(pOffset, pLength)) {
224 space->file_offset = page_offset(pOffset);
227 space->size = page_boundary(pLength + pOffset + 1 - space->file_offset);
242 r_start = space->data + (pOffset
315 find(size_t pOffset, size_t pLength) argument
343 policy(off_t pOffset, size_t pLength) argument
352 readToBuffer(sys::fs::detail::Address pBuf, size_t pSize, size_t pOffset) argument
[all...]
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocationFactory.cpp356 ARMRelocationFactory::DWord pOffset)
358 uint32_t sign = ((pOffset & 0x80000000U) >> 31);
359 return (pUpper16 & ~0x7ffU) | ((pOffset >> 12) & 0x3ffU) | (sign << 10);
364 ARMRelocationFactory::DWord pOffset)
366 uint32_t sign = ((pOffset & 0x80000000U) >> 31);
368 ((((pOffset >> 23) & 1) ^ !sign) << 13) |
369 ((((pOffset >> 22) & 1) ^ !sign) << 11) |
370 ((pOffset >> 1) & 0x7ffU));
355 helper_thumb32_branch_upper(ARMRelocationFactory::DWord pUpper16, ARMRelocationFactory::DWord pOffset) argument
363 helper_thumb32_branch_lower(ARMRelocationFactory::DWord pLower16, ARMRelocationFactory::DWord pOffset) argument

Completed in 8743 milliseconds

12