HomeSort by relevance Sort by last modified time
    Searched refs:pStride (Results 1 - 25 of 28) sorted by null

1 2

  /hardware/qcom/display/msm8084/libgralloc/
gpu.h 46 buffer_handle_t* pHandle, int* pStride,
52 int* pStride);
64 int* pStride, int bufferSize);
gpu.cpp 260 buffer_handle_t* pHandle, int* pStride,
262 if (!pHandle || !pStride)
322 *pStride = alignedw;
354 int* pStride)
360 return gpu->alloc_impl(w, h, format, usage, pHandle, pStride, 0);
364 buffer_handle_t* pHandle, int* pStride,
371 return gpu->alloc_impl(w, h, format, usage, pHandle, pStride, bufferSize);
  /hardware/qcom/display/msm8226/libgralloc/
gpu.h 46 buffer_handle_t* pHandle, int* pStride,
52 int* pStride);
64 int* pStride, int bufferSize);
gpu.cpp 263 buffer_handle_t* pHandle, int* pStride,
265 if (!pHandle || !pStride)
324 *pStride = alignedw;
357 int* pStride)
363 return gpu->alloc_impl(w, h, format, usage, pHandle, pStride, 0);
367 buffer_handle_t* pHandle, int* pStride,
374 return gpu->alloc_impl(w, h, format, usage, pHandle, pStride, bufferSize);
  /hardware/qcom/display/msm8909/libgralloc/
gpu.h 46 buffer_handle_t* pHandle, int* pStride,
52 int* pStride);
64 int* pStride, int bufferSize);
gpu.cpp 276 buffer_handle_t* pHandle, int* pStride,
278 if (!pHandle || !pStride)
337 *pStride = alignedw;
370 int* pStride)
376 return gpu->alloc_impl(w, h, format, usage, pHandle, pStride, 0);
380 buffer_handle_t* pHandle, int* pStride,
387 return gpu->alloc_impl(w, h, format, usage, pHandle, pStride, bufferSize);
  /hardware/qcom/display/msm8960/libgralloc/
gpu.h 47 buffer_handle_t* pHandle, int* pStride,
53 int* pStride);
65 int* pStride, int bufferSize);
gpu.cpp 246 buffer_handle_t* pHandle, int* pStride,
248 if (!pHandle || !pStride)
309 *pStride = alignedw;
341 int* pStride)
347 return gpu->alloc_impl(w, h, format, usage, pHandle, pStride, 0);
351 buffer_handle_t* pHandle, int* pStride,
358 return gpu->alloc_impl(w, h, format, usage, pHandle, pStride, bufferSize);
  /hardware/qcom/display/msm8994/libgralloc/
gpu.h 46 buffer_handle_t* pHandle, int* pStride,
52 int* pStride);
64 int* pStride, int bufferSize);
gpu.cpp 281 buffer_handle_t* pHandle, int* pStride,
283 if (!pHandle || !pStride)
351 *pStride = alignedw;
384 int* pStride)
390 return gpu->alloc_impl(w, h, format, usage, pHandle, pStride, 0);
394 buffer_handle_t* pHandle, int* pStride,
401 return gpu->alloc_impl(w, h, format, usage, pHandle, pStride, bufferSize);
  /hardware/qcom/display/msm8996/libgralloc/
gpu.h 46 buffer_handle_t* pHandle, int* pStride,
52 int* pStride);
64 int* pStride, int bufferSize);
gpu.cpp 262 buffer_handle_t* pHandle, int* pStride,
264 if (!pHandle || !pStride)
346 *pStride = alignedw;
379 int* pStride)
385 return gpu->alloc_impl(w, h, format, usage, pHandle, pStride, 0);
389 buffer_handle_t* pHandle, int* pStride,
396 return gpu->alloc_impl(w, h, format, usage, pHandle, pStride, bufferSize);
  /hardware/qcom/display/msm8998/libgralloc/
gpu.h 46 buffer_handle_t* pHandle, int* pStride,
52 int* pStride);
64 int* pStride, int bufferSize);
gpu.cpp 496 buffer_handle_t* pHandle, int* pStride,
498 if (!pHandle || !pStride)
580 *pStride = alignedw;
630 int* pStride)
636 return gpu->alloc_impl(w, h, format, usage, pHandle, pStride, 0);
640 buffer_handle_t* pHandle, int* pStride,
647 return gpu->alloc_impl(w, h, format, usage, pHandle, pStride, bufferSize);
  /packages/apps/Camera2/jni/
jpegutilnative.cpp 104 * Copies the Image.Plane specified by planeBuf, pStride, and rStride to the
112 * @param pStride the stride between adjacent pixels in the same row of
120 jint pStride, jint rStride, jobject outBitmap, jint rot90) {
133 srcPtr += pStride;
143 dst[y * width + x] = src[srcX * pStride + rStride * srcY];
152 dst[y * width + x] = src[srcX * pStride + rStride * srcY];
161 dst[y * width + x] = src[srcX * pStride + rStride * srcY];
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_IDCT8x8blk_s.s 50 M_ALLOC4 pStride, 4
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_IDCT8x8blk_s.s 50 M_ALLOC4 pStride, 4
  /frameworks/base/media/jni/
android_media_Utils.cpp 659 uint32_t pStride = 0, rStride = 0;
679 pStride = 1;
683 pStride = buffer->chromaStep;
705 pStride = (idx == 0) ? 1 : 2;
726 pStride = 1;
735 pStride = 1;
745 pStride = bytesPerPixel;
763 pStride = 0;
772 pStride = bytesPerPixel;
782 pStride = 0; // RAW OPAQUE doesn't have pixel strid
    [all...]
  /hardware/libhardware/modules/gralloc/
gralloc.cpp 206 buffer_handle_t* pHandle, int* pStride)
208 if (!pHandle || !pStride)
249 *pStride = stride;
  /device/linaro/hikey/gralloc/
alloc_device.cpp 358 static int alloc_device_alloc(alloc_device_t *dev, int w, int h, int format, int usage, buffer_handle_t *pHandle, int *pStride)
360 if (!pHandle || !pStride)
502 *pStride = stride;
  /packages/apps/Camera2/src/com/android/camera/util/
JpegUtilNative.java 106 * Copies the Image.Plane specified by planeBuf, pStride, and rStride to the
112 * @param pStride the stride between adjacent pixels in the same row of
120 int pStride, int rStride, Object outBitmap, int rot90);
  /device/generic/goldfish-opengl/system/gralloc/
gralloc.cpp 398 buffer_handle_t* pHandle, int* pStride)
403 if (!grdev || !pHandle || !pStride) {
404 ALOGE("gralloc_alloc: Bad inputs (grdev: %p, pHandle: %p, pStride: %p",
405 grdev, pHandle, pStride);
691 *pStride = 0;
694 *pStride = stride;
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_IDCT_s.h 226 M_STR Stride, pStride
449 M_LDR pScale, pStride
507 M_LDR pScale, pStride
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_IDCT_s.h 226 M_STR Stride, pStride
455 M_LDR pScale, pStride
513 M_LDR pScale, pStride
    [all...]
  /frameworks/base/core/jni/
android_hardware_camera2_DngCreator.cpp     [all...]

Completed in 1354 milliseconds

1 2