Lines Matching refs:CamcorderProfile
263 struct CamcorderProfile {
264 CamcorderProfile()
272 CamcorderProfile(const CamcorderProfile& copy) {
281 ~CamcorderProfile() {
411 static CamcorderProfile* createCamcorderProfile(
427 static CamcorderProfile *createDefaultCamcorderQcifProfile(camcorder_quality quality);
428 static CamcorderProfile *createDefaultCamcorderCifProfile(camcorder_quality quality);
430 MediaProfiles::CamcorderProfile **lowProfile,
431 MediaProfiles::CamcorderProfile **lowSpecificProfile);
433 MediaProfiles::CamcorderProfile **highProfile,
434 MediaProfiles::CamcorderProfile **highSpecificProfile);
436 static CamcorderProfile *createDefaultCamcorderTimeLapseQcifProfile(camcorder_quality quality);
437 static CamcorderProfile *createDefaultCamcorderTimeLapse480pProfile(camcorder_quality quality);
439 MediaProfiles::CamcorderProfile **lowTimeLapseProfile,
440 MediaProfiles::CamcorderProfile **lowSpecificTimeLapseProfile);
442 MediaProfiles::CamcorderProfile **highTimeLapseProfile,
443 MediaProfiles::CamcorderProfile **highSpecificTimeLapseProfile);
490 Vector<CamcorderProfile*> mCamcorderProfiles;