Searched refs:inDef (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/omx/
H A DSoftVideoEncoderOMXComponent.cpp148 OMX_PARAM_PORTDEFINITIONTYPE *inDef = &editPortInfo(kInputPortIndex)->mDef; local
149 inDef->format.video.nFrameWidth = mWidth;
150 inDef->format.video.nFrameHeight = mHeight;
151 inDef->format.video.nStride = inDef->format.video.nFrameWidth;
152 inDef->format.video.nSliceHeight = inDef->format.video.nFrameHeight;
153 inDef->format.video.xFramerate = mFramerate;
154 inDef->format.video.eColorFormat = mColorFormat;
156 inDef
[all...]
H A DSoftVideoDecoderOMXComponent.cpp143 OMX_PARAM_PORTDEFINITIONTYPE *inDef = &editPortInfo(kInputPortIndex)->mDef; local
144 inDef->format.video.nFrameWidth = mWidth;
145 inDef->format.video.nFrameHeight = mHeight;
147 inDef->format.video.nStride = 0;
148 inDef->format.video.nSliceHeight = 0;
152 inDef->nBufferSize = max(
154 max(mMinInputBufferSize, inDef->nBufferSize));

Completed in 393 milliseconds