OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PROXY_GetParameter
(Results
1 - 5
of
5
) sorted by null
/hardware/ti/omap4xxx/domx/domx/
omx_proxy_common.h
236
OMX_ERRORTYPE
PROXY_GetParameter
(OMX_IN OMX_HANDLETYPE hComponent,
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/src/
omx_proxy_videodec.c
304
* @name
PROXY_GetParameter
()
344
eError =
PROXY_GetParameter
(hComponent,nParamIndex, pParamStruct);
563
eError =
PROXY_GetParameter
(hComponent,OMX_IndexParamPortDefinition,
583
eError =
PROXY_GetParameter
(hComponent,(OMX_INDEXTYPE)OMX_TI_IndexParam2DBufferAllocDimension,
642
eError =
PROXY_GetParameter
(hComponent,OMX_IndexParamPortDefinition,
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/src/
omx_proxy_h264enc.c
295
eError =
PROXY_GetParameter
(hComponent,nParamIndex, pParamStruct);
342
eError =
PROXY_GetParameter
(hComponent, nParamIndex, pParamStruct);
465
eError =
PROXY_GetParameter
(hComponent,OMX_IndexParamPortDefinition, &sPortDef);
581
eError =
PROXY_GetParameter
(hComponent, OMX_IndexParamPortDefinition, &tParamStruct);
728
eError =
PROXY_GetParameter
(hComponent, (OMX_INDEXTYPE)OMX_TI_IndexParam2DBufferAllocDimension, &tParamRect);
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/src/
omx_proxy_mpeg4enc.c
293
eError =
PROXY_GetParameter
(hComponent,nParamIndex, pParamStruct);
331
eError =
PROXY_GetParameter
(hComponent, nParamIndex, pParamStruct);
448
eError =
PROXY_GetParameter
(hComponent,OMX_IndexParamPortDefinition, &sPortDef);
564
eError =
PROXY_GetParameter
(hComponent, OMX_IndexParamPortDefinition, &tParamStruct);
715
eError =
PROXY_GetParameter
(hComponent, (OMX_INDEXTYPE)OMX_TI_IndexParam2DBufferAllocDimension, &tParamRect);
/hardware/ti/omap4xxx/domx/domx/omx_proxy_common/src/
omx_proxy_common.c
701
eError =
PROXY_GetParameter
(hComponent, (OMX_INDEXTYPE)OMX_TI_IndexParam2DBufferAllocDimension, &tParamRect);
726
eError =
PROXY_GetParameter
(hComponent, OMX_IndexParamPortDefinition, &tParamPortDef);
729
DOMX_ERROR("
PROXY_GetParameter
returns err %d (0x%x)", eError, eError);
745
DOMX_ERROR("
PROXY_GetParameter
returns err %d (0x%x)", eError, eError);
[
all
...]
Completed in 998 milliseconds