Searched refs:configFrameRate (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/libmix/videoencoder/
H A DVideoEncoderBase.cpp1217 VideoConfigFrameRate *configFrameRate = local
1220 if (configFrameRate->size != sizeof (VideoConfigFrameRate)) {
1223 mComParams.frameRate = configFrameRate->frameRate;
1328 VideoConfigFrameRate *configFrameRate = local
1331 if (configFrameRate->size != sizeof (VideoConfigFrameRate)) {
1335 configFrameRate->frameRate = mComParams.frameRate;

Completed in 26 milliseconds