Searched refs:nCamcorderProfiles (Results 1 – 1 of 1) sorted by relevance
479 size_t nCamcorderProfiles; in createVideoCodec() local480 CHECK((nCamcorderProfiles = profiles->mCamcorderProfiles.size()) >= 1); in createVideoCodec()481 profiles->mCamcorderProfiles[nCamcorderProfiles - 1]->mVideoCodecs.emplace_back(videoCodec); in createVideoCodec()509 size_t nCamcorderProfiles; in createAudioCodec() local510 CHECK((nCamcorderProfiles = profiles->mCamcorderProfiles.size()) >= 1); in createAudioCodec()511 profiles->mCamcorderProfiles[nCamcorderProfiles - 1]->mAudioCodecs.emplace_back(audioCodec); in createAudioCodec()