Searched refs:maxPtsGapParams (Results 1 – 1 of 1) sorted by relevance
6875 OMX_PARAM_U32TYPE maxPtsGapParams; in setupInputSurface() local6876 InitOMXParams(&maxPtsGapParams); in setupInputSurface()6877 maxPtsGapParams.nPortIndex = kPortIndexInput; in setupInputSurface()6878 maxPtsGapParams.nU32 = (uint32_t)mCodec->mMaxPtsGapUs; in setupInputSurface()6882 &maxPtsGapParams, sizeof(maxPtsGapParams)); in setupInputSurface()