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

  /frameworks/av/libvideoeditor/vss/src/
M4PCMR_CoreReader.c 92 context->m_fileContext = M4OSA_NULL;
110 context->m_fileContext = M4OSA_NULL;
111 err = pFileFunction->openRead(&(context->m_fileContext), pUrl, M4OSA_kFileRead);
119 err = pFileFunction->getOption(context->m_fileContext, M4OSA_kFileReadGetFileSize,
160 context->m_pFileReadFunc->closeRead(context->m_fileContext);
379 err = c->m_pFileReadFunc->readData(c->m_fileContext, (M4OSA_MemAddr8)pAU->dataAddress,
526 err = c->m_pFileReadFunc->seek(c->m_fileContext, M4OSA_kFileSeekBeginning,
592 err = c->m_pFileReadFunc->closeRead(c->m_fileContext);
  /frameworks/av/libvideoeditor/vss/common/inc/
M4PCMR_CoreReader.h 102 M4OSA_Context m_fileContext; /**< The context needed by OSAL to manage File */

Completed in 212 milliseconds