HomeSort by relevance Sort by last modified time
    Searched refs:_aviFile (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/modules/media_file/source/
avi_file.cc 141 _aviFile(NULL),
221 _aviFile = _wfopen(wideFileName, L"rb");
223 _aviFile = fopen(fileName, "rb");
226 if (!_aviFile)
237 if (_aviFile)
239 fclose(_aviFile);
240 _aviFile = NULL;
249 if (_aviFile)
251 fclose(_aviFile);
252 _aviFile = NULL
    [all...]
avi_file.h 223 FILE* _aviFile;

Completed in 45 milliseconds