Home
last modified time | relevance | path

Searched refs:nOutputColorFormat (Results 1 – 3 of 3) sorted by relevance

/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
DOMX_JpegDec_Utils.c1776 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()
DOMX_JpegDecoder.c693 pComponentPrivate->nOutputColorFormat = OMX_COLOR_Format32bitARGB8888; in OMX_ComponentInit()
1695 pComponentPrivate->nOutputColorFormat = (int)*pnOutputColorFormat; in SetConfig_JPEGDec()
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/
DOMX_JpegDec_Utils.h458 int nOutputColorFormat; member