Searched refs:mCamcorderProfiles (Results 1 – 2 of 2) sorted by relevance
480 CHECK((nCamcorderProfiles = profiles->mCamcorderProfiles.size()) >= 1); in createVideoCodec()481 profiles->mCamcorderProfiles[nCamcorderProfiles - 1]->mVideoCodecs.emplace_back(videoCodec); in createVideoCodec()510 CHECK((nCamcorderProfiles = profiles->mCamcorderProfiles.size()) >= 1); in createAudioCodec()511 profiles->mCamcorderProfiles[nCamcorderProfiles - 1]->mAudioCodecs.emplace_back(audioCodec); in createAudioCodec()770 profiles->mCamcorderProfiles.add(profile); in startElementHandler()826 for (size_t i = 0, n = mCamcorderProfiles.size(); i < n; ++i) { in checkAndAddRequiredProfilesIfNecessary()828 if (mCamcorderProfiles[i]->mVideoCodecs.empty()) { in checkAndAddRequiredProfilesIfNecessary()829 mCamcorderProfiles[i]->mVideoCodecs.emplace_back( in checkAndAddRequiredProfilesIfNecessary()833 if (mCamcorderProfiles[i]->mAudioCodecs.empty()) { in checkAndAddRequiredProfilesIfNecessary()834 mCamcorderProfiles[i]->mAudioCodecs.emplace_back( in checkAndAddRequiredProfilesIfNecessary()[all …]
635 Vector<CamcorderProfile*> mCamcorderProfiles; variable