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

  /frameworks/av/libvideoeditor/osal/inc/
M4OSA_FileCommon_priv.h 85 M4OSA_ERR M4OSA_fileCommonGetAttribute(M4OSA_Context context,
  /frameworks/av/libvideoeditor/osal/src/
M4OSA_FileReader.c 471 return M4OSA_fileCommonGetAttribute(pContext,
M4OSA_FileWriter.c 471 return M4OSA_fileCommonGetAttribute(pContext,
M4OSA_FileCommon.c 525 M4OSA_ERR M4OSA_fileCommonGetAttribute(M4OSA_Context pContext, M4OSA_FileAttribute* pAttribute)
532 M4OSA_TRACE3_2("M4OSA_fileCommonGetAttribute\tM4OSA_Context 0x%x\t"
535 M4OSA_DEBUG_IF2(M4OSA_NULL == pContext, M4ERR_PARAMETER, "M4OSA_fileCommonGetAttribute");
536 M4OSA_DEBUG_IF2(M4OSA_NULL == pAttribute, M4ERR_PARAMETER, "M4OSA_fileCommonGetAttribute");
540 M4OSA_DEBUG(M4ERR_BAD_CONTEXT, "M4OSA_fileCommonGetAttribute");

Completed in 380 milliseconds