Searched defs:thumbConf (Results 1 - 1 of 1) sorted by relevance

/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXAlgo.cpp862 OMX_PARAM_THUMBNAILTYPE thumbConf; local
874 OMX_INIT_STRUCT(thumbConf, OMX_PARAM_THUMBNAILTYPE);
875 thumbConf.nPortIndex = mCameraAdapterParameters.mImagePortIndex;
879 &thumbConf);
890 thumbConf.nWidth = mThumbRes[0].width;
891 thumbConf.nHeight = mThumbRes[0].height;
892 thumbConf.eCompressionFormat = OMX_IMAGE_CodingUnused;
896 thumbConf.nWidth = width;
897 thumbConf.nHeight = height;
898 thumbConf
[all...]

Completed in 67 milliseconds