Home
last modified time | relevance | path

Searched refs:pStride (Results 1 – 20 of 20) sorted by relevance

/aosp12/frameworks/base/media/jni/
H A Dandroid_media_Utils.cpp132 uint32_t pStride = 0, rStride = 0; in getLockedImageInfo() local
173 pStride = 1; in getLockedImageInfo()
262 pStride = 1; in getLockedImageInfo()
297 pStride = 1; in getLockedImageInfo()
307 pStride = bytesPerPixel; in getLockedImageInfo()
325 pStride = 0; in getLockedImageInfo()
334 pStride = bytesPerPixel; in getLockedImageInfo()
359 pStride = 0; in getLockedImageInfo()
374 pStride = 0; in getLockedImageInfo()
384 pStride = bytesPerPixel; in getLockedImageInfo()
[all …]
/aosp12/packages/apps/Camera2/jni/
H A Djpegutilnative.cpp120 jint pStride, jint rStride, jobject outBitmap, jint rot90) { in Java_com_android_camera_util_JpegUtilNative_copyImagePlaneToBitmap() argument
133 srcPtr += pStride; in Java_com_android_camera_util_JpegUtilNative_copyImagePlaneToBitmap()
143 dst[y * width + x] = src[srcX * pStride + rStride * srcY]; in Java_com_android_camera_util_JpegUtilNative_copyImagePlaneToBitmap()
152 dst[y * width + x] = src[srcX * pStride + rStride * srcY]; in Java_com_android_camera_util_JpegUtilNative_copyImagePlaneToBitmap()
161 dst[y * width + x] = src[srcX * pStride + rStride * srcY]; in Java_com_android_camera_util_JpegUtilNative_copyImagePlaneToBitmap()
/aosp12/hardware/qcom/display/msm8909w_3100/libgralloc/
H A Dgpu.h46 buffer_handle_t* pHandle, int* pStride,
52 int* pStride);
64 int* pStride, int bufferSize);
H A Dgpu.cpp260 buffer_handle_t* pHandle, int* pStride, in alloc_impl() argument
262 if (!pHandle || !pStride) in alloc_impl()
344 *pStride = alignedw; in alloc_impl()
378 int* pStride) in gralloc_alloc() argument
384 return gpu->alloc_impl(w, h, format, usage, pHandle, pStride, 0); in gralloc_alloc()
388 buffer_handle_t* pHandle, int* pStride, in gralloc_alloc_size() argument
395 return gpu->alloc_impl(w, h, format, usage, pHandle, pStride, bufferSize); in gralloc_alloc_size()
/aosp12/hardware/qcom/display/msm8994/libgralloc/
H A Dgpu.h46 buffer_handle_t* pHandle, int* pStride,
52 int* pStride);
64 int* pStride, int bufferSize);
H A Dgpu.cpp281 buffer_handle_t* pHandle, int* pStride, in alloc_impl() argument
283 if (!pHandle || !pStride) in alloc_impl()
351 *pStride = alignedw; in alloc_impl()
384 int* pStride) in gralloc_alloc() argument
390 return gpu->alloc_impl(w, h, format, usage, pHandle, pStride, 0); in gralloc_alloc()
394 buffer_handle_t* pHandle, int* pStride, in gralloc_alloc_size() argument
401 return gpu->alloc_impl(w, h, format, usage, pHandle, pStride, bufferSize); in gralloc_alloc_size()
/aosp12/hardware/qcom/display/msm8996/libgralloc/
H A Dgpu.h46 buffer_handle_t* pHandle, int* pStride,
52 int* pStride);
64 int* pStride, int bufferSize);
H A Dgpu.cpp262 buffer_handle_t* pHandle, int* pStride, in alloc_impl() argument
264 if (!pHandle || !pStride) in alloc_impl()
346 *pStride = alignedw; in alloc_impl()
379 int* pStride) in gralloc_alloc() argument
385 return gpu->alloc_impl(w, h, format, usage, pHandle, pStride, 0); in gralloc_alloc()
389 buffer_handle_t* pHandle, int* pStride, in gralloc_alloc_size() argument
396 return gpu->alloc_impl(w, h, format, usage, pHandle, pStride, bufferSize); in gralloc_alloc_size()
/aosp12/hardware/qcom/display/msm8084/libgralloc/
H A Dgpu.h46 buffer_handle_t* pHandle, int* pStride,
52 int* pStride);
64 int* pStride, int bufferSize);
H A Dgpu.cpp260 buffer_handle_t* pHandle, int* pStride, in alloc_impl() argument
262 if (!pHandle || !pStride) in alloc_impl()
322 *pStride = alignedw; in alloc_impl()
354 int* pStride) in gralloc_alloc() argument
360 return gpu->alloc_impl(w, h, format, usage, pHandle, pStride, 0); in gralloc_alloc()
364 buffer_handle_t* pHandle, int* pStride, in gralloc_alloc_size() argument
371 return gpu->alloc_impl(w, h, format, usage, pHandle, pStride, bufferSize); in gralloc_alloc_size()
/aosp12/hardware/qcom/display/msm8226/libgralloc/
H A Dgpu.h46 buffer_handle_t* pHandle, int* pStride,
52 int* pStride);
64 int* pStride, int bufferSize);
H A Dgpu.cpp263 buffer_handle_t* pHandle, int* pStride, in alloc_impl() argument
265 if (!pHandle || !pStride) in alloc_impl()
324 *pStride = alignedw; in alloc_impl()
357 int* pStride) in gralloc_alloc() argument
363 return gpu->alloc_impl(w, h, format, usage, pHandle, pStride, 0); in gralloc_alloc()
367 buffer_handle_t* pHandle, int* pStride, in gralloc_alloc_size() argument
374 return gpu->alloc_impl(w, h, format, usage, pHandle, pStride, bufferSize); in gralloc_alloc_size()
/aosp12/hardware/qcom/display/msm8909/libgralloc/
H A Dgpu.h46 buffer_handle_t* pHandle, int* pStride,
52 int* pStride);
64 int* pStride, int bufferSize);
H A Dgpu.cpp260 buffer_handle_t* pHandle, int* pStride, in alloc_impl() argument
262 if (!pHandle || !pStride) in alloc_impl()
344 *pStride = alignedw; in alloc_impl()
378 int* pStride) in gralloc_alloc() argument
384 return gpu->alloc_impl(w, h, format, usage, pHandle, pStride, 0); in gralloc_alloc()
388 buffer_handle_t* pHandle, int* pStride, in gralloc_alloc_size() argument
395 return gpu->alloc_impl(w, h, format, usage, pHandle, pStride, bufferSize); in gralloc_alloc_size()
/aosp12/hardware/qcom/display/msm8960/libgralloc/
H A Dgpu.h47 buffer_handle_t* pHandle, int* pStride,
53 int* pStride);
65 int* pStride, int bufferSize);
H A Dgpu.cpp246 buffer_handle_t* pHandle, int* pStride, in alloc_impl() argument
248 if (!pHandle || !pStride) in alloc_impl()
309 *pStride = alignedw; in alloc_impl()
341 int* pStride) in gralloc_alloc() argument
347 return gpu->alloc_impl(w, h, format, usage, pHandle, pStride, 0); in gralloc_alloc()
351 buffer_handle_t* pHandle, int* pStride, in gralloc_alloc_size() argument
358 return gpu->alloc_impl(w, h, format, usage, pHandle, pStride, bufferSize); in gralloc_alloc_size()
/aosp12/hardware/libhardware/modules/gralloc/
H A Dgralloc.cpp205 buffer_handle_t* pHandle, int* pStride) in gralloc_alloc() argument
207 if (!pHandle || !pStride) in gralloc_alloc()
248 *pStride = stride; in gralloc_alloc()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3StreamMem.h137 uint32_t* pStride);
/aosp12/packages/apps/Camera2/src/com/android/camera/util/
H A DJpegUtilNative.java120 int pStride, int rStride, Object outBitmap, int rot90); in copyImagePlaneToBitmap() argument
/aosp12/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp2518 uint32_t pStride = static_cast<uint32_t>(pixStride); in DngCreator_nativeWriteImage() local
2584 DirectStripSource stripSource(env, pixelBytes, targetIfd, uWidth, uHeight, pStride, in DngCreator_nativeWriteImage()
2601 InputStripSource stripSource(env, *inBuf, targetIfd, uWidth, uHeight, pStride, in DngCreator_nativeWriteImage()