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

  /external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1-modules/test/
crl.sh 9 HRQEAwIBATANBgkqhkiG9w0BAQUFAAOBgQC1D/wwnrcY/uFBHGc6SyoYss2kn+nY
  /development/tools/yuv420sp2rgb/
yuv420sp2rgb.c 61 int nY, nU, nV;
83 nY = *(pY + i * width + j);
88 nY -= 16;
92 if (nY < 0)
93 nY = 0;
95 // nR = (int)(1.164 * nY + 2.018 * nU);
96 // nG = (int)(1.164 * nY - 0.813 * nV - 0.391 * nU);
97 // nB = (int)(1.164 * nY + 1.596 * nV);
99 nB = (int)(1192 * nY + 2066 * nU);
100 nG = (int)(1192 * nY - 833 * nV - 400 * nU)
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
TaskPositioner.java 428 final int nY = (int) y;
429 if (!mTmpRect.contains(nX, nY)) {
438 updateWindowDragBounds(nX, nY);
  /hardware/qcom/media/msm8974/mm-core/inc/
QOMX_IVCommonExtensions.h 287 OMX_U32 nY; /**< The number of pixels per unit in the height direction. */
OMX_IVCommon.h 387 * nY : Y coordinate for the point
394 OMX_S32 nY;
  /hardware/qcom/media/msm8996/mm-core/inc/
QOMX_IVCommonExtensions.h 287 OMX_U32 nY; /**< The number of pixels per unit in the height direction. */
OMX_IVCommon.h 387 * nY : Y coordinate for the point
394 OMX_S32 nY;
    [all...]
  /frameworks/native/include/media/openmax/
OMX_IVCommon.h 412 * nY : Y coordinate for the point
419 OMX_S32 nY;
    [all...]
  /hardware/qcom/media/msm8974/mm-core/omxcore/inc/
OMX_IVCommon.h 374 * nY : Y coordinate for the point
381 OMX_S32 nY;
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_IVCommon.h 374 * nY : Y coordinate for the point
381 OMX_S32 nY;
    [all...]
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_IVCommon.h 400 * nY : Y coordinate for the point
407 OMX_S32 nY;
    [all...]
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_IVCommon.h 374 * nY : Y coordinate for the point
381 OMX_S32 nY;
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/src/com/badlogic/gdx/physics/box2d/
World.java     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msimcsdk.h 330 virtual HRESULT WINAPI Move(__LONG32 nX,__LONG32 nY,__LONG32 nWidth,__LONG32 nHeight) = 0;
355 HRESULT (WINAPI *Move)(IMSIMWindow *This,__LONG32 nX,__LONG32 nY,__LONG32 nWidth,__LONG32 nHeight);
382 #define IMSIMWindow_Move(This,nX,nY,nWidth,nHeight) (This)->lpVtbl->Move(This,nX,nY,nWidth,nHeight)
399 HRESULT WINAPI IMSIMWindow_Move_Proxy(IMSIMWindow *This,__LONG32 nX,__LONG32 nY,__LONG32 nWidth,__LONG32 nHeight);
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h 640 OMX_S32 nY;
    [all...]
  /external/v8/benchmarks/
regexp.js     [all...]
  /external/webrtc/data/voice_engine/stereo_rtp_files/
hrtf_g722_1C_48.rtp     [all...]
  /external/webrtc/talk/media/testdata/
h264-svc-99-640x360.rtpdump     [all...]

Completed in 994 milliseconds