Searched refs:height (Results 276 - 300 of 679) sorted by relevance

<<11121314151617181920>>

/hardware/interfaces/graphics/allocator/2.0/default/
H A DGralloc1On0Adapter.h109 height(0),
117 height = h;
142 uint32_t height; member in struct:android::hardware::Gralloc1On0Adapter::Descriptor
170 uint32_t height) {
172 &Descriptor::setDimensions, width, height);
227 *outHeight = mDescriptor.height;
168 setDimensionsHook(gralloc1_device_t* device, gralloc1_buffer_descriptor_t descriptorId, uint32_t width, uint32_t height) argument
/hardware/intel/common/omx-components/videocodec/
H A DOMXVideoDecoderBase.cpp570 p->height = paramPortDefinitionInput->format.video.nFrameHeight;
780 uint32_t height = formatInfo->height; local
782 uint32_t sliceHeight = formatInfo->height;
785 uint32_t heightCropped = formatInfo->height - formatInfo->cropTop - formatInfo->cropBottom;
789 heightCropped = formatInfo->height;
808 paramPortDefinitionInput.format.video.nFrameHeight = height;
813 paramPortDefinitionOutput.format.video.nFrameHeight = height;
855 width, height, widthCropped, heightCropped);
871 paramPortDefinitionInput.format.video.nFrameHeight = height;
[all...]
/hardware/intel/common/libmix/videoencoder/
H A DVideoEncoderH263.cpp107 h263PictureParams.picture_height = mComParams.resolution.height;
142 sliceHeight = mComParams.resolution.height;
160 // slice height measured in MB
/hardware/intel/common/libva/test/basic/
H A Dtest_vaSurfaceAttrib.c122 vaSurfaceExternBuf.height = frame_height;
145 memset(p_buffer, 0x80, image_id.width * image_id.height);
/hardware/interfaces/camera/device/3.2/default/
H A Dconvert.cpp64 dst->height = src.height;
/hardware/interfaces/drm/1.0/default/
H A DCryptoPlugin.cpp42 uint32_t height) {
43 mLegacyPlugin->notifyResolution(width, height);
41 notifyResolution(uint32_t width, uint32_t height) argument
/hardware/interfaces/graphics/composer/2.1/vts/functional/
H A DVtsHalGraphicsComposerTestUtils.h75 Display createVirtualDisplay(uint32_t width, uint32_t height,
85 bool getClientTargetSupport(Display display, uint32_t width, uint32_t height,
H A DVtsHalGraphicsComposerTestUtils.cpp101 Display ComposerClient::createVirtualDisplay(uint32_t width, uint32_t height, argument
107 width, height, formatHint, outputBufferSlotCount,
171 uint32_t height, PixelFormat format,
173 Error error = mClient->getClientTargetSupport(display, width, height, format,
170 getClientTargetSupport(Display display, uint32_t width, uint32_t height, PixelFormat format, Dataspace dataspace) argument
/hardware/libhardware/include/hardware/
H A Dcamera2.h106 * measured in pixels relative to the buffer width and height.
162 * Get the next buffer of image data to reprocess. The width, height, and
592 * height, target, and possibly the pixel format. Returns the new stream's
596 * - Requesting a width/height/format combination not listed as
604 * - width, height, format: Specification for the buffers to be sent through
636 uint32_t height,
675 * height, and the pixel format. Returns the new stream's ID, gralloc usage
679 * - Requesting a width/height/format combination not listed as
686 * - width, height, format: Specification for the buffers to be sent through
710 uint32_t height,
[all...]
H A Dtv_input.h262 /* Max width/height of the stream. */
269 * IN/OUT: Width / height of the stream. Client may request for specific
271 * specified width and height.
274 uint32_t height; member in struct:buffer_producer_stream
/hardware/qcom/display/msm8084/libvirtual/
H A Dvirtual.cpp74 void VirtualDisplay::getAttributes(int& width, int& height) { argument
76 height = mVInfo.yres;
/hardware/qcom/display/msm8226/libvirtual/
H A Dvirtual.cpp74 void VirtualDisplay::getAttributes(int& width, int& height) { argument
76 height = mVInfo.yres;
/hardware/qcom/display/msm8996/sdm/include/core/
H A Ddisplay_interface.h537 @param[in] height layer mixer height
541 virtual DisplayError SetMixerResolution(uint32_t width, uint32_t height) = 0;
546 @param[out] height layer mixer height
550 virtual DisplayError GetMixerResolution(uint32_t *width, uint32_t *height) = 0;
/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderBase.cpp134 mVideoFormatInfo.height = buffer->height;
164 mVideoFormatInfo.height = buffer->height;
804 if (mStoreMetaData || (!mStoreMetaData && (mVideoFormatInfo.surfaceWidth < mVideoFormatInfo.width || mVideoFormatInfo.surfaceHeight < mVideoFormatInfo.height))) {
915 mVASurfaceAttrib->height = mVideoFormatInfo.surfaceHeight;
960 mVideoFormatInfo.height,
966 mVideoFormatInfo.surfaceHeight = mVideoFormatInfo.height;
1174 mSurfaceBuffers[i].mappedData->height = mVideoFormatInfo.height;
[all...]
/hardware/intel/common/libmix/mix_video/src/
H A Dmixvideorenderparams.c194 && rc1.height == rc2.height) {
365 priv->va_cliprects[idx].height = clipping_rects[idx].height;
/hardware/intel/common/utils/ISV/include/
H A Disv_profile.h77 ISVProfile(const uint32_t width, const uint32_t height);
/hardware/intel/img/hwcomposer/merrifield/common/devices/
H A DPhysicalDevice.cpp159 bool PhysicalDevice::getDisplaySize(int *width, int *height) argument
163 if (!width || !height) {
169 *height = 0;
178 *height = mode.vdisplay;
345 // use active fb dimension as config width/height
/hardware/intel/img/hwcomposer/merrifield/include/
H A DIDisplayDevice.h81 virtual bool getDisplaySize(int *width, int *height) = 0;
/hardware/intel/img/hwcomposer/merrifield/include/pvr/hal/
H A Dimg_gralloc.h62 r->left, r->top, r->width, r->height,
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/devices/
H A DPhysicalDevice.cpp157 bool PhysicalDevice::getDisplaySize(int *width, int *height) argument
161 if (!width || !height) {
167 *height = 0;
176 *height = mode.vdisplay;
344 // use active fb dimension as config width/height
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
H A DIDisplayDevice.h81 virtual bool getDisplaySize(int *width, int *height) = 0;
H A DPhysicalDevice.h44 virtual bool getDisplaySize(int *width, int *height);
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/pvr/hal/
H A Dimg_gralloc.h62 r->left, r->top, r->width, r->height,
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
H A Dhwc_display.h105 virtual DisplayError SetMixerResolution(uint32_t width, uint32_t height);
106 virtual DisplayError GetMixerResolution(uint32_t *width, uint32_t *height);
107 virtual void GetPanelResolution(uint32_t *width, uint32_t *height);
162 virtual HWC2::Error GetClientTargetSupport(uint32_t width, uint32_t height, int32_t format,
/hardware/qcom/media/msm8974/libc2dcolorconvert/
H A DC2DColorConverter.h89 int32_t height; member in struct:android::__anon2913

Completed in 889 milliseconds

<<11121314151617181920>>