HomeSort by relevance Sort by last modified time
    Searched refs:inputPixels (Results 1 - 2 of 2) sorted by null

  /external/ImageMagick/MagickCore/
accelerate.c 834 *inputPixels;
837 inputPixels = NULL;
846 inputPixels=GetCacheViewAuthenticPixels(image_view,0,0,image->columns,image->rows,exception);
847 if (inputPixels == (void *) NULL)
856 if (ALIGNED(inputPixels,CLPixelPacket))
866 imageBuffer = clEnv->library->clCreateBuffer(device->context, mem_flags, length * sizeof(CLPixelPacket), (void*)inputPixels, &clStatus);
903 if (ALIGNED(inputPixels,CLPixelPacket))
911 clStatus = clEnv->library->clEnqueueReadBuffer(queue, imageBuffer, CL_TRUE, 0, length * sizeof(CLPixelPacket), inputPixels, 0, NULL, NULL);
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
DecodeAccuracyTestBase.java     [all...]

Completed in 558 milliseconds