OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pPortDefOut
(Results
1 - 8
of
8
) sorted by null
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEnc_Utils.c
575
OMX_PARAM_PORTDEFINITIONTYPE*
pPortDefOut
= NULL;
583
pPortDefOut
= pComponentPrivate->pCompPort[VIDENC_OUTPUT_PORT]->pPortDef;
586
OMX_DBG_CHECK_CMD(pComponentPrivate->dbg, pHandle, pPortDefIn,
pPortDefOut
);
657
for (i = 0; i <
pPortDefOut
->nBufferCountActual; i++)
676
for (i = 0; i <
pPortDefOut
->nBufferCountActual; i++)
756
while ((
pPortDefOut
->bPopulated))
778
while ((pPortDefIn->bPopulated) || (
pPortDefOut
->bPopulated))
830
OMX_PARAM_PORTDEFINITIONTYPE*
pPortDefOut
= NULL;
836
pPortDefOut
= pComponentPrivate->pCompPort[VIDENC_OUTPUT_PORT]->pPortDef;
871
while(!
pPortDefOut
->bPopulated
[
all
...]
OMX_VideoEncoder.c
[
all
...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEnc_Utils.c
552
OMX_PARAM_PORTDEFINITIONTYPE*
pPortDefOut
= NULL;
564
pPortDefOut
= pComponentPrivate->pCompPort[JPEGENC_OUT_PORT]->pPortDef;
565
outbufsize =
pPortDefOut
->nBufferSize;
647
ptCreateString[7] = (
pPortDefOut
->format.image.nFrameWidth > 0) ?
pPortDefOut
->format.image.nFrameWidth : JPGENC_SNTEST_MAX_WIDTH;
648
ptCreateString[8] = (
pPortDefOut
->format.image.nFrameHeight > 0) ?
pPortDefOut
->format.image.nFrameHeight : JPGENC_SNTEST_MAX_HEIGHT;
[
all
...]
OMX_JpegEncoder.c
[
all
...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
OMX_JpegDec_Utils.c
570
OMX_PARAM_PORTDEFINITIONTYPE*
pPortDefOut
= NULL;
582
pPortDefOut
= pComponentPrivate->pCompPort[JPEGDEC_OUTPUT_PORT]->pPortDef;
709
if (
pPortDefOut
->format.image.eColorFormat == OMX_COLOR_FormatCbYCrY) {
712
else if (
pPortDefOut
->format.image.eColorFormat == OMX_COLOR_Format16bitRGB565) {
715
else if (
pPortDefOut
->format.image.eColorFormat == OMX_COLOR_Format24bitRGB888) {
718
else if (
pPortDefOut
->format.image.eColorFormat == OMX_COLOR_Format32bitARGB8888) {
721
else if (
pPortDefOut
->format.image.eColorFormat == OMX_COLOR_Format32bitBGRA8888) {
745
if (
pPortDefOut
->format.image.eColorFormat == OMX_COLOR_Format32bitARGB8888)
[
all
...]
OMX_JpegDecoder.c
[
all
...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Utils.c
[
all
...]
OMX_VideoDecoder.c
[
all
...]
Completed in 17 milliseconds