Home
last modified time | relevance | path

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

/external/libxcam/modules/soft/
Dsoft_image.h297 class SoftImageFile
301 SoftImageFile () {} in SoftImageFile() function
302 explicit SoftImageFile (const char *name, const char *option) in SoftImageFile() function
312 SoftImageFile<SoftImageT>::read_buf (const SmartPtr<SoftImageT> &buf) in read_buf()
337 SoftImageFile<SoftImageT>::write_buf (const SmartPtr<SoftImageT> &buf) in write_buf()
Dsoft_blender.cpp144 SoftImageFile<SoftImageT> file(file_name, "wb"); in dump_soft()