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

12

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DomxVCM4P10_DecodeChromaDcCoeffsToPairCAVLC.c52 * [in] pOffset Pointer to current bit position in the byte
55 * [out] pOffset *pOffset is updated after each block is decoded
68 OMX_S32* pOffset,
74 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.c53 * [in] pOffset Pointer to current bit position in the byte pointed
62 * [out] pOffset *pOffset is updated after each block is decoded
74 OMX_S32* pOffset,
81 return armVCM4P10_DecodeCoeffsToPair(ppBitStream, pOffset, pNumCoeff,
72 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.s49 pOffset RN 1 label
126 M_BD_INIT0 ppBitStream, pOffset, RBitStream, RBitBuffer, RBitCount
148 M_STR pOffset, ppOffset
320 M_LDR pOffset, ppOffset
329 M_BD_FINI ppBitStream, pOffset
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
H A DomxVCM4P10_DecodeChromaDcCoeffsToPairCAVLC.c52 * [in] pOffset Pointer to current bit position in the byte
55 * [out] pOffset *pOffset is updated after each block is decoded
68 OMX_S32* pOffset,
74 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.c53 * [in] pOffset Pointer to current bit position in the byte pointed
62 * [out] pOffset *pOffset is updated after each block is decoded
74 OMX_S32* pOffset,
81 return armVCM4P10_DecodeCoeffsToPair(ppBitStream, pOffset, pNumCoeff,
72 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.s49 pOffset RN 1 label
126 M_BD_INIT0 ppBitStream, pOffset, RBitStream, RBitBuffer, RBitCount
148 M_STR pOffset, ppOffset
320 M_LDR pOffset, ppOffset
329 M_BD_FINI ppBitStream, pOffset
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_DecodeChromaDcCoeffsToPairCAVLC.c54 * pOffset - Pointer to current bit position in the byte pointed to by
60 * pOffset - *pOffset is updated after each block is decoded
74 * - ppBitStream or pOffset is NULL.
83 OMX_S32* pOffset,
91 armRetArgErrIf(pOffset==NULL , OMX_Sts_BadArgErr);
92 armRetArgErrIf(*pOffset<0 , OMX_Sts_BadArgErr);
93 armRetArgErrIf(*pOffset>7 , OMX_Sts_BadArgErr);
98 return armVCM4P10_DecodeCoeffsToPair(ppBitStream, pOffset, pNumCoeff,
81 omxVCM4P10_DecodeChromaDcCoeffsToPairCAVLC( const OMX_U8** ppBitStream, OMX_S32* pOffset, OMX_U8* pNumCoeff, OMX_U8** ppPosCoefbuf ) argument
H A DomxVCM4P10_DecodeCoeffsToPairCAVLC.c54 * pOffset - Pointer to current bit position in the byte pointed to by
70 * pOffset - *pOffset is updated after each block is decoded
79 * - ppBitStream or pOffset is NULL.
91 OMX_S32* pOffset,
102 armRetArgErrIf(pOffset==NULL , OMX_Sts_BadArgErr);
103 armRetArgErrIf(*pOffset<0 , OMX_Sts_BadArgErr);
104 armRetArgErrIf(*pOffset>7 , OMX_Sts_BadArgErr);
130 return armVCM4P10_DecodeCoeffsToPair(ppBitStream, pOffset, pNumCoeff,
89 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.c60 * [in] pOffset Pointer to current bit position in the byte pointed
67 * [out] pOffset *pOffset is updated after each block is decoded
79 OMX_S32* pOffset,
94 CoeffToken = armUnPackVLC32(ppBitStream, pOffset, armVCM4P10_CAVLCCoeffTokenTables[nTable]);
112 if (armGetBits(ppBitStream, pOffset, 1))
133 LevelPrefix = armUnPackVLC32(ppBitStream, pOffset, armVCM4P10_CAVLCLevelPrefix);
149 LevelSuffix = armGetBits(ppBitStream, pOffset, LevelSuffixSize);
198 ZerosLeft = armUnPackVLC32(ppBitStream, pOffset, armVCM4P10_CAVLCTotalZeros2x2Tables[TotalCoeff-1]);
203 ZerosLeft = armUnPackVLC32(ppBitStream, pOffset, armVCM4P10_CAVLCTotalZeroTable
77 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/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
H A DarmCOMM_Bitstream.c46 * [in] *pOffset
52 OMX_U32 armLookAheadBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N) argument
55 OMX_INT Offset = *pOffset;
78 * [in] *pOffset
82 * [out] *pOffset
87 OMX_U32 armGetBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N) argument
90 OMX_INT Offset = *pOffset;
108 *pOffset = Offset & 7;
122 * [in] *pOffset
125 * [out] *pOffset
129 armByteAlign(const OMX_U8 **ppBitStream,OMX_INT *pOffset) argument
155 armSkipBits(const OMX_U8 **ppBitStream,OMX_INT *pOffset,OMX_INT N) argument
191 armUnPackVLC32( const OMX_U8 **ppBitStream, OMX_INT *pOffset, const ARM_VLC32 *pCodeBook ) argument
262 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.c46 * [in] *pOffset
52 OMX_U32 armLookAheadBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N) argument
55 OMX_INT Offset = *pOffset;
78 * [in] *pOffset
82 * [out] *pOffset
87 OMX_U32 armGetBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N) argument
90 OMX_INT Offset = *pOffset;
108 *pOffset = Offset & 7;
122 * [in] *pOffset
125 * [out] *pOffset
129 armByteAlign(const OMX_U8 **ppBitStream,OMX_INT *pOffset) argument
155 armSkipBits(const OMX_U8 **ppBitStream,OMX_INT *pOffset,OMX_INT N) argument
191 armUnPackVLC32( const OMX_U8 **ppBitStream, OMX_INT *pOffset, const ARM_VLC32 *pCodeBook ) argument
262 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.c46 * [in] *pOffset
52 OMX_U32 armLookAheadBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N) argument
55 OMX_INT Offset = *pOffset;
78 * [in] *pOffset
82 * [out] *pOffset
87 OMX_U32 armGetBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N) argument
90 OMX_INT Offset = *pOffset;
108 *pOffset = Offset & 7;
122 * [in] *pOffset
125 * [out] *pOffset
129 armByteAlign(const OMX_U8 **ppBitStream,OMX_INT *pOffset) argument
155 armSkipBits(const OMX_U8 **ppBitStream,OMX_INT *pOffset,OMX_INT N) argument
191 armUnPackVLC32( const OMX_U8 **ppBitStream, OMX_INT *pOffset, const ARM_VLC32 *pCodeBook ) argument
262 armPackBits( OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_U32 codeWord, OMX_INT codeLength ) argument
[all...]
/frameworks/compile/libbcc/include/bcc/Support/
H A DFile.h62 inline android::FileMap *createMap(off_t pOffset, size_t pLength, argument
65 return FileBase::createMap(pOffset, pLength, pIsReadOnly);
/frameworks/compile/mclinker/lib/Support/
H A DFileOutputBuffer.cpp49 MemoryRegion FileOutputBuffer::request(size_t pOffset, size_t pLength) { argument
50 if (pOffset > getBufferSize() || (pOffset + pLength) > getBufferSize())
52 return MemoryRegion(getBufferStart() + pOffset, pLength);
H A DMemoryArea.cpp41 llvm::StringRef MemoryArea::request(size_t pOffset, size_t pLength) { argument
42 return llvm::StringRef(m_pMemoryBuffer->getBufferStart() + pOffset, pLength);
/frameworks/compile/mclinker/lib/Fragment/
H A DStub.cpp75 void Stub::addFixup(DWord pOffset, SWord pAddend, Type pType) { argument
76 assert(pOffset < size());
77 m_FixupList.push_back(new Fixup(pOffset, pAddend, pType));
H A DFragmentRef.cpp39 FragmentRef::FragmentRef(Fragment& pFrag, FragmentRef::Offset pOffset) argument
40 : m_pFragment(&pFrag), m_Offset(pOffset) {
46 /// @param pOffset - the offset, can be larger than the fragment, but can not
50 FragmentRef* FragmentRef::Create(Fragment& pFrag, uint64_t pOffset) { argument
51 int64_t offset = pOffset;
76 FragmentRef* FragmentRef::Create(LDSection& pSection, uint64_t pOffset) { argument
95 return Create(data->front(), pOffset);
112 FragmentRef& FragmentRef::assign(Fragment& pFrag, FragmentRef::Offset pOffset) { argument
114 m_Offset = pOffset;
118 void FragmentRef::memcpy(void* pDest, size_t pNBytes, Offset pOffset) cons
[all...]
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DFragment.h47 void setOffset(uint64_t pOffset) { m_Offset = pOffset; } argument
H A DStub.h36 Fixup(DWord pOffset, SWord pAddend, Type pType) argument
37 : m_Offset(pOffset), m_Addend(pAddend), m_Type(pType) {}
129 void addFixup(DWord pOffset, SWord pAddend, Type pType);
/frameworks/base/libs/androidfw/
H A DZipFileRO.cpp101 uint32_t* pUncompLen, uint32_t* pCompLen, off64_t* pOffset,
116 if (pOffset != NULL) {
117 *pOffset = ze.offset;
100 getEntryInfo(ZipEntryRO entry, uint16_t* pMethod, uint32_t* pUncompLen, uint32_t* pCompLen, off64_t* pOffset, uint32_t* pModWhen, uint32_t* pCrc32) const argument
/frameworks/compile/libbcc/lib/Support/
H A DFileBase.cpp225 android::FileMap *FileBase::createMap(off_t pOffset, size_t pLength, argument
237 if (!map->create(nullptr, mFD, pOffset, pLength, pIsReadOnly)) {
264 off_t FileBase::seek(off_t pOffset) { argument
270 off_t result = ::lseek(mFD, pOffset, SEEK_SET);
271 if (result == pOffset) {
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.h114 void applyDebugStringOffset(Relocation& pReloc, uint32_t pOffset) {} argument
/frameworks/compile/mclinker/include/mcld/LD/
H A DArchive.h97 Symbol(const char* pName, uint32_t pOffset, enum Status pStatus) argument
98 : name(pName), fileOffset(pOffset), status(pStatus) {}

Completed in 652 milliseconds

12