HomeSort by relevance Sort by last modified time
    Searched defs:inPtr (Results 1 - 4 of 4) 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...]
  /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/ti/omap3/omx/ti_omx_config_parser/inc/
ti_omx_config_parser.h 34 OMX_U8* inPtr; //pointer to codec configuration header
ti_video_config_parser.h 31 uint8 *inPtr;

Completed in 179 milliseconds