OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JPEGENC_INP_PORT
(Results
1 - 3
of
3
) sorted by null
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEncoder.c
204
if ( nPortIndex == pComponentPrivate->pCompPort[
JPEGENC_INP_PORT
]->pPortFormat->nPortIndex ) {
258
JPEGENC_INP_PORT
,
308
hTunnelComponent = pComponentPrivate->pCompPort[
JPEGENC_INP_PORT
]->hTunnelComponent;
322
nInpIndex = pComponentPrivate->pCompPort[
JPEGENC_INP_PORT
]->pPortFormat->nPortIndex;
328
pComponentPrivate->pCompPort[
JPEGENC_INP_PORT
]->pBufferPrivate[nBufferCount]->pBufferHdr = pBuffHeader;
366
if (nPortIndex ==
JPEGENC_INP_PORT
) {
367
pBuffHeader->nInputPortIndex =
JPEGENC_INP_PORT
;
375
if (nPortIndex ==
JPEGENC_INP_PORT
) {
382
if (pComponentPrivate->pCompPort[
JPEGENC_INP_PORT
]->hTunnelComponent != NULL) {
486
OMX_MALLOC(pComponentPrivate->pCompPort[
JPEGENC_INP_PORT
], sizeof(JPEG_PORT_TYPE));
[
all
...]
OMX_JpegEnc_Utils.c
236
if ((nParam1 ==
JPEGENC_INP_PORT
) || (nParam1 == JPEGENC_OUT_PORT) || ((int)nParam1 == -1)) {
272
while (!pComponentPrivate->pCompPort[
JPEGENC_INP_PORT
]->pPortDef->bPopulated) {
282
JPEGENC_INP_PORT
,
302
while ((!pComponentPrivate->pCompPort[
JPEGENC_INP_PORT
]->pPortDef->bPopulated) ||
313
JPEGENC_INP_PORT
,
563
pPortDefIn = pComponentPrivate->pCompPort[
JPEGENC_INP_PORT
]->pPortDef;
[
all
...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
OMX_JpegEnc_Utils.h
324
JPEGENC_INP_PORT
,
Completed in 51 milliseconds