Searched refs:frameHeight (Results 1 – 7 of 7) sorted by relevance
/frameworks/av/media/libstagefright/omx/ |
D | OmxGraphicBufferSource.cpp | 78 uint32_t frameHeight, in configure() argument 86 frameWidth, frameHeight, consumerUsage); in configure()
|
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/ |
D | OmxGraphicBufferSource.h | 73 uint32_t frameHeight,
|
/frameworks/av/media/libmedia/include/media/ |
D | MediaProfiles.h | 221 VideoCodec(video_encoder codec, int bitRate, int frameWidth, int frameHeight, int frameRate) in VideoCodec() 225 mFrameHeight(frameHeight), in VideoCodec()
|
/frameworks/av/include/media/ |
D | MediaProfiles.h | 221 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/ |
D | GraphicBufferSource.h | 133 uint32_t frameHeight,
|
/frameworks/av/media/libstagefright/bqhelper/ |
D | GraphicBufferSource.cpp | 1131 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/ |
D | NavigationBarView.java | 964 int frameHeight = getResources().getDimensionPixelSize( in onMeasure() local 966 mBarTransitions.setBackgroundFrame(new Rect(0, frameHeight - height, w, h)); in onMeasure()
|