HomeSort by relevance Sort by last modified time
    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 273 milliseconds