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

/frameworks/av/media/libmedia/
H A DMediaProfiles.cpp196 size_t nCamcorderProfiles; local
197 CHECK((nCamcorderProfiles = profiles->mCamcorderProfiles.size()) >= 1);
198 profiles->mCamcorderProfiles[nCamcorderProfiles - 1]->mVideoCodec = videoCodec;
218 size_t nCamcorderProfiles; local
219 CHECK((nCamcorderProfiles = profiles->mCamcorderProfiles.size()) >= 1);
220 profiles->mCamcorderProfiles[nCamcorderProfiles - 1]->mAudioCodec = audioCodec;

Completed in 30 milliseconds