Searched refs:mFrameWidth (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/include/media/
H A DMediaProfiles.h144 mFrameWidth(frameWidth),
152 int mFrameWidth; member in struct:android::MediaProfiles::VideoCodec
/frameworks/base/media/libmedia/
H A DMediaProfiles.cpp72 LOGV("frame width: %d", codec.mFrameWidth);
651 if (!strcmp("vid.width", name)) return mCamcorderProfiles[index]->mVideoCodec->mFrameWidth;

Completed in 40 milliseconds