Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/omx/
DOmxGraphicBufferSource.cpp77 uint32_t frameWidth, in configure() argument
86 frameWidth, frameHeight, consumerUsage); in configure()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DUserAvatarView.java89 public void setFrameWidth(float frameWidth) { in setFrameWidth() argument
90 mDrawable.setFrameWidth(frameWidth); in setFrameWidth()
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
DOmxGraphicBufferSource.h72 uint32_t frameWidth,
/frameworks/av/media/libmedia/include/media/
DMediaProfiles.h204 VideoCodec(video_encoder codec, int bitRate, int frameWidth, int frameHeight, int frameRate) in VideoCodec()
207 mFrameWidth(frameWidth), in VideoCodec()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DImageWallpaper.java142 int frameWidth = frame.width(); in checkIfShouldStopTransition() local
147 && (frameWidth < displayWidth || frameHeight < displayHeight); in checkIfShouldStopTransition()
/frameworks/av/media/libstagefright/bqhelper/include/media/stagefright/bqhelper/
DGraphicBufferSource.h132 uint32_t frameWidth,
/frameworks/av/media/libstagefright/bqhelper/
DGraphicBufferSource.cpp1130 uint32_t frameWidth, in configure() argument
1153 err = mConsumer->setDefaultBufferSize(frameWidth, frameHeight); in configure()
1156 frameWidth, frameHeight, err); in configure()