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

/frameworks/av/include/media/
H A DMediaProfiles.h269 mVideoCodec(0),
277 mVideoCodec = new VideoCodec(*copy.mVideoCodec);
282 delete mVideoCodec;
290 VideoCodec *mVideoCodec; member in struct:android::MediaProfiles::CamcorderProfile
/frameworks/av/media/libmedia/
H A DMediaProfiles.cpp183 profiles->mCamcorderProfiles[nCamcorderProfiles - 1]->mVideoCodec = videoCodec;
504 int product = mCamcorderProfiles[i]->mVideoCodec->mFrameWidth *
505 mCamcorderProfiles[i]->mVideoCodec->mFrameHeight;
676 profile->mVideoCodec = videoCodec;
693 profile->mVideoCodec = videoCodec;
728 profile->mVideoCodec = videoCodec;
745 profile->mVideoCodec = videoCodec;
1115 if (!strcmp("vid.codec", name)) return mCamcorderProfiles[index]->mVideoCodec->mCodec;
1116 if (!strcmp("vid.width", name)) return mCamcorderProfiles[index]->mVideoCodec->mFrameWidth;
1117 if (!strcmp("vid.height", name)) return mCamcorderProfiles[index]->mVideoCodec
[all...]

Completed in 25 milliseconds