Uses of Class
org.bytedeco.cuda.nppicom.NppiJpegDecodeJobMemory
-
Packages that use NppiJpegDecodeJobMemory Package Description org.bytedeco.cuda.global org.bytedeco.cuda.nppicom -
-
Uses of NppiJpegDecodeJobMemory in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global with parameters of type NppiJpegDecodeJobMemory Modifier and Type Method Description static intnppicom. nppiJpegDecodeJob(NppiJpegDecodeJob pJob, NppiJpegDecodeJobMemory pMemory)static intnppicom. nppiJpegDecodeJob_Ctx(NppiJpegDecodeJob pJob, NppiJpegDecodeJobMemory pMemory, NppStreamContext nppStreamCtx)Executes a job -- part of decoding. -
Uses of NppiJpegDecodeJobMemory in org.bytedeco.cuda.nppicom
Methods in org.bytedeco.cuda.nppicom that return NppiJpegDecodeJobMemory Modifier and Type Method Description NppiJpegDecodeJobMemoryNppiJpegDecodeJobMemory. apCpuBuffer(int i, Pointer setter)NppiJpegDecodeJobMemoryNppiJpegDecodeJobMemory. apGpuBuffer(int i, Pointer setter)NppiJpegDecodeJobMemoryNppiJpegDecodeJobMemory. getPointer(long i)NppiJpegDecodeJobMemoryNppiJpegDecodeJobMemory. pCpuScan(BytePointer setter)NppiJpegDecodeJobMemoryNppiJpegDecodeJobMemory. pGpuScan(BytePointer setter)NppiJpegDecodeJobMemoryNppiJpegDecodeJobMemory. position(long position)
-