Searched refs:frameLayout (Results 1 - 1 of 1) sorted by relevance

/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
H A DOMXCameraAdapter.cpp2648 OMX_TI_FRAMELAYOUTTYPE frameLayout; local
2654 OMX_INIT_STRUCT_PTR (&frameLayout, OMX_TI_FRAMELAYOUTTYPE);
2655 frameLayout.nPortIndex = port;
2657 (OMX_INDEXTYPE)OMX_TI_IndexParamStereoFrmLayout, &frameLayout);
2666 frameLayout.eFrameLayout = OMX_TI_StereoFrameLayoutTopBottom;
2667 frameLayout.nSubsampleRatio = 2;
2672 frameLayout.eFrameLayout = OMX_TI_StereoFrameLayoutLeftRight;
2673 frameLayout.nSubsampleRatio = 2;
2677 frameLayout.eFrameLayout = cap->mFrameLayoutType;
2678 frameLayout
[all...]

Completed in 148 milliseconds