Searched refs:frameHeight (Results 1 – 7 of 7) sorted by relevance
/frameworks/av/media/libstagefright/omx/ |
D | OmxGraphicBufferSource.cpp | 87 uint32_t frameHeight, in configure() argument 95 frameWidth, frameHeight, consumerUsage); in configure()
|
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/ |
D | OmxGraphicBufferSource.h | 72 uint32_t frameHeight,
|
/frameworks/av/media/libmedia/include/media/ |
D | MediaProfiles.h | 204 VideoCodec(video_encoder codec, int bitRate, int frameWidth, int frameHeight, int frameRate) in VideoCodec() 208 mFrameHeight(frameHeight), in VideoCodec()
|
/frameworks/av/media/libstagefright/bqhelper/include/media/stagefright/bqhelper/ |
D | GraphicBufferSource.h | 131 uint32_t frameHeight,
|
/frameworks/native/services/surfaceflinger/ |
D | BufferLayer.cpp | 637 int32_t frameHeight = frame.getHeight(); 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 | 1152 uint32_t frameHeight, in configure() argument 1174 err = mConsumer->setDefaultBufferSize(frameWidth, frameHeight); in configure() 1177 frameWidth, frameHeight, err); in configure()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NavigationBarView.java | 1067 int frameHeight = getResources().getDimensionPixelSize( in onMeasure() local 1069 mBarTransitions.setBackgroundFrame(new Rect(0, frameHeight - height, w, h)); in onMeasure()
|