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

  /external/opencore/fileformats/mp4/composer/src/
mediadataatom.cpp 77 _tempFilename = outputPathString;
216 fileServ.Oscl_DeleteFile(_tempFilename.get_cstr());
227 // _tempFilename already contains the output path ("drive:\\...\\...\\")
229 _tempFilename += _STRLIT("temp");
231 _tempFilename += (uint16)(_tempFileIndex++);
234 _tempFilename += _STRLIT("_");
235 _tempFilename += _tempFilePostfix;
238 _tempFilename += _STRLIT(".mdat");
242 PVA_FF_AtomUtils::openFile(&_pofstream, _tempFilename, Oscl_File::MODE_READWRITE | Oscl_File::MODE_BINARY, aCacheSize);
632 PVA_FF_AtomUtils::openFile(&mdatFilePtr, _tempFilename, Oscl_File::MODE_READ | Oscl_File::MODE_BINARY)
    [all...]
  /external/opencore/fileformats/mp4/composer/include/
mediadataatom.h 140 PVA_FF_UNICODE_HEAP_STRING _tempFilename;

Completed in 15 milliseconds