Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DUserAvatarView.java117 public void setFrameWidth(float frameWidth) { in setFrameWidth() argument
118 mFrameWidth = frameWidth; in setFrameWidth()
/frameworks/av/include/media/
DMediaProfiles.h184 VideoCodec(video_encoder codec, int bitRate, int frameWidth, int frameHeight, int frameRate) in VideoCodec()
187 mFrameWidth(frameWidth), in VideoCodec()