Lines Matching refs:CamcorderProfile
267 struct CamcorderProfile {
268 CamcorderProfile()
276 CamcorderProfile(const CamcorderProfile& copy) {
285 ~CamcorderProfile() {
390 static CamcorderProfile* createCamcorderProfile(
406 static CamcorderProfile *createDefaultCamcorderQcifProfile(camcorder_quality quality);
407 static CamcorderProfile *createDefaultCamcorderCifProfile(camcorder_quality quality);
409 MediaProfiles::CamcorderProfile **lowProfile,
410 MediaProfiles::CamcorderProfile **lowSpecificProfile);
412 MediaProfiles::CamcorderProfile **highProfile,
413 MediaProfiles::CamcorderProfile **highSpecificProfile);
415 static CamcorderProfile *createDefaultCamcorderTimeLapseQcifProfile(camcorder_quality quality);
416 static CamcorderProfile *createDefaultCamcorderTimeLapse480pProfile(camcorder_quality quality);
418 MediaProfiles::CamcorderProfile **lowTimeLapseProfile,
419 MediaProfiles::CamcorderProfile **lowSpecificTimeLapseProfile);
421 MediaProfiles::CamcorderProfile **highTimeLapseProfile,
422 MediaProfiles::CamcorderProfile **highSpecificTimeLapseProfile);
467 Vector<CamcorderProfile*> mCamcorderProfiles;