OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ImageFileHandle
(Results
1 - 9
of
9
) sorted by null
/external/libxcam/xcore/
image_file_handle.h
30
class
ImageFileHandle
34
ImageFileHandle
();
35
explicit
ImageFileHandle
(const char *name, const char *option);
36
virtual ~
ImageFileHandle
();
42
XCAM_DEAD_COPY (
ImageFileHandle
);
image_file_handle.cpp
26
ImageFileHandle
::
ImageFileHandle
()
30
ImageFileHandle
::
ImageFileHandle
(const char *name, const char *option)
35
ImageFileHandle
::~
ImageFileHandle
()
41
ImageFileHandle
::read_buf (const SmartPtr<VideoBuffer> &buf)
71
ImageFileHandle
::write_buf (const SmartPtr<VideoBuffer> &buf)
xcam_utils.cpp
305
ImageFileHandle
file;
/external/libxcam/tests/
test-image-stitching.cpp
110
ImageFileHandle
&file,
167
ImageFileHandle
file_in[XCAM_STITCH_FISHEYE_MAX_NUM];
168
ImageFileHandle
file_out;
test-image-blend.cpp
95
ImageFileHandle
file_out;
169
ImageFileHandle
file_in0, file_in1, file_out;
test-video-stabilization.cpp
80
ImageFileHandle
file_in, file_out;
test-cl-image.cpp
171
ImageFileHandle
input_fp, output_fp, refer_fp;
test-device-manager.cpp
136
ImageFileHandle
_file_handle;
test-soft-image.cpp
126
ImageFileHandle
_file;
Completed in 171 milliseconds