Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/omx/
DOmxGraphicBufferSource.cpp87 uint32_t frameHeight, in configure() argument
95 frameWidth, frameHeight, consumerUsage); in configure()
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
DOmxGraphicBufferSource.h72 uint32_t frameHeight,
/frameworks/av/media/libmedia/include/media/
DMediaProfiles.h204 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/
DGraphicBufferSource.h131 uint32_t frameHeight,
/frameworks/native/services/surfaceflinger/
DBufferLayer.cpp637 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/
DGraphicBufferSource.cpp1152 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/
DNavigationBarView.java1067 int frameHeight = getResources().getDimensionPixelSize( in onMeasure() local
1069 mBarTransitions.setBackgroundFrame(new Rect(0, frameHeight - height, w, h)); in onMeasure()