Home
last modified time | relevance | path

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

/external/libxcam/tests/
Dtest-soft-image.cpp76 SmartPtr<SoftElement> element = new SoftElement (file_name); \
85 class SoftElement { class
87 explicit SoftElement (const char *file_name = NULL, uint32_t width = 0, uint32_t height = 0);
88 ~SoftElement ();
133 typedef std::vector<SmartPtr<SoftElement>> SoftElements;
135 SoftElement::SoftElement (const char *file_name, uint32_t width, uint32_t height) in SoftElement() function in SoftElement
144 SoftElement::~SoftElement () in ~SoftElement()
153 SoftElement::set_buf_size (uint32_t width, uint32_t height) in set_buf_size()
160 SoftElement::open_file (const char *option) in open_file()
171 SoftElement::close_file () in close_file()
[all …]