Home
last modified time | relevance | path

Searched refs:mFrameWidth (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/libvideoeditor/lvpp/
DDummyVideoSource.cpp50 mFrameWidth = width; in DummyVideoSource()
75 mFrameHeight, mFrameWidth, in start()
110 meta->setInt32(kKeyWidth, mFrameWidth); in getFormat()
143 mImageBuffer, (mFrameWidth * mFrameHeight * 1.5)); in read()
165 mFrameWidth * mFrameHeight * 1.5); in read()
DDummyVideoSource.h49 uint32_t mFrameWidth;
/frameworks/av/include/media/
DMediaProfiles.h220 mFrameWidth(frameWidth), in VideoCodec()
227 mFrameWidth = copy.mFrameWidth; in VideoCodec()
236 int mFrameWidth; member
/frameworks/av/media/libmedia/
DMediaProfiles.cpp90 ALOGV("frame width: %d", codec.mFrameWidth); in logVideoCodec()
504 int product = mCamcorderProfiles[i]->mVideoCodec->mFrameWidth * in checkAndAddRequiredProfilesIfNecessary()
1116 if (!strcmp("vid.width", name)) return mCamcorderProfiles[index]->mVideoCodec->mFrameWidth; in getCamcorderProfileParamByName()