Home
last modified time | relevance | path

Searched refs:szURI (Results 1 – 6 of 6) sorted by relevance

/external/opencore/extern_libs_v2/khronos/openmax/include/
DOMX_ContentPipe.h155 CPresult (*Open)( CPhandle* hContent, CPstring szURI, CP_ACCESSTYPE eAccess );
161 CPresult (*Create)( CPhandle *hContent, CPstring szURI );
DOMX_Core.h1378 OMX_IN OMX_STRING szURI);
/external/opencore/codecs_v2/omx/omx_mastercore/include/
Domx_interface.h80 OMX_IN OMX_STRING szURI);
201 OMX_IN OMX_STRING szURI);
/external/opencore/codecs_v2/omx/omx_common/include/
Dpv_omxcore.h145 OMX_IN OMX_STRING szURI);
334 OMX_IN OMX_STRING szURI);
/external/opencore/codecs_v2/omx/omx_common/src/
Dpv_omxcore.cpp1084 OMX_IN OMX_STRING szURI) in OMX_MasterGetContentPipe() argument
1086 return OMX_GetContentPipe(hPipe,szURI); in OMX_MasterGetContentPipe()
1092 OMX_IN OMX_STRING szURI) in OMX_GetContentPipe() argument
1095 OSCL_UNUSED_ARG(szURI); in OMX_GetContentPipe()
/external/opencore/codecs_v2/omx/omx_mastercore/src/
Dpv_omxmastercore.cpp749 OMX_IN OMX_STRING szURI) in OMX_MasterGetContentPipe() argument
766 Status = (*(pInterface[ii]->GetpOMX_GetContentPipe()))(hPipe, szURI); in OMX_MasterGetContentPipe()