OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GPPToVPPInputFrameStatus
(Results
1 - 3
of
3
) sorted by null
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
OMX_VPP_Utils.h
214
typedef struct
GPPToVPPInputFrameStatus
{
261
}
GPPToVPPInputFrameStatus
;
437
GPPToVPPInputFrameStatus
*pIpFrameStatus;
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP.c
671
OMX_MALLOC(pComponentPrivate->pIpFrameStatus, sizeof(
GPPToVPPInputFrameStatus
) + 256);
673
pComponentPrivate->pIpFrameStatus = (
GPPToVPPInputFrameStatus
*)pTemp;
[
all
...]
OMX_VPP_Utils.c
[
all
...]
Completed in 27 milliseconds