Searched refs:getSymbol (Results 1 – 1 of 1) sorted by relevance
33 static void* getSymbol(void* dl, const char* signature) { in getSymbol() function55 InitFunc f = (InitFunc)getSymbol(mDl, "JpegStub_init"); in NV21JpegCompressor()61 CleanupFunc f = (CleanupFunc)getSymbol(mDl, "JpegStub_cleanup"); in ~NV21JpegCompressor()75 CompressFunc f = (CompressFunc)getSymbol(mDl, "JpegStub_compress"); in compressRawImage()82 GetCompressedSizeFunc f = (GetCompressedSizeFunc)getSymbol(mDl, in getCompressedSize()89 GetCompressedImageFunc f = (GetCompressedImageFunc)getSymbol(mDl, in getCompressedImage()