Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/omx/
DOmxGraphicBufferSource.cpp86 uint32_t frameWidth, in configure() argument
95 frameWidth, frameHeight, consumerUsage); in configure()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DUserAvatarView.java95 public void setFrameWidth(float frameWidth) { in setFrameWidth() argument
96 mDrawable.setFrameWidth(frameWidth); in setFrameWidth()
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
DOmxGraphicBufferSource.h71 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/av/media/libstagefright/bqhelper/include/media/stagefright/bqhelper/
DGraphicBufferSource.h130 uint32_t frameWidth,
/frameworks/native/services/surfaceflinger/
DBufferLayer.cpp638 int32_t frameWidth = frame.getWidth(); in needsFilteringForScreenshots() local
642 std::swap(frameHeight, frameWidth); in needsFilteringForScreenshots()
644 return sourceCrop.getHeight() != frameHeight || sourceCrop.getWidth() != frameWidth; in needsFilteringForScreenshots()
/frameworks/av/media/libstagefright/bqhelper/
DGraphicBufferSource.cpp1151 uint32_t frameWidth, in configure() argument
1174 err = mConsumer->setDefaultBufferSize(frameWidth, frameHeight); in configure()
1177 frameWidth, frameHeight, err); in configure()