Searched refs:configFrameRate (Results 1 – 1 of 1) sorted by relevance
1214 VideoConfigFrameRate *configFrameRate = in setConfig() local1217 if (configFrameRate->size != sizeof (VideoConfigFrameRate)) { in setConfig()1220 mComParams.frameRate = configFrameRate->frameRate; in setConfig()1325 VideoConfigFrameRate *configFrameRate = in getConfig() local1328 if (configFrameRate->size != sizeof (VideoConfigFrameRate)) { in getConfig()1332 configFrameRate->frameRate = mComParams.frameRate; in getConfig()