HomeSort by relevance Sort by last modified time
    Searched refs:pSharedBuff (Results 1 - 13 of 13) 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/omap4-aah/domx/omx_proxy_component/omx_camera/src/
omx_proxy_camera.c 301 pTempSharedBuff = pConfigSharedBuffer->pSharedBuff;
304 // allocate tiler buffer directly and assign to pSharedBuff.
311 &(pConfigSharedBuffer->pSharedBuff));
316 pConfigSharedBuffer->pSharedBuff = pTempSharedBuff;
363 pTempSharedBuff = pConfigSharedBuffer->pSharedBuff;
366 // allocate tiler buffer directly and assign to pSharedBuff.
373 &(pConfigSharedBuffer->pSharedBuff));
378 pConfigSharedBuffer->pSharedBuff = pTempSharedBuff;
724 uribufparam.pSharedBuff = (OMX_PTR) mmap_fd;
726 uribufparam.pSharedBuff = (OMX_PTR) DCC_Buff
    [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/omap4-aah/camera/OMXCameraAdapter/
OMXDCC.cpp 149 uribufparam.pSharedBuff = (OMX_U8 *) camera_buffer_get_omx_ptr(dccBuffer);
OMXFocus.cpp 797 sharedBuffer.pSharedBuff = (OMX_U8 *) camera_buffer_get_omx_ptr (&bufferlist[0]);
799 if ( NULL == sharedBuffer.pSharedBuff )
OMX3A.cpp     [all...]
OMXExif.cpp 245 sharedBuffer.pSharedBuff = NULL;
273 sharedBuffer.pSharedBuff = (OMX_U8*)camera_buffer_get_omx_ptr(&memmgr_buf_array[0]);
OMXCapabilities.cpp     [all...]
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_TI_IVCommon.h     [all...]
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_TI_IVCommon.h     [all...]

Completed in 1146 milliseconds