Home
last modified time | relevance | path

Searched refs:getSymbol (Results 1 – 1 of 1) sorted by relevance

/device/generic/goldfish/camera/
DJpegCompressor.cpp33 static void* getSymbol(void* dl, const char* signature) { in getSymbol() function
55 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()