Lines Matching refs:mVideoCodec
198 profiles->mCamcorderProfiles[nCamcorderProfiles - 1]->mVideoCodec = videoCodec; in createVideoCodec()
524 int product = mCamcorderProfiles[i]->mVideoCodec->mFrameWidth * in checkAndAddRequiredProfilesIfNecessary()
525 mCamcorderProfiles[i]->mVideoCodec->mFrameHeight; in checkAndAddRequiredProfilesIfNecessary()
699 profile->mVideoCodec = videoCodec; in createDefaultCamcorderTimeLapseQcifProfile()
716 profile->mVideoCodec = videoCodec; in createDefaultCamcorderTimeLapse480pProfile()
751 profile->mVideoCodec = videoCodec; in createDefaultCamcorderQcifProfile()
768 profile->mVideoCodec = videoCodec; in createDefaultCamcorderCifProfile()
1138 if (!strcmp("vid.codec", name)) return mCamcorderProfiles[index]->mVideoCodec->mCodec; in getCamcorderProfileParamByName()
1139 if (!strcmp("vid.width", name)) return mCamcorderProfiles[index]->mVideoCodec->mFrameWidth; in getCamcorderProfileParamByName()
1140 if (!strcmp("vid.height", name)) return mCamcorderProfiles[index]->mVideoCodec->mFrameHeight; in getCamcorderProfileParamByName()
1141 if (!strcmp("vid.bps", name)) return mCamcorderProfiles[index]->mVideoCodec->mBitRate; in getCamcorderProfileParamByName()
1142 if (!strcmp("vid.fps", name)) return mCamcorderProfiles[index]->mVideoCodec->mFrameRate; in getCamcorderProfileParamByName()