Searched refs:frameWidth (Results 1 – 7 of 7) sorted by relevance
/frameworks/av/media/libstagefright/omx/ |
D | OmxGraphicBufferSource.cpp | 86 uint32_t frameWidth, in configure() argument 95 frameWidth, frameHeight, consumerUsage); in configure()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | UserAvatarView.java | 95 public void setFrameWidth(float frameWidth) { in setFrameWidth() argument 96 mDrawable.setFrameWidth(frameWidth); in setFrameWidth()
|
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/ |
D | OmxGraphicBufferSource.h | 71 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/av/media/libstagefright/bqhelper/include/media/stagefright/bqhelper/ |
D | GraphicBufferSource.h | 130 uint32_t frameWidth,
|
/frameworks/native/services/surfaceflinger/ |
D | BufferLayer.cpp | 638 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/ |
D | GraphicBufferSource.cpp | 1151 uint32_t frameWidth, in configure() argument 1174 err = mConsumer->setDefaultBufferSize(frameWidth, frameHeight); in configure() 1177 frameWidth, frameHeight, err); in configure()
|