Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Daccelerate.c989 *inputPixels; in ComputeContrastStretchImage() local
993 inputPixels = NULL; in ComputeContrastStretchImage()
1042 inputPixels=GetCacheViewAuthenticPixels(image_view,0,0,image->columns,image->rows,exception); in ComputeContrastStretchImage()
1044 if (inputPixels == (void *) NULL) in ComputeContrastStretchImage()
1052 if (ALIGNED(inputPixels,CLPixelPacket)) in ComputeContrastStretchImage()
1062 …eBuffer(device->context, mem_flags, length * sizeof(CLPixelPacket), (void*)inputPixels, &clStatus); in ComputeContrastStretchImage()
1335 if (ALIGNED(inputPixels,CLPixelPacket)) in ComputeContrastStretchImage()
1345 …>clCreateBuffer(context, mem_flags, length * sizeof(CLPixelPacket), (void*)inputPixels, &clStatus); in ComputeContrastStretchImage()
1408 if (ALIGNED(inputPixels,CLPixelPacket)) in ComputeContrastStretchImage()
1416 …Buffer(queue, imageBuffer, CL_TRUE, 0, length * sizeof(CLPixelPacket), inputPixels, 0, NULL, NULL); in ComputeContrastStretchImage()
[all …]