HomeSort by relevance Sort by last modified time
    Searched full:poffset (Results 1 - 25 of 94) sorted by null

1 2 3 4

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
armCOMM_Bitstream.c 46 * [in] *pOffset
52 OMX_U32 armLookAheadBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N)
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)
90 OMX_INT Offset = *pOffset;
108 *pOffset = Offset & 7;
122 * [in] *pOffset
125 * [out] *pOffset
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/
armCOMM_Bitstream.c 46 * [in] *pOffset
52 OMX_U32 armLookAheadBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N)
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)
90 OMX_INT Offset = *pOffset;
108 *pOffset = Offset & 7;
122 * [in] *pOffset
125 * [out] *pOffset
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/
armCOMM_Bitstream.c 46 * [in] *pOffset
52 OMX_U32 armLookAheadBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N)
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)
90 OMX_INT Offset = *pOffset;
108 *pOffset = Offset & 7;
122 * [in] *pOffset
125 * [out] *pOffset
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_Bitstream.h 52 * [in] *pOffset
58 OMX_U32 armLookAheadBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N);
68 * [in] *pOffset
72 * [out] *pOffset
76 OMX_U32 armGetBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N);
86 * [in] *pOffset
89 * [out] *pOffset
93 OMXVoid armByteAlign(const OMX_U8 **ppBitStream,OMX_INT *pOffset);
103 * [in] *pOffset
107 * [out] *pOffset
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_Bitstream.h 52 * [in] *pOffset
58 OMX_U32 armLookAheadBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N);
68 * [in] *pOffset
72 * [out] *pOffset
76 OMX_U32 armGetBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N);
86 * [in] *pOffset
89 * [out] *pOffset
93 OMXVoid armByteAlign(const OMX_U8 **ppBitStream,OMX_INT *pOffset);
103 * [in] *pOffset
107 * [out] *pOffset
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
armCOMM_Bitstream.h 52 * [in] *pOffset
58 OMX_U32 armLookAheadBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N);
68 * [in] *pOffset
72 * [out] *pOffset
76 OMX_U32 armGetBits(const OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_INT N);
86 * [in] *pOffset
89 * [out] *pOffset
93 OMXVoid armByteAlign(const OMX_U8 **ppBitStream,OMX_INT *pOffset);
103 * [in] *pOffset
107 * [out] *pOffset
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_DecodeChromaDcCoeffsToPairCAVLC.c 54 * 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,
armVCM4P10_DecodeCoeffsToPair.c 60 * [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_CAVLCTotalZeroTables[TotalCoeff-1])
    [all...]
omxVCM4P10_DecodeCoeffsToPairCAVLC.c 54 * 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,
  /frameworks/compile/mclinker/include/mcld/Fragment/
FragmentRef.h 37 /// @param pOffset - the offset, can be larger than the fragment, but can not
41 static FragmentRef* Create(Fragment& pFrag, uint64_t pOffset);
43 static FragmentRef* Create(LDSection& pSection, uint64_t pOffset);
53 FragmentRef& assign(Fragment& pFrag, Offset pOffset = 0);
58 /// @pNBytes - copies pNBytes from the fragment[offset()+pOffset]
59 /// @pOffset - additional offset.
61 void memcpy(void* pDest, size_t pNBytes, Offset pOffset = 0) const;
81 explicit FragmentRef(Fragment& pFrag, Offset pOffset = 0);
Fragment.h 47 void setOffset(uint64_t pOffset) { m_Offset = pOffset; }
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
DelayMix_16x16.c 32 LVM_INT16 *pOffset, /* Delay offset */
36 LVM_INT16 Offset = *pOffset;
68 *pOffset = Offset;
DelayWrite_32.c 31 LVM_UINT16 *pOffset, /* Delay offset */
35 LVM_INT16 Offset = (LVM_INT16)*pOffset;
51 *pOffset = (LVM_UINT16)Offset;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_DecodeChromaDcCoeffsToPairCAVLC.c 52 * [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,
omxVCM4P10_DecodeCoeffsToPairCAVLC.c 53 * [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,
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_DecodeChromaDcCoeffsToPairCAVLC.c 52 * [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,
omxVCM4P10_DecodeCoeffsToPairCAVLC.c 53 * [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,
  /frameworks/compile/mclinker/lib/Fragment/
FragmentRef.cpp 39 FragmentRef::FragmentRef(Fragment& pFrag, FragmentRef::Offset pOffset)
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) {
51 int64_t offset = pOffset;
76 FragmentRef* FragmentRef::Create(LDSection& pSection, uint64_t pOffset) {
95 return Create(data->front(), pOffset);
112 FragmentRef& FragmentRef::assign(Fragment& pFrag, FragmentRef::Offset pOffset) {
114 m_Offset = pOffset;
118 void FragmentRef::memcpy(void* pDest, size_t pNBytes, Offset pOffset) const
    [all...]
Stub.cpp 25 void Stub::addFixup(DWord pOffset, SWord pAddend, Type pType) {
26 assert(pOffset < size());
27 m_FixupList.push_back(new Fixup(pOffset, pAddend, pType));
  /frameworks/compile/mclinker/lib/Support/
FileOutputBuffer.cpp 49 MemoryRegion FileOutputBuffer::request(size_t pOffset, size_t pLength) {
50 if (pOffset > getBufferSize() || (pOffset + pLength) > getBufferSize())
52 return MemoryRegion(getBufferStart() + pOffset, pLength);
  /external/libnfc-nxp/src/
phFriNfc_LlcpUtils.c 33 uint32_t *pOffset,
39 uint32_t offset = *pOffset;
42 if ((psRawData == NULL) || (pOffset == NULL) || (pType == NULL) || (psValueBuffer == NULL))
77 *pOffset = offset;
83 uint32_t *pOffset,
88 uint32_t offset = *pOffset;
93 if ((psValueBuffer == NULL) || (pOffset == NULL) || (pValue == NULL))
125 *pOffset = offset;
  /frameworks/compile/libbcc/include/bcc/Support/
File.h 62 inline android::FileMap *createMap(off_t pOffset, size_t pLength,
65 return FileBase::createMap(pOffset, pLength, pIsReadOnly);
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h 163 uint32_t& pOffset) const;
169 uint32_t& pOffset,
176 uint64_t& pOffset) const;
182 uint64_t& pOffset,
189 uint32_t pOffset) const;
195 uint32_t pOffset,
202 uint64_t pOffset) const;
208 uint64_t pOffset,
  /frameworks/compile/libbcc/lib/Support/
FileBase.cpp 225 android::FileMap *FileBase::createMap(off_t pOffset, size_t pLength,
237 if (!map->create(nullptr, mFD, pOffset, pLength, pIsReadOnly)) {
264 off_t FileBase::seek(off_t pOffset) {
270 off_t result = ::lseek(mFD, pOffset, SEEK_SET);
271 if (result == pOffset) {
  /external/vboot_reference/utility/include/
gbb_utility.h 79 int search_header_signatures(const std::string &image, long *poffset) const;
87 // return true if the offset and size are assign to *poffset and *psize;
90 bool find_property(PROPINDEX i, uint32_t *poffset, uint32_t *psize,

Completed in 2161 milliseconds

1 2 3 4