Searched defs:pOffset (Results 1 - 25 of 31) 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.cpp18 uint64_t pOffset,
25 m_Offset(pOffset),
13 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,
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
H A DFragmentRef.cpp70 FragmentRef::Offset pOffset)
71 : m_pFragment(&pFrag), m_Offset(pOffset) {
87 FragmentRef& FragmentRef::assign(Fragment& pFrag, FragmentRef::Offset pOffset) argument
90 m_Offset = pOffset;
94 void FragmentRef::memcpy(void* pDest, size_t pNBytes, Offset pOffset) const
99 unsigned int total_offset = m_Offset + pOffset;
69 FragmentRef(Fragment& pFrag, FragmentRef::Offset 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/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 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::createSpace(*m_pFileHandle, pOffset, pLength);
70 off_t distance = pOffset - space->start();
126 Space* MemoryArea::find(size_t pOffset, size_t pLength) argument
130 if (sIter->start() <= pOffset &&
131 (pOffset+pLength) <= (sIter->start()+sIter->size()) ) {
139 const Space* MemoryArea::find(size_t pOffset, size_t pLength) const argument
143 if (sIter->start() <= pOffset
[all...]
H A DSpace.cpp38 inline static Space::Type policy(off_t pOffset, size_t pLength) argument
/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
/frameworks/compile/mclinker/include/mcld/LD/
H A DFragment.h54 void setOffset(uint64_t pOffset) { m_Offset = pOffset; } argument
H A DArchive.h112 uint32_t pOffset,
114 : name(pName), fileOffset(pOffset), status(pStatus)
111 Symbol(const char* pName, uint32_t pOffset, enum Status pStatus) argument
/frameworks/compile/mclinker/include/mcld/Support/
H A DSpace.h59 void setStart(size_t pOffset) argument
60 { m_StartOffset = pOffset; }
87 size_t pOffset, size_t pSize);
/frameworks/compile/libbcc/lib/Support/
H A DFileBase.cpp205 android::FileMap *FileBase::createMap(off_t pOffset, size_t pLength, argument
217 if (!map->create(NULL, mFD, pOffset, pLength, pIsReadOnly)) {
244 off_t FileBase::seek(off_t pOffset) { argument
250 off_t result = ::lseek(mFD, pOffset, SEEK_SET);
251 if (result == pOffset) {

Completed in 2794 milliseconds

12