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