Searched defs:ImageFileHandle (Results 1 - 2 of 2) sorted by relevance

/external/libxcam/xcore/
H A Dimage_file_handle.h30 class ImageFileHandle class in namespace:XCam
34 ImageFileHandle ();
35 explicit ImageFileHandle (const char *name, const char *option);
36 virtual ~ImageFileHandle ();
42 XCAM_DEAD_COPY (ImageFileHandle);
H A Dimage_file_handle.cpp26 ImageFileHandle::ImageFileHandle () function in class:XCam::ImageFileHandle
30 ImageFileHandle::ImageFileHandle (const char *name, const char *option) function in class:XCam::ImageFileHandle
35 ImageFileHandle::~ImageFileHandle ()
41 ImageFileHandle::read_buf (const SmartPtr<VideoBuffer> &buf)
71 ImageFileHandle::write_buf (const SmartPtr<VideoBuffer> &buf)

Completed in 425 milliseconds