Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/omx/
DOmxGraphicBufferSource.cpp78 uint32_t frameHeight, in configure() argument
86 frameWidth, frameHeight, consumerUsage); in configure()
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
DOmxGraphicBufferSource.h73 uint32_t frameHeight,
/frameworks/av/media/libmedia/include/media/
DMediaProfiles.h221 VideoCodec(video_encoder codec, int bitRate, int frameWidth, int frameHeight, int frameRate) in VideoCodec()
225 mFrameHeight(frameHeight), in VideoCodec()
/frameworks/av/include/media/
DMediaProfiles.h221 VideoCodec(video_encoder codec, int bitRate, int frameWidth, int frameHeight, int frameRate) in VideoCodec()
225 mFrameHeight(frameHeight), in VideoCodec()
/frameworks/av/media/libstagefright/bqhelper/include/media/stagefright/bqhelper/
DGraphicBufferSource.h133 uint32_t frameHeight,
/frameworks/av/media/libstagefright/bqhelper/
DGraphicBufferSource.cpp1131 uint32_t frameHeight, in configure() argument
1153 err = mConsumer->setDefaultBufferSize(frameWidth, frameHeight); in configure()
1156 frameWidth, frameHeight, err); in configure()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarView.java964 int frameHeight = getResources().getDimensionPixelSize( in onMeasure() local
966 mBarTransitions.setBackgroundFrame(new Rect(0, frameHeight - height, w, h)); in onMeasure()