Searched defs:pv (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/host/apigen-codec-common/X11/extensions/ |
D | syncconst.h | 86 #define _XSyncIntToValue(pv, i) ((pv)->hi=((i<0)?~0:0),(pv)->lo=(i)) argument 87 #define _XSyncIntsToValue(pv, l, h) ((pv)->lo = (l), (pv)->hi = (h)) argument 120 #define _XSyncMaxValue(pv) ((pv)->hi = 0x7fffffff, (pv)->lo = 0xffffffff) argument 121 #define _XSyncMinValue(pv) ((pv)->hi = 0x80000000, (pv)->lo = 0) argument 129 #define XSyncIntToValue(pv, i) _XSyncIntToValue(pv, i) argument 130 #define XSyncIntsToValue(pv, l, h) _XSyncIntsToValue(pv, l, h) argument 143 #define XSyncMaxValue(pv) _XSyncMaxValue(pv) argument 144 #define XSyncMinValue(pv) _XSyncMinValue(pv) argument
|
/hardware/google/aemu/host-common/include/host-common/ |
D | YuvConverter.h | 40 T* pv = puv + (nPitch / 2) * (nHeight / 2); variable 53 *pv = puv + nPitch * nHeight / 4; variable
|
/hardware/google/graphics/common/libhwjpeg/ |
D | IFDWriter.h | 287 const char *pv = reinterpret_cast<char *>(&offset); in Finish() local
|
/hardware/google/gfxstream/host/gl/ |
D | YUVConverter.cpp | 285 *pv = puv + nPitch * nHeight / 4; in NV12ToYUV420PlanarInPlaceConvert() local
|