Home | History | Annotate | Download | only in libmedia

Lines Matching refs:mVideoCodec

183     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->mFrameHeight;
1118 if (!strcmp("vid.bps", name)) return mCamcorderProfiles[index]->mVideoCodec->mBitRate;
1119 if (!strcmp("vid.fps", name)) return mCamcorderProfiles[index]->mVideoCodec->mFrameRate;