Searched refs:ob_compressorHdl (Results 1 – 1 of 1) sorted by relevance
17 CL_Handle ob_compressorHdl; member67 bufferlength = clQueryParams(self->ob_compressorHdl, 0, 0); in param_type_is_float()76 (void) clQueryParams(self->ob_compressorHdl, in param_type_is_float()179 #define CheckCompressor(self) if ((self)->ob_compressorHdl == NULL) { \190 if ((*close_func)(self->ob_compressorHdl) == FAILURE || in doClose()197 self->ob_compressorHdl = NULL; in doClose()234 size = clGetParam(SELF->ob_compressorHdl, CL_COMPRESSED_BUFFER_SIZE); in clm_Compress()244 if (clCompress(SELF->ob_compressorHdl, numberOfFrames, in clm_Compress()284 dataSize = clGetParam(SELF->ob_compressorHdl, CL_FRAME_BUFFER_SIZE); in clm_Decompress()293 if (clDecompress(SELF->ob_compressorHdl, numberOfFrames, in clm_Decompress()[all …]