HomeSort by relevance Sort by last modified time
    Searched refs:mVideoCodec (Results 1 - 2 of 2) sorted by null

  /frameworks/av/include/media/
MediaProfiles.h 236 mVideoCodec(0),
244 mVideoCodec = new VideoCodec(*copy.mVideoCodec);
249 delete mVideoCodec;
257 VideoCodec *mVideoCodec;
  /frameworks/av/media/libmedia/
MediaProfiles.cpp 189 profiles->mCamcorderProfiles[nCamcorderProfiles - 1]->mVideoCodec = videoCodec;
475 int product = mCamcorderProfiles[i]->mVideoCodec->mFrameWidth *
476 mCamcorderProfiles[i]->mVideoCodec->mFrameHeight;
649 profile->mVideoCodec = videoCodec;
666 profile->mVideoCodec = videoCodec;
705 profile->mVideoCodec = videoCodec;
722 profile->mVideoCodec = videoCodec;
    [all...]

Completed in 337 milliseconds