Searched refs:mVideoCodecs (Results 1 – 4 of 4) sorted by relevance
481 profiles->mCamcorderProfiles[nCamcorderProfiles - 1]->mVideoCodecs.emplace_back(videoCodec); in createVideoCodec()828 if (mCamcorderProfiles[i]->mVideoCodecs.empty()) { in checkAndAddRequiredProfilesIfNecessary()829 mCamcorderProfiles[i]->mVideoCodecs.emplace_back( in checkAndAddRequiredProfilesIfNecessary()839 int product = mCamcorderProfiles[i]->mVideoCodecs[0].mFrameWidth * in checkAndAddRequiredProfilesIfNecessary()840 mCamcorderProfiles[i]->mVideoCodecs[0].mFrameHeight; in checkAndAddRequiredProfilesIfNecessary()1013 profile->mVideoCodecs.emplace_back( in createDefaultCamcorderTimeLapseQcifProfile()1031 profile->mVideoCodecs.emplace_back( in createDefaultCamcorderTimeLapse480pProfile()1068 profile->mVideoCodecs.emplace_back( in createDefaultCamcorderQcifProfile()1085 profile->mVideoCodecs.emplace_back( in createDefaultCamcorderCifProfile()1398 for (const MediaProfiles::VideoCodec &vc : mVideoCodecs) { in getVideoCodecs()[all …]
85 int mVideoCodecs; member
233 int videoCodecs = concurrentCodecs.mVideoCodecs; in notifyClientStarted()596 found->second.mVideoCodecs++; in increaseConcurrentCodecs()639 found->second.mVideoCodecs--; in decreaseConcurrentCodecs()
316 std::vector<VideoCodec> mVideoCodecs; member