Home | History | Annotate | Download | only in OMXCameraAdapter

Lines Matching defs:sharedBuffer

1493   OMX_TI_CONFIG_SHAREDBUFFER sharedBuffer;
1553 OMX_INIT_STRUCT_PTR (&sharedBuffer, OMX_TI_CONFIG_SHAREDBUFFER);
1555 sharedBuffer.nPortIndex = OMX_ALL;
1556 sharedBuffer.nSharedBuffSize = areasSize;
1557 sharedBuffer.pSharedBuff = (OMX_U8 *) meteringAreas[0];
1559 if ( NULL == sharedBuffer.pSharedBuff )
1567 (OMX_INDEXTYPE) OMX_TI_IndexConfigAlgoAreas, &sharedBuffer);