Searched refs:configFrameRate (Results 1 – 1 of 1) sorted by relevance
1217 VideoConfigFrameRate *configFrameRate = in setConfig() local1220 if (configFrameRate->size != sizeof (VideoConfigFrameRate)) { in setConfig()1223 mComParams.frameRate = configFrameRate->frameRate; in setConfig()1328 VideoConfigFrameRate *configFrameRate = in getConfig() local1331 if (configFrameRate->size != sizeof (VideoConfigFrameRate)) { in getConfig()1335 configFrameRate->frameRate = mComParams.frameRate; in getConfig()