Searched defs:newParams (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/omx/
H A DSoftVideoDecoderOMXComponent.cpp382 OMX_PARAM_PORTDEFINITIONTYPE *newParams = local
384 OMX_VIDEO_PORTDEFINITIONTYPE *video_def = &newParams->format.video;
385 OMX_PARAM_PORTDEFINITIONTYPE *def = &editPortInfo(newParams->nPortIndex)->mDef;
392 bool outputPort = (newParams->nPortIndex == kOutputPortIndex);
400 newParams->nBufferSize = def->nBufferSize;

Completed in 44 milliseconds