Home
last modified time | relevance | path

Searched refs:mFrameHeight (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/include/media/
DMediaProfiles.h188 mFrameHeight(frameHeight), in VideoCodec()
195 mFrameHeight = copy.mFrameHeight; in VideoCodec()
204 int mFrameHeight; member
/frameworks/av/media/libmedia/
DMediaProfiles.cpp106 ALOGV("frame height: %d", codec.mFrameHeight); in logVideoCodec()
476 mCamcorderProfiles[i]->mVideoCodec->mFrameHeight; in checkAndAddRequiredProfilesIfNecessary()
1019 if (!strcmp("vid.height", name)) return mCamcorderProfiles[index]->mVideoCodec->mFrameHeight; in getCamcorderProfileParamByName()