HomeSort by relevance Sort by last modified time
    Searched refs:pSharedBuff (Results 1 - 6 of 6) sorted by null

  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_camera/src/
omx_proxy_camera.c 201 pTempSharedBuff = pConfigSharedBuffer->pSharedBuff;
204 // allocate tiler buffer directly and assign to pSharedBuff.
211 &(pConfigSharedBuffer->pSharedBuff));
216 pConfigSharedBuffer->pSharedBuff = pTempSharedBuff;
263 pTempSharedBuff = pConfigSharedBuffer->pSharedBuff;
266 // allocate tiler buffer directly and assign to pSharedBuff.
273 &(pConfigSharedBuffer->pSharedBuff));
278 pConfigSharedBuffer->pSharedBuff = pTempSharedBuff;
521 uribufparam.pSharedBuff = (OMX_U8 *) DCC_Buff;
524 uribufparam.pSharedBuff, uribufparam.nSharedBuffSize)
    [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXExif.cpp 248 sharedBuffer.pSharedBuff = NULL;
276 sharedBuffer.pSharedBuff = ( OMX_U8 * ) memmgr_buf_array[0];
278 if ( NULL == sharedBuffer.pSharedBuff )
285 sharedPtr = sharedBuffer.pSharedBuff + sizeof(OMX_TI_CONFIG_EXIF_TAGS);
290 exifTags = ( OMX_TI_CONFIG_EXIF_TAGS * ) sharedBuffer.pSharedBuff;
313 exifTags->pModelBuff = ( OMX_S8 * ) ( sharedPtr - sharedBuffer.pSharedBuff );
326 exifTags->pMakeBuff = ( OMX_S8 * ) ( sharedPtr - sharedBuffer.pSharedBuff );
360 exifTags->pDateTimeBuff = ( OMX_S8 * ) ( sharedPtr - sharedBuffer.pSharedBuff );
438 exifTags->pGpsMapDatumBuff = ( OMX_S8 * ) ( sharedPtr - sharedBuffer.pSharedBuff );
447 exifTags->pGpsProcessingMethodBuff = ( OMX_S8 * ) ( sharedPtr - sharedBuffer.pSharedBuff );
    [all...]
OMXFocus.cpp 759 sharedBuffer.pSharedBuff = (OMX_U8 *) focusAreas[0];
761 if ( NULL == sharedBuffer.pSharedBuff )
OMX3A.cpp     [all...]
OMXCapabilities.cpp     [all...]
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_TI_IVCommon.h     [all...]

Completed in 45 milliseconds