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

/frameworks/av/media/libmedia/
H A DMediaProfiles.cpp181 size_t nCamcorderProfiles; local
182 CHECK((nCamcorderProfiles = profiles->mCamcorderProfiles.size()) >= 1);
183 profiles->mCamcorderProfiles[nCamcorderProfiles - 1]->mVideoCodec = videoCodec;
203 size_t nCamcorderProfiles; local
204 CHECK((nCamcorderProfiles = profiles->mCamcorderProfiles.size()) >= 1);
205 profiles->mCamcorderProfiles[nCamcorderProfiles - 1]->mAudioCodec = audioCodec;

Completed in 39 milliseconds