HomeSort by relevance Sort by last modified time
    Searched full:psrc (Results 76 - 100 of 190) sorted by null

1 2 34 5 6 7 8

  /external/quake/quake/src/QW/client/
draw.c 741 void R_DrawRect8 (vrect_t *prect, int rowbytes, byte *psrc,
759 t = *psrc;
765 psrc++;
769 psrc += srcdelta;
777 memcpy (pdest, psrc, prect->width);
778 psrc += rowbytes;
790 void R_DrawRect16 (vrect_t *prect, int rowbytes, byte *psrc,
811 t = *psrc;
817 psrc++;
821 psrc += srcdelta
854 byte *psrc; local
    [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
armVC.h 834 * [in] pSrc Pointer to top-left corner of block used to interpolate
848 const OMX_U8* pSrc,
    [all...]
omxVC.h 211 * pSrc - pointer to the reference block in the source frame; must be
227 * - one or more of the following pointers is NULL: pSrc, pDst
229 * boundary: pSrc, pDst
234 const OMX_U8 *pSrc,
249 * pSrc - pointer to the reference macroblock in the source frame; must be
265 * - one or more of the following pointers is NULL: pSrc, pDst
267 * boundary: pSrc, pDst
272 const OMX_U8 *pSrc,
287 * pSrc - pointer to the source plane; must be aligned on an 8-byte
304 * pointers is NULL: pSrc, pSrcRef, pDst and pDstSAD.
    [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
armVC.h 834 * [in] pSrc Pointer to top-left corner of block used to interpolate
848 const OMX_U8* pSrc,
    [all...]
omxVC.h 211 * pSrc - pointer to the reference block in the source frame; must be
227 * - one or more of the following pointers is NULL: pSrc, pDst
229 * boundary: pSrc, pDst
234 const OMX_U8 *pSrc,
249 * pSrc - pointer to the reference macroblock in the source frame; must be
265 * - one or more of the following pointers is NULL: pSrc, pDst
267 * boundary: pSrc, pDst
272 const OMX_U8 *pSrc,
287 * pSrc - pointer to the source plane; must be aligned on an 8-byte
304 * pointers is NULL: pSrc, pSrcRef, pDst and pDstSAD.
    [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
armVC.h 834 * [in] pSrc Pointer to top-left corner of block used to interpolate
848 const OMX_U8* pSrc,
    [all...]
omxVC.h 211 * pSrc - pointer to the reference block in the source frame; must be
227 * - one or more of the following pointers is NULL: pSrc, pDst
229 * boundary: pSrc, pDst
234 const OMX_U8 *pSrc,
249 * pSrc - pointer to the reference macroblock in the source frame; must be
265 * - one or more of the following pointers is NULL: pSrc, pDst
267 * boundary: pSrc, pDst
272 const OMX_U8 *pSrc,
287 * pSrc - pointer to the source plane; must be aligned on an 8-byte
304 * pointers is NULL: pSrc, pSrcRef, pDst and pDstSAD.
    [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_TransformResidual4x4_s.s 53 pSrc RN 1
110 VLD4 {dIn0,dIn1,dIn2,dIn3},[pSrc]
  /frameworks/base/core/jni/android/opengl/
util.cpp 127 const float* pSrc = pPositions + 3 * minIndex;
129 for (int i = 0; i < transformedIndexCount; i++, pSrc += 3, pDst += 4) {
130 mx4transform(pSrc[0], pSrc[1], pSrc[2], 1.0f, pWS, pDst);
254 const float* pSrc = positions.mData;
257 float x0 = *pSrc++;
259 float y0 = *pSrc++;
261 float z0 = *pSrc++;
266 float x = *pSrc++
    [all...]
  /dalvik/libdex/
ZipArchive.cpp 124 static u2 get2LE(unsigned char const* pSrc)
126 return pSrc[0] | (pSrc[1] << 8);
132 static u4 get4LE(unsigned char const* pSrc)
136 result = pSrc[0];
137 result |= pSrc[1] << 8;
138 result |= pSrc[2] << 16;
139 result |= pSrc[3] << 24;
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
bitstream_io.cpp 683 UChar *pSrc, *pDst, byte;
701 pSrc = bitstream1->bitstreamBuffer;
702 pDst = pSrc + movebyte;
704 M4VENC_MEMCPY(pDst, pSrc, bitstream1->byteCount + 1);
707 M4VENC_MEMCPY(pSrc, bitstream2->bitstreamBuffer, bitstream2->byteCount + 1);
710 pSrc = pDst;
718 *pDst++ = byte | (pSrc[0] >> bitused);
722 *pDst++ = ((pSrc[0] << leftover) | (pSrc[1] >> bitused));
723 pSrc++
    [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_macroblock_layer.c 101 macroblockLayer_t *mbLayer, const u8 **pSrc, image_t *image);
102 static u32 ProcessChromaResidual(mbStorage_t *pMb, u8 *data, const u8 **pSrc );
104 u32 intraChromaPredMode, const u8 **pSrc, image_t *image);
974 const u8 *pSrc;
1048 pSrc = pMbLayer->residual.posCoefBuf;
1062 &pSrc, p, 0, p, 16, 16, *qpY, *totalCoeff);
1075 &pSrc,
1086 &pSrc,
1092 tmp = ProcessChromaResidual(pMb, data, &pSrc);
    [all...]
  /external/libpcap/
Makefile.in 76 PSRC = pcap-@V_PCAP@.c
84 SRC = $(PSRC) $(FSRC) $(CSRC) $(SSRC) $(GENSRC)
88 OBJ = $(PSRC:.c=.o) $(FSRC:.c=.o) $(CSRC:.c=.o) $(SSRC:.c=.o) $(GENSRC:.c=.o) $(LIBOBJS)
  /development/tools/jdwpspy/
Net.cpp 522 static bool handlePacket(Peer* pDst, Peer* pSrc)
524 const unsigned char* buf = pSrc->inputBuffer;
532 assert((int) length <= pSrc->inputCount);
534 dumpPacket(buf, pSrc->label, pDst->label);
542 cc, pSrc->label[0], pDst->label[0]);*/
544 consumeBytes(pSrc, length);
  /system/media/wilhelm/src/android/
android_StreamPlayer.cpp 202 char *pSrc = ((char*)oldFront->mDataBuffer) + oldFront->mDataSizeConsumed;
206 memcpy(bufferLoc, pSrc, buffSize);
231 memcpy(bufferLoc, pSrc, consumed);
MediaPlayer_to_android.cpp 296 const SLDataSource *pSrc = &mp->mDataSource.u.mSource;
300 const SLuint32 sourceLocatorType = *(SLuint32 *)pSrc->pLocator;
301 const SLuint32 sourceFormatType = *(SLuint32 *)pSrc->pFormat;
311 SLDataFormat_MIME *df_mime = (SLDataFormat_MIME *) pSrc->pFormat;
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_TransformResidual4x4_s.s 42 pSrc RN 1
148 LDMIA pSrc,{in00,in02,in10,in12,in20,in22,in30,in32}
  /frameworks/base/media/libeffects/lvm/lib/Bundle/src/
LVM_Buffers.c     [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodeBlockCoef_Intra.c 26 void armVCM4P2_Clip8(OMX_S16 *pSrc, OMX_U8 *pDst, OMX_INT dstStep );
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/src/
omx_proxy_h264enc.c 109 int COLORCONVERT_PlatformOpaqueToNV12(void *hCC, void *pSrc[],
877 void *pSrc[COLORCONVERT_MAX_SUB_BUFFERS],
887 nErr = module->Blit(module, pSrc[0], pDst, HAL_PIXEL_FORMAT_TI_NV12);
891 nErr = module->Blit2(module, pSrc[0], pDst[0], nWidth, nHeight, 0, 0);
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/src/
omx_proxy_mpeg4enc.c 108 int COLORCONVERT_PlatformOpaqueToNV12(void *hCC, void *pSrc[],
864 void *pSrc[COLORCONVERT_MAX_SUB_BUFFERS],
874 nErr = module->Blit(module, pSrc[0], pDst, HAL_PIXEL_FORMAT_TI_NV12);
879 nErr = module->Blit2(module, pSrc[0], pDst[0], nWidth, nHeight, 0, 0);
  /external/quake/quake/src/WinQuake/
gl_draw.cpp     [all...]
  /external/sonivox/arm-fm-22k/lib_src/
eas_chorus.c 42 static void ChorusProcess (EAS_VOID_PTR pInstData, EAS_PCM *pSrc, EAS_PCM *pDst, EAS_I32 numSamples);
252 static void ChorusProcess (EAS_VOID_PTR pInstData, EAS_PCM *pSrc, EAS_PCM *pDst, EAS_I32 numSamples)
275 if (pSrc != pDst)
276 EAS_HWMemCpy(pSrc, pDst, numSamples * NUM_OUTPUT_CHANNELS * (EAS_I32) sizeof(EAS_PCM));
288 pIn = pSrc + nChannelNumber;
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_chorus.c 42 static void ChorusProcess (EAS_VOID_PTR pInstData, EAS_PCM *pSrc, EAS_PCM *pDst, EAS_I32 numSamples);
252 static void ChorusProcess (EAS_VOID_PTR pInstData, EAS_PCM *pSrc, EAS_PCM *pDst, EAS_I32 numSamples)
275 if (pSrc != pDst)
276 EAS_HWMemCpy(pSrc, pDst, numSamples * NUM_OUTPUT_CHANNELS * (EAS_I32) sizeof(EAS_PCM));
288 pIn = pSrc + nChannelNumber;
  /external/sonivox/arm-wt-22k/lib_src/
eas_chorus.c 42 static void ChorusProcess (EAS_VOID_PTR pInstData, EAS_PCM *pSrc, EAS_PCM *pDst, EAS_I32 numSamples);
252 static void ChorusProcess (EAS_VOID_PTR pInstData, EAS_PCM *pSrc, EAS_PCM *pDst, EAS_I32 numSamples)
275 if (pSrc != pDst)
276 EAS_HWMemCpy(pSrc, pDst, numSamples * NUM_OUTPUT_CHANNELS * (EAS_I32) sizeof(EAS_PCM));
288 pIn = pSrc + nChannelNumber;

Completed in 838 milliseconds

1 2 34 5 6 7 8