Searched defs:mHeight (Results 1 - 25 of 27) sorted by path

12

/hardware/google/av/media/codecs/avc/
H A DC2SoftAvcDec.h168 uint32_t mHeight; member in class:android::C2SoftAvcDec
/hardware/google/av/media/codecs/hevc/
H A DC2SoftHevcDec.h119 uint32_t mHeight; member in struct:android::C2SoftHevcDec
/hardware/google/av/media/codecs/mpeg2/
H A DC2SoftMpeg2Dec.h167 uint32_t mHeight; member in struct:android::C2SoftMpeg2Dec
/hardware/google/av/media/codecs/mpeg4_h263/
H A DC2SoftMpeg4Dec.h62 uint32_t mHeight; member in struct:android::C2SoftMpeg4Dec
/hardware/google/av/media/codecs/vpx/
H A DC2SoftVpxDec.h58 uint32_t mHeight; member in struct:android::C2SoftVpxDec
/hardware/google/av/media/sfplugin/
H A DC2OMXNode.h87 uint32_t mHeight; member in struct:android::C2OMXNode
H A DCCodec.cpp182 : mSource(source), mWidth(width), mHeight(height) {}
190 mNode->setFrameSize(mWidth, mHeight);
343 uint32_t mHeight; member in class:android::__anon272::GraphicBufferSourceWrapper
H A DCodec2Buffer.cpp218 mHeight(view.height()),
240 uint32_t mVStride = align(mHeight, 2);
271 ssize_t minOffset = plane.minOffset(mWidth, mHeight);
272 ssize_t maxOffset = plane.maxOffset(mWidth, mHeight);
279 planeSize += std::abs(plane.rowInc) * align(mHeight, 64)
402 mediaImage->mHeight = mHeight;
477 uint32_t mHeight; member in class:android::__anon279::GraphicView2MediaImageConverter
/hardware/intel/common/utils/ISV/include/
H A Disv_bufmanager.h82 mHeight(height),
99 mHeight(0),
130 uint32_t mHeight; member in class:ISVBuffer
H A Disv_omxcomponent.h283 uint32_t mHeight; member in class:ISVComponent
H A Disv_profile.h133 uint32_t mHeight; member in class:ISVProfile
H A Disv_worker.h163 uint32_t mHeight; member in class:ISVWorker
/hardware/intel/img/hwcomposer/merrifield/common/base/
H A DHwcLayer.h109 uint32_t mHeight; member in class:android::intel::HwcLayer
/hardware/intel/img/hwcomposer/merrifield/common/devices/
H A DVirtualDevice.cpp553 mHeight(h) { }
557 if (mWidth == mList.mWidth && mHeight == mList.mHeight) {
558 VTRACE("Returning %s buffer %p (%ux%u) to list", mList.mName, mHandle, mWidth, mHeight);
561 VTRACE("Deleting %s buffer %p (%ux%u)", mList.mName, mHandle, mWidth, mHeight);
572 uint32_t mHeight; member in struct:android::intel::VirtualDevice::BufferList::HeldBuffer
584 mHeight(0)
592 if (mWidth != width || mHeight != height) {
594 mName, mWidth, mHeight, width, height);
597 mHeight
[all...]
/hardware/intel/img/hwcomposer/merrifield/include/
H A DDataBuffer.h70 void setHeight(uint32_t height) { mHeight = height; }
71 uint32_t getHeight() const { return mHeight; }
90 mHeight = 0;
101 uint32_t mHeight; member in class:android::intel::DataBuffer
H A DIDisplayDevice.h32 mHeight(h),
39 int getHeight() const { return mHeight; }
45 int mHeight; member in class:android::intel::DisplayConfig
H A DVirtualDevice.h88 uint32_t mHeight; member in class:android::intel::VirtualDevice::BufferList
/hardware/intel/img/hwcomposer/merrifield/ips/common/
H A DRotationBufferProvider.h78 int mHeight; member in class:android::intel::RotationBufferProvider
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
H A DHwcLayer.h102 uint32_t mHeight; member in class:android::intel::HwcLayer
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
H A DDataBuffer.h70 void setHeight(uint32_t height) { mHeight = height; }
71 uint32_t getHeight() const { return mHeight; }
90 mHeight = 0;
101 uint32_t mHeight; member in class:android::intel::DataBuffer
H A DIDisplayDevice.h32 mHeight(h),
39 int getHeight() const { return mHeight; }
45 int mHeight; member in class:android::intel::DisplayConfig
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
H A DRotationBufferProvider.h78 int mHeight; member in class:android::intel::RotationBufferProvider
/hardware/interfaces/automotive/evs/1.0/default/
H A DEvsCamera.h75 uint32_t mHeight = 0; // Vertical pixel count in the buffers member in class:android::hardware::automotive::evs::V1_0::implementation::EvsCamera
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
H A DExternalCameraUtils.h112 const uint32_t mHeight; member in class:android::hardware::camera::device::V3_4::implementation::V4L2Frame
133 const uint32_t mHeight; member in class:android::hardware::camera::device::V3_4::implementation::AllocatedFrame
/hardware/libhardware/modules/camera/3_0/
H A DStream.h65 const uint32_t mHeight; member in class:default_camera_hal::Stream

Completed in 392 milliseconds

12