Home
last modified time | relevance | path

Searched refs:out_size (Results 1 – 4 of 4) sorted by relevance

/device/linaro/hikey/gralloc960/
Dmali_gralloc_bufferallocation.cpp821 …et_camera_formats_stride_and_size(int w, int h, uint64_t format, int *out_stride, size_t *out_size) in get_camera_formats_stride_and_size() argument
870 if (out_size != NULL) in get_camera_formats_stride_and_size()
872 *out_size = size; in get_camera_formats_stride_and_size()
/device/amlogic/yukawa/hal/gralloc/
Dmali_gralloc_bufferallocation.cpp821 …et_camera_formats_stride_and_size(int w, int h, uint64_t format, int *out_stride, size_t *out_size) in get_camera_formats_stride_and_size() argument
870 if (out_size != NULL) in get_camera_formats_stride_and_size()
872 *out_size = size; in get_camera_formats_stride_and_size()
/device/generic/vulkan-cereal/third-party/stb/include/stb/
Dstb_image.h6894 int out_size = 0; in stbi__load_gif_main() local
6897 STBI_NOTUSED(out_size); in stbi__load_gif_main()
6916 void *tmp = (stbi_uc*) STBI_REALLOC_SIZED( out, out_size, layers * stride ); in stbi__load_gif_main()
6921 out_size = layers * stride; in stbi__load_gif_main()
6935 out_size = layers * stride; in stbi__load_gif_main()
/device/generic/vulkan-cereal/third-party/astc-encoder/Source/
Dstb_image.h6887 int out_size = 0; in stbi__load_gif_main() local
6890 STBI_NOTUSED(out_size); in stbi__load_gif_main()
6909 void *tmp = (stbi_uc*) STBI_REALLOC_SIZED( out, out_size, layers * stride ); in stbi__load_gif_main()
6914 out_size = layers * stride; in stbi__load_gif_main()
6928 out_size = layers * stride; in stbi__load_gif_main()