Searched refs:pAttribute (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/libvideoeditor/osal/src/
H A DM4OSA_FileCommon.c525 M4OSA_ERR M4OSA_fileCommonGetAttribute(M4OSA_Context pContext, M4OSA_FileAttribute* pAttribute) argument
533 "M4OSA_FileAttribute* 0x%x", pContext, pAttribute);
536 M4OSA_DEBUG_IF2(M4OSA_NULL == pAttribute, M4ERR_PARAMETER, "M4OSA_fileCommonGetAttribute");
544 pAttribute->creationDate.time = (M4OSA_Time)TheStat.st_ctime;
545 pAttribute->lastAccessDate.time = (M4OSA_Time)TheStat.st_atime;
546 pAttribute->modifiedDate.time = (M4OSA_Time)TheStat.st_mtime;
548 pAttribute->creationDate.timeScale = 1;
549 pAttribute->lastAccessDate.timeScale = 1;
550 pAttribute->modifiedDate.timeScale = 1;
552 pAttribute
[all...]

Completed in 47 milliseconds