Searched refs:nOutputColorFormat (Results 1 – 3 of 3) sorted by relevance
1776 if (pComponentPrivate->nOutputColorFormat == OMX_COLOR_FormatCbYCrY) { in HandleDataBuf_FromAppJpegDec()1780 else if (pComponentPrivate->nOutputColorFormat == OMX_COLOR_Format16bitRGB565) { in HandleDataBuf_FromAppJpegDec()1784 else if (pComponentPrivate->nOutputColorFormat == OMX_COLOR_Format24bitRGB888) { in HandleDataBuf_FromAppJpegDec()1788 else if (pComponentPrivate->nOutputColorFormat == OMX_COLOR_Format32bitARGB8888 || in HandleDataBuf_FromAppJpegDec()1789 pComponentPrivate->nOutputColorFormat == OMX_COLOR_Format32bitBGRA8888 ) { in HandleDataBuf_FromAppJpegDec()
693 pComponentPrivate->nOutputColorFormat = OMX_COLOR_Format32bitARGB8888; in OMX_ComponentInit()1695 pComponentPrivate->nOutputColorFormat = (int)*pnOutputColorFormat; in SetConfig_JPEGDec()
458 int nOutputColorFormat; member