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

/frameworks/av/include/media/
H A DMediaProfiles.h262 mVideoCodec(0),
270 mVideoCodec = new VideoCodec(*copy.mVideoCodec);
275 delete mVideoCodec;
283 VideoCodec *mVideoCodec; member in struct:android::MediaProfiles::CamcorderProfile
/frameworks/av/media/libmedia/include/media/
H A DMediaProfiles.h262 mVideoCodec(0),
270 mVideoCodec = new VideoCodec(*copy.mVideoCodec);
275 delete mVideoCodec;
283 VideoCodec *mVideoCodec; member in struct:android::MediaProfiles::CamcorderProfile
/frameworks/av/media/libmedia/
H A DMediaProfiles.cpp192 profiles->mCamcorderProfiles[nCamcorderProfiles - 1]->mVideoCodec = videoCodec;
478 int product = mCamcorderProfiles[i]->mVideoCodec->mFrameWidth *
479 mCamcorderProfiles[i]->mVideoCodec->mFrameHeight;
657 profile->mVideoCodec = videoCodec;
674 profile->mVideoCodec = videoCodec;
713 profile->mVideoCodec = videoCodec;
730 profile->mVideoCodec = videoCodec;
1031 if (!strcmp("vid.codec", name)) return mCamcorderProfiles[index]->mVideoCodec->mCodec;
1032 if (!strcmp("vid.width", name)) return mCamcorderProfiles[index]->mVideoCodec->mFrameWidth;
1033 if (!strcmp("vid.height", name)) return mCamcorderProfiles[index]->mVideoCodec
[all...]

Completed in 12 milliseconds