OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:input_fp
(Results
1 - 2
of
2
) sorted by null
/external/libxcam/tests/
test-pipe-manager.cpp
213
FileFP
input_fp
;
local
373
input_fp
.fp = fopen (input_path, "rb");
374
if (!
input_fp
.fp) {
454
ret = read_buf (video_buf,
input_fp
);
456
ret = read_buf (video_buf,
input_fp
);
test-cl-image.cpp
171
ImageFileHandle
input_fp
, output_fp, refer_fp;
local
309
ret =
input_fp
.open (input_file, "rb");
513
ret =
input_fp
.read_buf (input_buf);
Completed in 242 milliseconds