Searched refs:maxPtsGapParams (Results 1 – 1 of 1) sorted by relevance
7314 OMX_PARAM_U32TYPE maxPtsGapParams; in setupInputSurface() local7315 InitOMXParams(&maxPtsGapParams); in setupInputSurface()7316 maxPtsGapParams.nPortIndex = kPortIndexInput; in setupInputSurface()7317 maxPtsGapParams.nU32 = (uint32_t)mCodec->mMaxPtsGapUs; in setupInputSurface()7321 &maxPtsGapParams, sizeof(maxPtsGapParams)); in setupInputSurface()