Home
last modified time | relevance | path

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

/frameworks/av/include/media/
DMediaProfiles.h236 mVideoCodec(0), in CamcorderProfile()
244 mVideoCodec = new VideoCodec(*copy.mVideoCodec); in CamcorderProfile()
249 delete mVideoCodec; in ~CamcorderProfile() local
257 VideoCodec *mVideoCodec; member
/frameworks/av/media/libmedia/
DMediaProfiles.cpp190 profiles->mCamcorderProfiles[nCamcorderProfiles - 1]->mVideoCodec = videoCodec; in createVideoCodec()
476 int product = mCamcorderProfiles[i]->mVideoCodec->mFrameWidth * in checkAndAddRequiredProfilesIfNecessary()
477 mCamcorderProfiles[i]->mVideoCodec->mFrameHeight; in checkAndAddRequiredProfilesIfNecessary()
650 profile->mVideoCodec = videoCodec; in createDefaultCamcorderTimeLapseQcifProfile()
667 profile->mVideoCodec = videoCodec; in createDefaultCamcorderTimeLapse480pProfile()
706 profile->mVideoCodec = videoCodec; in createDefaultCamcorderQcifProfile()
723 profile->mVideoCodec = videoCodec; in createDefaultCamcorderCifProfile()
1018 if (!strcmp("vid.codec", name)) return mCamcorderProfiles[index]->mVideoCodec->mCodec; in getCamcorderProfileParamByName()
1019 if (!strcmp("vid.width", name)) return mCamcorderProfiles[index]->mVideoCodec->mFrameWidth; in getCamcorderProfileParamByName()
1020 if (!strcmp("vid.height", name)) return mCamcorderProfiles[index]->mVideoCodec->mFrameHeight; in getCamcorderProfileParamByName()
[all …]