Searched refs:getHeight (Results 1 - 25 of 953) sorted by path

1234567891011>>

/frameworks/av/camera/camera2/
H A DOutputConfiguration.cpp55 int OutputConfiguration::getHeight() const { function in class:android::OutputConfiguration
/frameworks/av/camera/include/camera/camera2/
H A DOutputConfiguration.h46 int getHeight() const;
/frameworks/av/cmds/screenrecord/
H A DEglWindow.h52 int getHeight() const { return mHeight; } function in class:android::EglWindow
H A DFrameOutput.cpp124 int height = mEglWindow.getHeight();
H A DOverlay.cpp143 int height = mEglWindow.getHeight();
219 int height = mEglWindow.getHeight();
300 int height = window.getHeight();
335 int height = window.getHeight();
/frameworks/av/include/camera/camera2/
H A DOutputConfiguration.h46 int getHeight() const;
/frameworks/av/media/libmedia/include/media/omx/1.0/
H A DConversion.h602 t->attr.height = l.getHeight();
706 t->attr.anwBuffer.height = l.mGraphicBuffer->getHeight();
/frameworks/av/media/libstagefright/bqhelper/
H A DConversion.cpp197 t->attr.height = l.getHeight();
/frameworks/av/media/libstagefright/filters/
H A DMediaFilter.cpp705 mInputFormat, new ABuffer(buf->getWidth() * buf->getHeight() * 4));
708 (uint8_t*)bufPtr, buf->getWidth(), buf->getHeight(),
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/1.0/
H A DConversion.h483 t->attr.anwBuffer.height = graphicBuffer->getHeight();
/frameworks/av/media/ndk/
H A DNdkImage.cpp119 AImage::getHeight(int32_t* height) const { function in class:AImage
652 return image->getHeight(height);
681 ret = image->getHeight(&height);
H A DNdkImagePriv.h53 media_status_t getHeight(/*out*/int32_t* height) const;
H A DNdkImageReader.cpp541 return buffer->mCrop.getHeight();
544 return buffer->mGraphicBuffer->getHeight();
690 *height = reader->getHeight();
H A DNdkImageReaderPriv.h74 int32_t getHeight() const { return mHeight; }; function in struct:AImageReader
/frameworks/av/packages/MediaComponents/src/com/android/media/
H A DMediaMetadata2Impl.java254 if (bmp.getHeight() > maxBitmapSize || bmp.getWidth() > maxBitmapSize) {
365 float heightScale = maxSizeF / bmp.getHeight();
367 int height = (int) (bmp.getHeight() * scale);
/frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/app/
H A DMediaRouteButton.java489 final int bottom = getHeight() - getPaddingBottom();
H A DMediaRouteControllerDialog.java629 artViewHeight = getDesiredArtHeight(art.getWidth(), art.getHeight());
630 mArtView.setScaleType(art.getWidth() >= art.getHeight()
1444 if (art != null && art.getWidth() < art.getHeight()) {
H A DMediaRouteDialogHelper.java148 Bitmap bitmap = Bitmap.createBitmap(view.getWidth(), view.getHeight(),
/frameworks/av/packages/MediaComponents/src/com/android/widget/
H A DSubtitleView.java121 final int height = getHeight() - getPaddingTop() - getPaddingBottom();
H A DVideoSurfaceView.java157 Log.i(TAG, " viewSize: " + getWidth() + "/" + getHeight());
H A DVideoTextureView.java168 Log.i(TAG, " viewSize: " + getWidth() + "/" + getHeight());
H A DVideoView2Impl.java1238 + mInstance.getHeight());
/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraDeviceClient.cpp733 height = outputConfiguration.getHeight();
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp1508 streamInfo->height = mOutputStreams[idx]->getHeight();
H A DCamera3OutputStream.cpp483 getId(), getStreamSetId(), getWidth(), getHeight(), getFormat(), getDataSpace(),

Completed in 359 milliseconds

1234567891011>>