Home
last modified time | relevance | path

Searched refs:mVideoCodec (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libmedia/include/media/
DMediaProfiles.h261 mVideoCodec(0), in CamcorderProfile()
269 mVideoCodec = new VideoCodec(*copy.mVideoCodec); in CamcorderProfile()
274 delete mVideoCodec; in ~CamcorderProfile() local
282 VideoCodec *mVideoCodec; member
/frameworks/av/include/media/
DMediaProfiles.h261 mVideoCodec(0), in CamcorderProfile()
269 mVideoCodec = new VideoCodec(*copy.mVideoCodec); in CamcorderProfile()
274 delete mVideoCodec; in ~CamcorderProfile() local
282 VideoCodec *mVideoCodec; member
/frameworks/av/media/libmedia/
DMediaProfiles.cpp192 profiles->mCamcorderProfiles[nCamcorderProfiles - 1]->mVideoCodec = videoCodec; in createVideoCodec()
478 int product = mCamcorderProfiles[i]->mVideoCodec->mFrameWidth * in checkAndAddRequiredProfilesIfNecessary()
479 mCamcorderProfiles[i]->mVideoCodec->mFrameHeight; in checkAndAddRequiredProfilesIfNecessary()
657 profile->mVideoCodec = videoCodec; in createDefaultCamcorderTimeLapseQcifProfile()
674 profile->mVideoCodec = videoCodec; in createDefaultCamcorderTimeLapse480pProfile()
713 profile->mVideoCodec = videoCodec; in createDefaultCamcorderQcifProfile()
730 profile->mVideoCodec = videoCodec; in createDefaultCamcorderCifProfile()
1031 if (!strcmp("vid.codec", name)) return mCamcorderProfiles[index]->mVideoCodec->mCodec; in getCamcorderProfileParamByName()
1032 if (!strcmp("vid.width", name)) return mCamcorderProfiles[index]->mVideoCodec->mFrameWidth; in getCamcorderProfileParamByName()
1033 if (!strcmp("vid.height", name)) return mCamcorderProfiles[index]->mVideoCodec->mFrameHeight; in getCamcorderProfileParamByName()
[all …]