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

  /external/opencore/fileformats/mp4/composer/src/
mediadataatom.cpp 70 _pofstream._filePtr = NULL;
118 _pofstream._filePtr = NULL;
119 _pofstream._osclFileServerSession = OSCL_STATIC_CAST(Oscl_FileServer*, _osclFileServerSession);
122 int retVal = PVA_FF_AtomUtils::openFile(&_pofstream, targetFileName, Oscl_File::MODE_READWRITE | Oscl_File::MODE_BINARY, aCacheSize);
125 if (_pofstream._filePtr == NULL)
132 if (_pofstream._filePtr != NULL)
134 PVA_FF_AtomUtils::closeFile(&_pofstream);
135 _pofstream._filePtr = NULL;
175 _pofstream._filePtr = targetFileHandle;
177 if (_pofstream._filePtr == NULL
    [all...]
  /external/opencore/fileformats/mp4/composer/include/
mediadataatom.h 141 MP4_AUTHOR_FF_FILE_IO_WRAP _pofstream; // Pointer to file stream that is temp storing the actual media data member in class:PVA_FF_MediaDataAtom

Completed in 17 milliseconds