Searched defs:pDest (Results 1 - 10 of 10) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_IDCT8x8blk_s.s71 ;// pDest RN 2 ;// destination data buffer
76 pDest RN 2 label
79 MOV pDest, pDst
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_IDCT8x8blk_s.s71 ;// pDest RN 2 ;// destination data buffer
76 pDest RN 2 label
79 MOV pDest, pDst
/frameworks/av/media/libstagefright/codecs/common/
H A DcmnMemory.c58 VO_U32 cmnMemCopy (VO_S32 uID, VO_PTR pDest, VO_PTR pSource, VO_U32 uSize) argument
62 memcpy (pDest, pSource, uSize);
82 VO_U32 cmnMemMove (VO_S32 uID, VO_PTR pDest, VO_PTR pSource, VO_U32 uSize) argument
86 memmove (pDest, pSource, uSize);
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
H A DLVM_Buffers.c64 LVM_INT16 *pDest; local
72 pDest = pBuffer->pScratch;
137 pDest, /* Destination */
140 pDest += NumChannels * pBuffer->InDelaySamples; /* Update the destination pointer */
150 pDest, /* Destination */
290 LVM_INT16 *pDest; local
307 pDest = *pProcessed; /* The start of the output buffer */
316 pDest, /* Detsination */
318 pDest += 2 * pBuffer->OutDelaySamples; /* Update the output pointer */
321 *pToProcess = pDest; /* Se
536 LVM_INT16 *pDest; local
[all...]
/frameworks/compile/mclinker/lib/Fragment/
H A DFragmentRef.cpp118 void FragmentRef::memcpy(void* pDest, size_t pNBytes, Offset pOffset) const { argument
132 pDest, region_frag->getRegion().begin() + total_offset, pNBytes);
140 std::memcpy(pDest, stub_frag->getContent() + total_offset, pNBytes);
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LongBranchStub.cpp95 static bool isValidForADRP(uint64_t pSource, uint64_t pDest) { argument
96 int64_t imm = static_cast<int64_t>((helper_get_page_address(pDest) -
/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp45 void mx4transform(float x, float y, float z, float w, const float* pM, float* pDest) { argument
46 pDest[0] = pM[0 + 4 * 0] * x + pM[0 + 4 * 1] * y + pM[0 + 4 * 2] * z + pM[0 + 4 * 3] * w;
47 pDest[1] = pM[1 + 4 * 0] * x + pM[1 + 4 * 1] * y + pM[1 + 4 * 2] * z + pM[1 + 4 * 3] * w;
48 pDest[2] = pM[2 + 4 * 0] * x + pM[2 + 4 * 1] * y + pM[2 + 4 * 2] * z + pM[2 + 4 * 3] * w;
49 pDest[3] = pM[3 + 4 * 0] * x + pM[3 + 4 * 1] * y + pM[3 + 4 * 2] * z + pM[3 + 4 * 3] * w;
138 float* pDest = & poly.vert[0].sx; local
141 memcpy(pDest , pTransformed + 4 * (pIndices[i ] - minIndex), 4 * sizeof(float));
142 memcpy(pDest + 4, pTransformed + 4 * (pIndices[i + 1] - minIndex), 4 * sizeof(float));
143 memcpy(pDest + 8, pTransformed + 4 * (pIndices[i + 2] - minIndex), 4 * sizeof(float));
/frameworks/wilhelm/src/android/
H A DAudioPlayer_to_android.cpp166 uint8_t *pDest = (uint8_t *)oldFront->mBuffer + ap->mBufferQueue.mSizeConsumed; local
171 memcpy(pDest, data, size);
187 memcpy(pDest, data, sizeConsumed);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
H A DarmCOMM_IDCT_s.h126 pDest RN 2 ;// destination data buffer
143 ;// pDest = r2 = Pointer to output data
224 M_STR pDest, ppDest variable
228 M_ADR pDest, pBlk variable
309 STMIA pDest, {xi4, xi5, xi6, xi7} variable
389 LDRD xi0, [pDest, #8] ;// j2,j6 scaled
407 LDRD xi0, [pDest] ;// j0, j4 scaled
441 STMIA pDest!, {ra01, ra23, ra45, ra67} variable
443 STMIA pDest!, {rb01, rb23, rb45, rb67} variable
446 SUB pSrc, pDest, #(6 variable
447 M_LDR pDest, ppDest variable
499 STMIA pDest!, {ra01, ra23, ra45, ra67} variable
501 STMIA pDest!, {rb01, rb23, rb45, rb67} variable
504 SUB pSrc, pDest, #(64*2) variable
505 M_LDR pDest, ppDest variable
629 STMIA pDest, {ra01, ra23} variable
632 STMIA pDest, {rb01, rb23} variable
633 ADD pDest, pDest, pScale variable
635 ADD pDest, pDest, #($stride) variable
636 STMIA pDest, {rb01, rb23} variable
637 ADD pDest, pDest, #($stride) variable
653 STMIA pDest, {ra01, ra23, ra45, ra67} variable
656 STMIA pDest, {rb01, rb23, rb45, rb67} variable
657 ADD pDest, pDest, pScale variable
659 ADD pDest, pDest, #($stride) variable
660 STMIA pDest, {rb01, rb23, rb45, rb67} variable
661 ADD pDest, pDest, #($stride) variable
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
H A DarmCOMM_IDCT_s.h126 pDest RN 2 ;// destination data buffer
143 ;// pDest = r2 = Pointer to output data
224 M_STR pDest, ppDest variable
228 M_ADR pDest, pBlk variable
309 STMIA pDest, {xi4, xi5, xi6, xi7} variable
394 LDRD xi0, [pDest, #8] ;// j2,j6 scaled
413 LDRD xi0, [pDest] ;// j0, j4 scaled
447 STMIA pDest!, {ra01, ra23, ra45, ra67} variable
449 STMIA pDest!, {rb01, rb23, rb45, rb67} variable
452 SUB pSrc, pDest, #(6 variable
453 M_LDR pDest, ppDest variable
505 STMIA pDest!, {ra01, ra23, ra45, ra67} variable
507 STMIA pDest!, {rb01, rb23, rb45, rb67} variable
510 SUB pSrc, pDest, #(64*2) variable
511 M_LDR pDest, ppDest variable
635 STMIA pDest, {ra01, ra23} variable
638 STMIA pDest, {rb01, rb23} variable
639 ADD pDest, pDest, pScale variable
641 ADD pDest, pDest, #($stride) variable
642 STMIA pDest, {rb01, rb23} variable
643 ADD pDest, pDest, #($stride) variable
659 STMIA pDest, {ra01, ra23, ra45, ra67} variable
662 STMIA pDest, {rb01, rb23, rb45, rb67} variable
663 ADD pDest, pDest, pScale variable
665 ADD pDest, pDest, #($stride) variable
666 STMIA pDest, {rb01, rb23, rb45, rb67} variable
667 ADD pDest, pDest, #($stride) variable
[all...]

Completed in 247 milliseconds