Searched refs:maxPtsGapParams (Results 1 – 1 of 1) sorted by relevance
6695 OMX_PARAM_U32TYPE maxPtsGapParams; in setupInputSurface() local6696 InitOMXParams(&maxPtsGapParams); in setupInputSurface()6697 maxPtsGapParams.nPortIndex = kPortIndexInput; in setupInputSurface()6698 maxPtsGapParams.nU32 = (uint32_t)mCodec->mMaxPtsGapUs; in setupInputSurface()6702 &maxPtsGapParams, sizeof(maxPtsGapParams)); in setupInputSurface()