Lines Matching refs:image
1168 portCheck.format.image.nFrameWidth = portParams.mWidth; in setFormat()
1169 portCheck.format.image.nFrameHeight = portParams.mHeight; in setFormat()
1171 portCheck.format.image.eColorFormat = OMX_COLOR_FormatCbYCrY; in setFormat()
1173 portCheck.format.image.eCompressionFormat = OMX_IMAGE_CodingJPEG; in setFormat()
1175 … portCheck.format.image.eCompressionFormat = (OMX_IMAGE_CODINGTYPE) OMX_TI_IMAGE_CodingJPS; in setFormat()
1177 … portCheck.format.image.eCompressionFormat = (OMX_IMAGE_CODINGTYPE) OMX_TI_IMAGE_CodingMPO; in setFormat()
1179 portCheck.format.image.eCompressionFormat = OMX_IMAGE_CodingUnused; in setFormat()
1182 portCheck.format.image.eColorFormat = portParams.mColorFormat; in setFormat()
1183 portCheck.format.image.eCompressionFormat = OMX_IMAGE_CodingUnused; in setFormat()
1189 portCheck.format.image.eColorFormat = OMX_COLOR_FormatCbYCrY; in setFormat()
1190 portCheck.format.image.eCompressionFormat = OMX_IMAGE_CodingUnused; in setFormat()
1194 portCheck.format.image.nStride = 0; in setFormat()
1232 portParams.mStride = portCheck.format.image.nStride; in setFormat()
1235 CAMHAL_LOGDB("\n *** IMG Width = %ld", portCheck.format.image.nFrameWidth); in setFormat()
1236 CAMHAL_LOGDB("\n *** IMG Height = %ld", portCheck.format.image.nFrameHeight); in setFormat()
1238 CAMHAL_LOGDB("\n *** IMG IMG FMT = %x", portCheck.format.image.eColorFormat); in setFormat()
1245 portCheck.format.image.nStride); in setFormat()