OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RGBbuffer
(Results
1 - 3
of
3
) sorted by null
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
OMX_VPP_Utils.h
419
OMX_U8 *
RGBbuffer
;
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP.c
292
if(pComponentPrivate->
RGBbuffer
== NULL){
293
OMX_MALLOC(pComponentPrivate->
RGBbuffer
, nBufSize);
349
OMX_FREE(pComponentPrivate->
RGBbuffer
);
565
if(pMyData->
RGBbuffer
== NULL){
566
OMX_MALLOC(pMyData->
RGBbuffer
, nSizeBytes);
[
all
...]
OMX_VPP_Utils.c
[
all
...]
Completed in 590 milliseconds