Searched defs:pOffset (Results 1 - 25 of 35) 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/Fragment/
H A DStub.cpp31 void Stub::addFixup(DWord pOffset, SWord pAddend, Type pType) argument
33 assert(pOffset < size());
34 m_FixupList.push_back(new Fixup(pOffset, pAddend, pType));
H A DFragmentRef.cpp42 FragmentRef::Offset pOffset)
43 : m_pFragment(&pFrag), m_Offset(pOffset) {
49 /// @param pOffset - the offset, can be larger than the fragment, but can not
53 FragmentRef* FragmentRef::Create(Fragment& pFrag, uint64_t pOffset) argument
55 int64_t offset = pOffset;
75 FragmentRef* FragmentRef::Create(LDSection& pSection, uint64_t pOffset) argument
95 return Create(data->front(), pOffset);
115 FragmentRef& FragmentRef::assign(Fragment& pFrag, FragmentRef::Offset pOffset) argument
118 m_Offset = pOffset;
122 void FragmentRef::memcpy(void* pDest, size_t pNBytes, Offset pOffset) cons
41 FragmentRef(Fragment& pFrag, FragmentRef::Offset pOffset) argument
[all...]
/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/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/include/mcld/Support/
H A DMemoryArea.h69 MemoryRegion* request(size_t pOffset, size_t pLength);
84 Space* find(size_t pOffset, size_t pLength);
86 const Space* find(size_t pOffset, size_t pLength) const;
91 Key(size_t pOffset, size_t pLength) argument
92 : m_Offset(pOffset), m_Length(pLength)
H A DSpace.h49 void setStart(size_t pOffset) argument
50 { m_StartOffset = pOffset; }
80 static Space* Create(FileHandle& pHandler, size_t pOffset, size_t pSize);
/frameworks/compile/mclinker/lib/LD/
H A DELFSegment.cpp17 uint64_t pOffset,
26 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, uint64_t pMaxSectAlign) argument
/frameworks/compile/mclinker/lib/Support/
H A DMemoryArea.cpp54 MemoryRegion* MemoryArea::request(size_t pOffset, size_t pLength) argument
56 Space* space = find(pOffset, pLength);
62 unreachable(diag::err_out_of_range_region) << pOffset << pLength;
65 space = Space::Create(*m_pFileHandle, pOffset, pLength);
70 off_t distance = pOffset - space->start();
142 Space* MemoryArea::find(size_t pOffset, size_t pLength) argument
145 m_SpaceMap.equal_range(Key(pOffset, pLength));
148 if ((it->second->start() <= pOffset) &&
149 ((pOffset + pLength) <= (it->second->start() + it->second->size())))
155 const Space* MemoryArea::find(size_t pOffset, size_ argument
[all...]
H A DSpace.cpp41 inline static Space::Type policy(off_t pOffset, size_t pLength) argument
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DFragment.h57 void setOffset(uint64_t pOffset) { m_Offset = pOffset; } argument
H A DStub.h38 Fixup(DWord pOffset, SWord pAddend, Type pType) argument
39 : m_Offset(pOffset), m_Addend(pAddend), m_Type(pType)
117 void addFixup(DWord pOffset, SWord pAddend, Type pType);
/frameworks/compile/libbcc/lib/Support/
H A DFileBase.cpp225 android::FileMap *FileBase::createMap(off_t pOffset, size_t pLength, argument
237 if (!map->create(NULL, 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) {

Completed in 475 milliseconds

12