Searched refs:maxPtsGapParams (Results 1 – 1 of 1) sorted by relevance
6906 OMX_PARAM_U32TYPE maxPtsGapParams; in setupInputSurface() local6907 InitOMXParams(&maxPtsGapParams); in setupInputSurface()6908 maxPtsGapParams.nPortIndex = kPortIndexInput; in setupInputSurface()6909 maxPtsGapParams.nU32 = (uint32_t)mCodec->mMaxPtsGapUs; in setupInputSurface()6913 &maxPtsGapParams, sizeof(maxPtsGapParams)); in setupInputSurface()