Searched refs:mVideoCodec (Results 1 – 2 of 2) sorted by relevance
269 mVideoCodec(0), in CamcorderProfile()277 mVideoCodec = new VideoCodec(*copy.mVideoCodec); in CamcorderProfile()282 delete mVideoCodec; in ~CamcorderProfile() local290 VideoCodec *mVideoCodec; member
183 profiles->mCamcorderProfiles[nCamcorderProfiles - 1]->mVideoCodec = videoCodec; in createVideoCodec()504 int product = mCamcorderProfiles[i]->mVideoCodec->mFrameWidth * in checkAndAddRequiredProfilesIfNecessary()505 mCamcorderProfiles[i]->mVideoCodec->mFrameHeight; in checkAndAddRequiredProfilesIfNecessary()676 profile->mVideoCodec = videoCodec; in createDefaultCamcorderTimeLapseQcifProfile()693 profile->mVideoCodec = videoCodec; in createDefaultCamcorderTimeLapse480pProfile()728 profile->mVideoCodec = videoCodec; in createDefaultCamcorderQcifProfile()745 profile->mVideoCodec = videoCodec; in createDefaultCamcorderCifProfile()1115 if (!strcmp("vid.codec", name)) return mCamcorderProfiles[index]->mVideoCodec->mCodec; in getCamcorderProfileParamByName()1116 if (!strcmp("vid.width", name)) return mCamcorderProfiles[index]->mVideoCodec->mFrameWidth; in getCamcorderProfileParamByName()1117 if (!strcmp("vid.height", name)) return mCamcorderProfiles[index]->mVideoCodec->mFrameHeight; in getCamcorderProfileParamByName()[all …]