Searched refs:frameWidth (Results 1 – 7 of 7) sorted by relevance
/frameworks/av/media/libstagefright/omx/ |
D | OmxGraphicBufferSource.cpp | 77 uint32_t frameWidth, in configure() argument 86 frameWidth, frameHeight, consumerUsage); in configure()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | UserAvatarView.java | 89 public void setFrameWidth(float frameWidth) { in setFrameWidth() argument 90 mDrawable.setFrameWidth(frameWidth); in setFrameWidth()
|
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/ |
D | OmxGraphicBufferSource.h | 72 uint32_t frameWidth,
|
/frameworks/av/media/libmedia/include/media/ |
D | MediaProfiles.h | 204 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/ |
D | ImageWallpaper.java | 142 int frameWidth = frame.width(); in checkIfShouldStopTransition() local 147 && (frameWidth < displayWidth || frameHeight < displayHeight); in checkIfShouldStopTransition()
|
/frameworks/av/media/libstagefright/bqhelper/include/media/stagefright/bqhelper/ |
D | GraphicBufferSource.h | 132 uint32_t frameWidth,
|
/frameworks/av/media/libstagefright/bqhelper/ |
D | GraphicBufferSource.cpp | 1130 uint32_t frameWidth, in configure() argument 1153 err = mConsumer->setDefaultBufferSize(frameWidth, frameHeight); in configure() 1156 frameWidth, frameHeight, err); in configure()
|