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 269 mVideoCodec(0),
277 mVideoCodec = new VideoCodec(*copy.mVideoCodec);
282 delete mVideoCodec;
290 VideoCodec *mVideoCodec;
  /frameworks/av/media/libmedia/
MediaProfiles.cpp 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;
    [all...]

Completed in 62 milliseconds