Searched refs:mVideoCodec (Results 1 – 2 of 2) sorted by relevance
256 mVideoCodec(0), in CamcorderProfile()264 mVideoCodec = new VideoCodec(*copy.mVideoCodec); in CamcorderProfile()269 delete mVideoCodec; in ~CamcorderProfile() local277 VideoCodec *mVideoCodec; member
252 profiles->mCamcorderProfiles[nCamcorderProfiles - 1]->mVideoCodec = videoCodec; in createVideoCodec()538 int product = mCamcorderProfiles[i]->mVideoCodec->mFrameWidth * in checkAndAddRequiredProfilesIfNecessary()539 mCamcorderProfiles[i]->mVideoCodec->mFrameHeight; in checkAndAddRequiredProfilesIfNecessary()717 profile->mVideoCodec = videoCodec; in createDefaultCamcorderTimeLapseQcifProfile()734 profile->mVideoCodec = videoCodec; in createDefaultCamcorderTimeLapse480pProfile()773 profile->mVideoCodec = videoCodec; in createDefaultCamcorderQcifProfile()790 profile->mVideoCodec = videoCodec; in createDefaultCamcorderCifProfile()1091 if (!strcmp("vid.codec", name)) return mCamcorderProfiles[index]->mVideoCodec->mCodec; in getCamcorderProfileParamByName()1092 if (!strcmp("vid.width", name)) return mCamcorderProfiles[index]->mVideoCodec->mFrameWidth; in getCamcorderProfileParamByName()1093 if (!strcmp("vid.height", name)) return mCamcorderProfiles[index]->mVideoCodec->mFrameHeight; in getCamcorderProfileParamByName()[all …]