Uses of Class
org.bytedeco.cuda.nppicom.NppiJpegDecodeJob
-
Packages that use NppiJpegDecodeJob Package Description org.bytedeco.cuda.global org.bytedeco.cuda.nppicom -
-
Uses of NppiJpegDecodeJob in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global with parameters of type NppiJpegDecodeJob 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.static intnppicom. nppiJpegDecodeJobCreateFinalize(NppiJpegDecodeJob pJob)Initializes a job that has to be called at the end of decoding, in order to convert temporary representation of DCT coefficients to the final one.static intnppicom. nppiJpegDecodeJobCreateMemzero(NppiJpegDecodeJob pJob)Initializes a job that has to be called at the beginning of decoding.static intnppicom. nppiJpegDecodeJobMemorySize(NppiJpegDecodeJob pJob, SizeTPointer aSize)Calculates sizes of additional buffers used by the job. -
Uses of NppiJpegDecodeJob in org.bytedeco.cuda.nppicom
Methods in org.bytedeco.cuda.nppicom that return NppiJpegDecodeJob Modifier and Type Method Description NppiJpegDecodeJobNppiJpegDecodeJob. eKind(int setter)NppiJpegDecodeJobNppiJpegDecodeJob. getPointer(long i)NppiJpegDecodeJobNppiJpegDecodeJob. pFrame(NppiJpegFrameDescr setter)NppiJpegDecodeJobNppiJpegDecodeJob. position(long position)NppiJpegDecodeJobNppiJpegDecodeJob. pScan(NppiJpegScanDescr setter)
-