• Home
  • Raw
  • Download

Lines Matching refs:mVideoCodecs

481     profiles->mCamcorderProfiles[nCamcorderProfiles - 1]->mVideoCodecs.emplace_back(videoCodec);  in createVideoCodec()
828 if (mCamcorderProfiles[i]->mVideoCodecs.empty()) { in checkAndAddRequiredProfilesIfNecessary()
829 mCamcorderProfiles[i]->mVideoCodecs.emplace_back( in checkAndAddRequiredProfilesIfNecessary()
839 int product = mCamcorderProfiles[i]->mVideoCodecs[0].mFrameWidth * in checkAndAddRequiredProfilesIfNecessary()
840 mCamcorderProfiles[i]->mVideoCodecs[0].mFrameHeight; in checkAndAddRequiredProfilesIfNecessary()
1014 profile->mVideoCodecs.emplace_back( in createDefaultCamcorderTimeLapseQcifProfile()
1032 profile->mVideoCodecs.emplace_back( in createDefaultCamcorderTimeLapse480pProfile()
1069 profile->mVideoCodecs.emplace_back( in createDefaultCamcorderQcifProfile()
1086 profile->mVideoCodecs.emplace_back( in createDefaultCamcorderCifProfile()
1399 for (const MediaProfiles::VideoCodec &vc : mVideoCodecs) { in getVideoCodecs()
1421 if (!strcmp("vid.codec", name)) return mCamcorderProfiles[index]->mVideoCodecs[0].mCodec; in getCamcorderProfileParamByName()
1422 if (!strcmp("vid.width", name)) return mCamcorderProfiles[index]->mVideoCodecs[0].mFrameWidth; in getCamcorderProfileParamByName()
1423 if (!strcmp("vid.height", name)) return mCamcorderProfiles[index]->mVideoCodecs[0].mFrameHeight; in getCamcorderProfileParamByName()
1424 if (!strcmp("vid.bps", name)) return mCamcorderProfiles[index]->mVideoCodecs[0].mBitRate; in getCamcorderProfileParamByName()
1425 if (!strcmp("vid.fps", name)) return mCamcorderProfiles[index]->mVideoCodecs[0].mFrameRate; in getCamcorderProfileParamByName()