OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pOpRGBFrameStatus
(Results
1 - 3
of
3
) sorted by null
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP.c
677
OMX_MALLOC(pComponentPrivate->
pOpRGBFrameStatus
, sizeof(GPPToVPPOutputFrameStatus) + 256);
678
pTemp = ((OMX_U8*)(pComponentPrivate->
pOpRGBFrameStatus
))+128;
679
pComponentPrivate->
pOpRGBFrameStatus
= (GPPToVPPOutputFrameStatus *)pTemp;
724
/*Init pComponentPrivate->
pOpRGBFrameStatus
*/
725
pComponentPrivate->
pOpRGBFrameStatus
->ulOutWidth = DEFAULT_WIDTH;
726
pComponentPrivate->
pOpRGBFrameStatus
->ulOutHeight = DEFAULT_HEIGHT;
727
pComponentPrivate->
pOpRGBFrameStatus
->ulCOutOffset = 0;/* Offset of the C frame in the buffer *
[
all
...]
OMX_VPP_Utils.c
[
all
...]
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
OMX_VPP_Utils.h
439
GPPToVPPOutputFrameStatus *
pOpRGBFrameStatus
;
Completed in 42 milliseconds