OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:out_fid
(Results
1 - 1
of
1
) sorted by null
/external/webrtc/webrtc/tools/frame_editing/
frame_editing_lib.cc
44
FILE*
out_fid
= fopen(out_path.c_str(), "wb");
local
46
if (!
out_fid
) {
61
fwrite(temp_buffer.get(), 1, frame_length,
out_fid
);
70
fwrite(temp_buffer.get(), 1, frame_length,
out_fid
);
75
fwrite(temp_buffer.get(), 1, frame_length,
out_fid
);
84
fclose(
out_fid
);
Completed in 49 milliseconds