Home
last modified time | relevance | path

Searched refs:domxUseGrallocHandles (Results 1 – 4 of 4) sorted by relevance

/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
DOMXReprocess.cpp268 OMX_TI_PARAMUSENATIVEBUFFER domxUseGrallocHandles; in UseBuffersReprocess() local
269 OMX_INIT_STRUCT_PTR (&domxUseGrallocHandles, OMX_TI_PARAMUSENATIVEBUFFER); in UseBuffersReprocess()
271 domxUseGrallocHandles.nPortIndex = mCameraAdapterParameters.mVideoInPortIndex; in UseBuffersReprocess()
274 domxUseGrallocHandles.bEnable = OMX_TRUE; in UseBuffersReprocess()
281 domxUseGrallocHandles.bEnable = OMX_FALSE; in UseBuffersReprocess()
284 (OMX_INDEXTYPE)OMX_TI_IndexUseNativeBuffers, &domxUseGrallocHandles); in UseBuffersReprocess()
DOMXCapture.cpp1784 OMX_TI_PARAMUSENATIVEBUFFER domxUseGrallocHandles; in UseBuffersCapture() local
1785 OMX_INIT_STRUCT_PTR (&domxUseGrallocHandles, OMX_TI_PARAMUSENATIVEBUFFER); in UseBuffersCapture()
1787 domxUseGrallocHandles.nPortIndex = mCameraAdapterParameters.mImagePortIndex; in UseBuffersCapture()
1791 domxUseGrallocHandles.bEnable = OMX_TRUE; in UseBuffersCapture()
1794 domxUseGrallocHandles.bEnable = OMX_FALSE; in UseBuffersCapture()
1798 … (OMX_INDEXTYPE)OMX_TI_IndexUseNativeBuffers, &domxUseGrallocHandles); in UseBuffersCapture()
DOMXCameraAdapter.cpp2072 OMX_TI_PARAMUSENATIVEBUFFER domxUseGrallocHandles; in UseBuffersPreview() local
2073 OMX_INIT_STRUCT_PTR (&domxUseGrallocHandles, OMX_TI_PARAMUSENATIVEBUFFER); in UseBuffersPreview()
2075 domxUseGrallocHandles.nPortIndex = mCameraAdapterParameters.mPrevPortIndex; in UseBuffersPreview()
2076 domxUseGrallocHandles.bEnable = OMX_TRUE; in UseBuffersPreview()
2079 (OMX_INDEXTYPE)OMX_TI_IndexUseNativeBuffers, &domxUseGrallocHandles); in UseBuffersPreview()
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
DOMXCameraAdapter.cpp1637 OMX_TI_PARAMUSENATIVEBUFFER domxUseGrallocHandles; in UseBuffersPreview() local
1638 OMX_INIT_STRUCT_PTR (&domxUseGrallocHandles, OMX_TI_PARAMUSENATIVEBUFFER); in UseBuffersPreview()
1640 domxUseGrallocHandles.nPortIndex = mCameraAdapterParameters.mPrevPortIndex; in UseBuffersPreview()
1641 domxUseGrallocHandles.bEnable = OMX_TRUE; in UseBuffersPreview()
1644 (OMX_INDEXTYPE)OMX_TI_IndexUseNativeBuffers, &domxUseGrallocHandles); in UseBuffersPreview()