HomeSort by relevance Sort by last modified time
    Searched defs:inPtr (Results 1 - 10 of 10) 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;
  /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
  /frameworks/rs/cpu_ref/
rsCpuCoreRuntime.h 43 const uint8_t *inPtr[RS_KERNEL_INPUT_LIMIT];
  /external/deqp/modules/gles3/functional/
es3fTransformFeedbackTests.cpp 737 const deUint8* inPtr = inBasePtr + inStride*inNdx + attribute.offset + compNdx*sizeof(deUint32);
739 deUint32 inVal = *(const deUint32*)inPtr;
752 float inF = *(const float*)inPtr;
    [all...]
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 264 milliseconds