Home
last modified time | relevance | path

Searched refs:OMX_CAMERA_PORT_VIDEO_OUT_PREVIEW (Results 1 – 6 of 6) sorted by relevance

/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
DOMXCameraAdapter.cpp84 mCameraAdapterParameters.mPrevPortIndex = OMX_CAMERA_PORT_VIDEO_OUT_PREVIEW; in initialize()
89 mCameraAdapterParameters.mVideoPortIndex = OMX_CAMERA_PORT_VIDEO_OUT_PREVIEW; in initialize()
792 if ( OMX_CAMERA_PORT_VIDEO_OUT_PREVIEW == port ) in setFormat()
951 OMX_CAMERA_PORT_VIDEO_OUT_PREVIEW, in flushBuffers()
992 OMX_CAMERA_PORT_VIDEO_OUT_PREVIEW, in flushBuffers()
2955 if (pBuffHeader->nOutputPortIndex == OMX_CAMERA_PORT_VIDEO_OUT_PREVIEW) in OMXCameraAdapterFillBufferDone()
DOMXAlgo.cpp1072 ret = setFormat(OMX_CAMERA_PORT_VIDEO_OUT_PREVIEW, *mPreviewData); in setSensorOrientation()
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
DOMXAlgo.cpp1100 ret = setFormat(OMX_CAMERA_PORT_VIDEO_OUT_PREVIEW, *mPreviewData); in setSensorOrientation()
1111 ret = setFormat(OMX_CAMERA_PORT_VIDEO_OUT_PREVIEW, *mPreviewData); in setSensorOrientation()
DOMXCameraAdapter.cpp101 mCameraAdapterParameters.mPrevPortIndex = OMX_CAMERA_PORT_VIDEO_OUT_PREVIEW; in initialize()
1151 if (OMX_CAMERA_PORT_VIDEO_OUT_PREVIEW == port) { in setFormat()
1246 } else if (OMX_CAMERA_PORT_VIDEO_OUT_PREVIEW == port) { in setFormat()
3462 if (pBuffHeader->nOutputPortIndex == OMX_CAMERA_PORT_VIDEO_OUT_PREVIEW) in OMXCameraAdapterFillBufferDone()
/hardware/ti/omap4-aah/camera/inc/OMXCameraAdapter/
DOMXCameraAdapter.h117 #define OMX_CAMERA_PORT_VIDEO_OUT_PREVIEW (OMX_CAMERA_PORT_VIDEO_START + 1) macro
410 status_t flushBuffers(OMX_U32 port = OMX_CAMERA_PORT_VIDEO_OUT_PREVIEW);
/hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
DOMXCameraAdapter.h113 #define OMX_CAMERA_PORT_VIDEO_OUT_PREVIEW (OMX_CAMERA_PORT_VIDEO_START + 1) macro