Searched refs:nInPortIn (Results 1 – 6 of 6) sorted by relevance
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/ |
D | OMX_JpegEnc_Utils.c | 230 pComponentPrivate->nInPortIn, in JpegEncDisablePort() 864 while (pComponentPrivate->nInPortIn > pComponentPrivate->nInPortOut) { in HandleJpegEncCommandFlush() 882 pComponentPrivate->nInPortIn, in HandleJpegEncCommandFlush() 908 pComponentPrivate->nInPortIn, in HandleJpegEncCommandFlush() 992 pComponentPrivate->nInPortIn, in HandleJpegEncCommandFlush() 1004 pComponentPrivate->nInPortIn, in HandleJpegEncCommandFlush() 1477 …(pComponentPrivate->dbg, "In idle in %lu out %lu\n", pComponentPrivate->nInPortIn, pComponentPriva… in HandleJpegEncCommand() 1569 pComponentPrivate->nInPortIn = pComponentPrivate->nInPortOut = 0; in HandleJpegEncCommand() 1750 …(pComponentPrivate->dbg, "In exec in %lu out %lu\n", pComponentPrivate->nInPortIn, pComponentPriva… in HandleJpegEncCommand() 2110 pComponentPrivate->nInPortIn, in HandleJpegEncFreeOutputBufferFromApp() [all …]
|
D | OMX_JpegEncoder.c | 1730 pComponentPrivate->nInPortIn ++; in JPEGENC_EmptyThisBuffer() 1732 …PRBUFFER2(pComponentPrivate->dbg, "EmptyThisBuffer nInPortIn %lu\n", pComponentPrivate->nInPortIn); in JPEGENC_EmptyThisBuffer() 1738 …UFFER2(pComponentPrivate->dbg, "record EOS flag on buffer ID %lu\n", pComponentPrivate->nInPortIn); in JPEGENC_EmptyThisBuffer() 1745 pComponentPrivate->nInPortIn; in JPEGENC_EmptyThisBuffer() 1769 pMarkTrack->buffer_id = pComponentPrivate->nInPortIn; in JPEGENC_EmptyThisBuffer() 1772 … OMX_PRBUFFER2(pComponentPrivate->dbg, "mark buffer at ID %lu\n", pComponentPrivate->nInPortIn); in JPEGENC_EmptyThisBuffer() 1790 pComponentPrivate->nInPortIn, in JPEGENC_EmptyThisBuffer() 1892 pComponentPrivate->nInPortIn, in JPEGENC_FillThisBuffer()
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/ |
D | OMX_JpegEnc_Utils.h | 402 OMX_U32 nInPortIn; member
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/ |
D | OMX_JpegDec_Utils.h | 436 OMX_U32 nInPortIn; member
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/ |
D | OMX_JpegDecoder.c | 702 pComponentPrivate->nInPortIn = 0; in OMX_ComponentInit() 1825 pComponentPrivate->nInPortIn ++; in EmptyThisBuffer() 1833 …ivate->pCompPort[JPEGDEC_INPUT_PORT]->sBufferFlagTrack[i].buffer_id = pComponentPrivate->nInPortIn; in EmptyThisBuffer() 1857 pMarkTrack->buffer_id = pComponentPrivate->nInPortIn; in EmptyThisBuffer() 1860 … OMX_PRBUFFER2(pComponentPrivate->dbg, "mark buffer at ID %lu\n", pComponentPrivate->nInPortIn); in EmptyThisBuffer()
|
D | OMX_JpegDec_Utils.c | 1571 pComponentPrivate->nInPortIn = 0; in HandleCommandJpegDec() 2023 pComponentPrivate->nInPortIn, in LCML_CallbackJpegDec()
|