HomeSort by relevance Sort by last modified time
    Searched refs:inPtr (Results 1 - 8 of 8) sorted by null

  /external/jmonkeyengine/engine/src/desktop/com/jme3/util/
Screenshots.java 27 // int inPtr = (y * width + x);
29 // int pixel = cpuArray[inPtr];
30 // cpuArray[inPtr] = cpuArray[outPtr];
53 int inPtr = (y * width + x) * 4;
56 byte b1 = cpuArray[inPtr+0];
57 byte g1 = cpuArray[inPtr+1];
58 byte r1 = cpuArray[inPtr+2];
59 byte a1 = cpuArray[inPtr+3];
71 cpuArray[inPtr+0] = a2;
72 cpuArray[inPtr+1] = b2
    [all...]
  /hardware/ti/omap3/omx/ti_omx_config_parser/inc/
ti_video_config_parser.h 31 uint8 *inPtr;
ti_omx_config_parser.h 34 OMX_U8* inPtr; //pointer to codec configuration header
  /external/webrtc/src/common_audio/signal_processing/
ilbc_specific_functions.c 50 G_CONST WebRtc_Word16 *inptr = in; local
54 (*outptr++) = (WebRtc_Word16)WEBRTC_SPL_MUL_16_16_RSFT(*inptr++,
65 G_CONST WebRtc_Word16 *inptr = in; local
69 (*outptr++) = (WebRtc_Word16)WEBRTC_SPL_MUL_16_16_RSFT(*inptr++,
92 WebRtc_Word16 *inPtr;
96 inPtr = in;
100 (*outPtr++) += (WebRtc_Word16)((WEBRTC_SPL_MUL_16_16((*inPtr++), gain)
109 WebRtc_Word16 *inPtr;
113 inPtr = in;
117 (*outPtr++) = (WebRtc_Word16)((WEBRTC_SPL_MUL_16_16((*inPtr++), gain
    [all...]
  /hardware/qcom/media/mm-core/omxcore/src/common/
qc_omx_core.h 65 OMX_U8* inPtr; //pointer to codec configuration header
  /hardware/qcom/media/mm-core/src/common/
qc_omx_core.h 65 OMX_U8* inPtr; //pointer to codec configuration header
  /hardware/ti/omap3/omx/ti_omx_config_parser/src/
ti_omx_config_parser.cpp 73 aInputs.inPtr = pInputs->inPtr;
123 aInputs.inPtr = pInputs->inPtr;
ti_video_config_parser.cpp 71 psBits.data = aInputs->inPtr;
112 uint8 *tp = aInputs->inPtr;
176 uint8 *pData = aInputs->inPtr;
218 pData = aInputs->inPtr;
230 pData = aInputs->inPtr;

Completed in 257 milliseconds