Searched refs:height (Results 76 - 100 of 679) sorted by relevance

1234567891011>>

/hardware/intel/common/wrs_omxil_core/core/src/
H A Dintel_m4v_config_parser.h85 OSCL_IMPORT_REF int16 iDecodeVOLHeader(mp4StreamType *psBits, int32 *width, int32 *height, int32 *, int32 *, int32 *profilelevel);
86 OSCL_IMPORT_REF int16 iGetM4VConfigInfo(uint8 *buffer, int32 length, int32 *width, int32 *height, int32 *, int32 *);
88 OSCL_IMPORT_REF int16 iDecodeShortHeader(mp4StreamType *psBits, int32 *width, int32 *height, int32 *, int32 *);
89 OSCL_IMPORT_REF int16 iGetAVCConfigInfo(uint8 *buffer, int32 length, int32 *width, int32 *height, int32 *, int32 *, int32 *profile, int32 *level);
92 int16 DecodeSPS(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *display_height, int32 *profile_idc, int32 *level_idc);
/hardware/qcom/display/msm8996/libgralloc1/
H A Dgr_adreno_info.cpp85 void AdrenoMemInfo::AlignUnCompressedRGB(int width, int height, int format, int tile_enabled, argument
88 *aligned_h = (unsigned int)ALIGN(height, 32);
113 // the function below computes aligned width and aligned height
117 width, height, bpp, tile_enabled, raster_mode, padding_threshold,
132 void AdrenoMemInfo::AlignCompressedRGB(int width, int height, int format, unsigned int *aligned_w, argument
141 width, height, format, 0, raster_mode, padding_threshold,
/hardware/qcom/display/msm8998/libgralloc1/
H A Dgr_adreno_info.cpp85 void AdrenoMemInfo::AlignUnCompressedRGB(int width, int height, int format, int tile_enabled, argument
88 *aligned_h = (unsigned int)ALIGN(height, 32);
113 // the function below computes aligned width and aligned height
117 width, height, bpp, tile_enabled, raster_mode, padding_threshold,
132 void AdrenoMemInfo::AlignCompressedRGB(int width, int height, int format, unsigned int *aligned_w, argument
141 width, height, format, 0, raster_mode, padding_threshold,
/hardware/qcom/display/msm8996/libgralloc/
H A Dgr.h51 unsigned int getBufferSizeAndDimensions(int width, int height, int format,
53 unsigned int getBufferSizeAndDimensions(int width, int height, int format,
57 // Attributes include aligned width, aligned height, tileEnabled and size of the buffer
58 void getBufferAttributes(int width, int height, int format, int usage,
69 // Allocate buffer from width, height, format into a private_handle_t
117 * Function to compute aligned width and aligned height based on
118 * width, height, format and usage flags.
120 * @return aligned width, aligned height
122 void getAlignedWidthAndHeight(int width, int height, int format,
126 * Function to compute aligned width and aligned height base
[all...]
/hardware/intel/img/psb_video/src/
H A Dpnw_hostjpeg.h52 #define JPEG_MCU_NUMBER(width, height, eFormat) \
53 ((((width) + 15) / 16) * (((height) + 15) / 16) * \
56 #define JPEG_MCU_PER_CORE(width, height, core, eFormat) \
57 ((core) > 1 ? (((uint32_t)JPEG_MCU_NUMBER(width, height, eFormat) + (core) - 1) / (core))\
58 :(uint32_t)JPEG_MCU_NUMBER(width, height, eFormat))
60 #define JPEG_SCANNING_COUNT(width, height, core, eFormat) \
61 ((uint32_t)(JPEG_MCU_PER_CORE(width, height, core, eFormat) > JPEG_MAX_MCU_PER_SCAN) ? \
62 ((uint32_t)(JPEG_MCU_NUMBER(width, height, eFormat) + JPEG_MAX_MCU_PER_SCAN - 1) \
66 #define JPEG_MCU_PER_SCAN(width, height, core, eFormat) \
67 ((JPEG_MCU_PER_CORE(width, height, cor
[all...]
/hardware/qcom/display/msm8226/libexternal/
H A Dexternal.cpp72 void ExternalDisplay::getAttributes(int& width, int& height) { argument
74 getAttrForMode(width, height, fps);
158 property_set("persist.sys.actionsafe.height", actionsafeHeight);
580 int width = 0, height = 0, fps = 0; local
581 getAttrForMode(width, height, fps);
582 ALOGD("ExtDisplay setting xres = %d, yres = %d", width, height);
586 mHwcContext->dpyAttr[HWC_DISPLAY_EXTERNAL].yres = height;
596 if(((priW * priH) > (width * height)) &&
614 getAspectRatioPosition(tmpW, tmpH, width, height, r);
635 void ExternalDisplay::getAttrForMode(int& width, int& height, in argument
[all...]
/hardware/intel/common/libva/test/putsurface/
H A Dputsurface_wayland.c38 int x, int y, int width, int height);
40 int *width, int *height, int *quit);
89 src_rect.height = src_h;
94 dst_rect.height = src_h;
166 dst_rect->x, dst_rect->y, dst_rect->width, dst_rect->height
244 create_window(void *win_display, int x, int y, int width, int height) argument
287 int *height,
327 *height = event.xconfigure.height;
328 printf("Scale window to %dx%d\n", width, height);
283 check_window_event( void *win_display, void *drawable, int *width, int *height, int *quit ) argument
[all...]
/hardware/qcom/display/msm8998/sdm/libs/hwc/
H A Dhwc_buffer_allocator.cpp64 int height = INT(buffer_config.height); local
91 uint32_t buffer_size = getBufferSizeAndDimensions(width, height, format, alloc_flags,
170 int height = INT(buffer_config.height); local
194 uint32_t buffer_size = getBufferSizeAndDimensions(width, height, format, alloc_flags,
262 int height = INT(buffer_config.height); local
278 DLOGE("Failed: format = %d or width = %d height = %d", buffer_config.format, width, height);
[all...]
/hardware/qcom/media/msm8996/libc2dcolorconvert/
H A DC2DColorConverter.cpp66 void *getDummySurfaceDef(ColorConvertFormat format, size_t width, size_t height, bool isSource);
71 size_t calcYSize(ColorConvertFormat format, size_t width, size_t height);
72 size_t calcSize(ColorConvertFormat format, size_t width, size_t height);
183 mBlit.source_rect.height = srcHeight << 16;
187 mBlit.target_rect.height = dstHeight << 16;
302 void* C2DColorConverter::getDummySurfaceDef(ColorConvertFormat format, size_t width, size_t height, bool isSource) argument
308 surfaceDef->height = height;
333 surfaceDef->height = height;
452 calcYSize(ColorConvertFormat format, size_t width, size_t height) argument
480 calcSize(ColorConvertFormat format, size_t width, size_t height) argument
[all...]
/hardware/qcom/media/msm8998/libc2dcolorconvert/
H A DC2DColorConverter.cpp67 void *getDummySurfaceDef(ColorConvertFormat format, size_t width, size_t height, bool isSource);
72 size_t calcYSize(ColorConvertFormat format, size_t width, size_t height);
73 size_t calcSize(ColorConvertFormat format, size_t width, size_t height);
186 mBlit.source_rect.height = srcHeight << 16;
190 mBlit.target_rect.height = dstHeight << 16;
306 void* C2DColorConverter::getDummySurfaceDef(ColorConvertFormat format, size_t width, size_t height, bool isSource) argument
312 surfaceDef->height = height;
340 surfaceDef->height = height;
459 calcYSize(ColorConvertFormat format, size_t width, size_t height) argument
487 calcSize(ColorConvertFormat format, size_t width, size_t height) argument
[all...]
/hardware/intel/img/hwcomposer/merrifield/common/devices/
H A DVirtualDevice.cpp139 VAMappedHandle(VADisplay dpy, buffer_handle_t handle, uint32_t stride, uint32_t height, unsigned int pixel_format) argument
143 VTRACE("Map gralloc %p size=%ux%u", handle, stride, height);
150 buf.height = height;
158 buf.data_size = stride * height * 4;
171 buf.data_size = stride * height * 3/2;
178 buf.offsets[1] = stride * height;
199 height,
209 VAMappedHandle(VADisplay dpy, buffer_handle_t khandle, uint32_t stride, uint32_t height, bool tiled) argument
216 VTRACE("Map khandle 0x%x size=%ux%u", khandle, stride, height);
263 VAMappedHandleObject(VADisplay dpy, buffer_handle_t handle, uint32_t stride, uint32_t height, unsigned int pixel_format) argument
265 VAMappedHandleObject(VADisplay dpy, buffer_handle_t khandle, uint32_t stride, uint32_t height, bool tiled) argument
436 uint32_t height; member in struct:android::intel::VirtualDevice::EnableVspTask
588 get(uint32_t width, uint32_t height, sp<RefBase>* heldBuffer) argument
1770 vspPrepare(uint32_t width, uint32_t height) argument
1799 vspEnable(uint32_t width, uint32_t height) argument
2082 getFrameOfSize(uint32_t width, uint32_t height, const IVideoPayloadManager::MetaData& metadata, IVideoPayloadManager::Buffer& info) argument
2109 setMaxDecodeResolution(uint32_t width, uint32_t height) argument
2144 getDisplaySize(int *width, int *height) argument
[all...]
/hardware/qcom/display/msm8084/libexternal/
H A Dexternal.cpp72 void ExternalDisplay::getAttributes(int& width, int& height) { argument
74 getAttrForMode(width, height, fps);
158 property_set("persist.sys.actionsafe.height", actionsafeHeight);
580 int width = 0, height = 0, fps = 0; local
581 getAttrForMode(width, height, fps);
582 ALOGD("ExtDisplay setting xres = %d, yres = %d", width, height);
586 mHwcContext->dpyAttr[HWC_DISPLAY_EXTERNAL].yres = height;
596 if(((priW * priH) > (width * height)) &&
615 void ExternalDisplay::getAttrForMode(int& width, int& height, int& fps) { argument
619 height
[all...]
/hardware/qcom/media/msm8974/libc2dcolorconvert/
H A DC2DColorConverter.cpp66 void *getDummySurfaceDef(ColorConvertFormat format, size_t width, size_t height, bool isSource);
71 size_t calcYSize(ColorConvertFormat format, size_t width, size_t height);
72 size_t calcSize(ColorConvertFormat format, size_t width, size_t height);
161 mBlit.source_rect.height = srcHeight << 16;
165 mBlit.target_rect.height = dstHeight << 16;
276 void* C2DColorConverter::getDummySurfaceDef(ColorConvertFormat format, size_t width, size_t height, bool isSource) argument
283 surfaceDef->height = height;
307 surfaceDef->height = height;
417 calcYSize(ColorConvertFormat format, size_t width, size_t height) argument
440 calcSize(ColorConvertFormat format, size_t width, size_t height) argument
[all...]
/hardware/intel/common/libva/va/
H A Dva_backend_tpi.h41 int height,
/hardware/intel/img/psb_video/src/android/
H A Dpsb_mds.h63 int32_t* width, int32_t* height,
/hardware/interfaces/automotive/evs/1.0/vts/functional/
H A DFrameHandler.cpp218 const unsigned height = std::min(tgtBuffer.height, local
219 srcBuffer.height);
223 tgtBuffer.width, tgtBuffer.height, tgtBuffer.format, 1, tgtBuffer.usage,
227 srcBuffer.width, srcBuffer.height, srcBuffer.format, 1, srcBuffer.usage,
245 copyNV21toRGB32(width, height,
249 copyYV12toRGB32(width, height,
253 copyYUYVtoRGB32(width, height,
257 copyMatchedInterleavedFormats(width, height,
/hardware/interfaces/graphics/mapper/2.0/
H A DIMapper.hal32 * The height specifies how many rows of pixels must be in the
35 uint32_t height;
56 int32_t height;
/hardware/qcom/display/msm8084/libvirtual/
H A Dvirtual.h46 void getAttributes(int& width, int& height);
/hardware/qcom/display/msm8226/libvirtual/
H A Dvirtual.h46 void getAttributes(int& width, int& height);
/hardware/qcom/display/msm8996/sdm/include/core/
H A Dbuffer_allocator.h49 uint32_t height = 0; //!< Specifies buffer height for buffer allocation. member in struct:sdm::BufferConfig
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
H A Dhwc_display_virtual.cpp47 uint32_t height, int32_t *format, HWCDisplay **hwc_display) {
53 DLOGI("Creating virtual display: w: %d h:%d format:0x%x", width, height, *format);
69 status = hwc_display_virtual->SetConfig(width, height);
75 // TODO(user): Validate that we support this width/height
76 status = hwc_display_virtual->SetFrameBufferResolution(width, height);
146 buffer_info.buffer_config.height = static_cast<uint32_t>(output_handle->height);
163 int HWCDisplayVirtual::SetConfig(uint32_t width, uint32_t height) { argument
166 variable_info.y_pixels = height;
178 // Fill output buffer parameters (width, height, forma
45 Create(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator, HWCCallbacks *callbacks, uint32_t width, uint32_t height, int32_t *format, HWCDisplay **hwc_display) argument
[all...]
/hardware/qcom/display/msm8998/libdrmutils/
H A Ddrm_master.h42 uint32_t height = 0; member in struct:drm_utils::DRMBuffer
/hardware/qcom/display/msm8998/libgralloc/
H A Dgralloc_priv.h246 int height; // holds aligned height of the actual buffer allocated member in struct:private_handle_t
249 int unaligned_height; // holds height client asked to allocate
262 int format, int width, int height) :
266 format(format), width(width), height(height),
268 unaligned_height(height), gem_handle(0), fb_id(0)
276 int format, int width, int height,
278 private_handle_t(fd, size, flags, bufferType, format, width, height)
286 int format, int width, int height,
261 private_handle_t(int fd, unsigned int size, int flags, int bufferType, int format, int width, int height) argument
275 private_handle_t(int fd, unsigned int size, int flags, int bufferType, int format, int width, int height, int eFd, unsigned int eOffset, uint64_t eBase) argument
285 private_handle_t(int fd, unsigned int size, int flags, int bufferType, int format, int width, int height, int eFd, unsigned int eOffset, uint64_t eBase, int unaligned_w, int unaligned_h) argument
[all...]
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
H A Dhwc_display_virtual.cpp46 uint32_t height, int32_t *format, HWCDisplay **hwc_display) {
51 DLOGI("Creating virtual display: w: %d h:%d format:0x%x", width, height, *format);
67 status = hwc_display_virtual->SetConfig(width, height);
73 // TODO(user): Validate that we support this width/height
74 status = hwc_display_virtual->SetFrameBufferResolution(width, height);
143 buffer_info.buffer_config.height = static_cast<uint32_t>(output_handle->height);
160 int HWCDisplayVirtual::SetConfig(uint32_t width, uint32_t height) { argument
163 variable_info.y_pixels = height;
175 // Fill output buffer parameters (width, height, forma
45 Create(CoreInterface *core_intf, HWCCallbacks *callbacks, uint32_t width, uint32_t height, int32_t *format, HWCDisplay **hwc_display) argument
[all...]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/common/inc/
H A Dvidc_color_converter.h40 bool open(unsigned int height,unsigned int width,

Completed in 956 milliseconds

1234567891011>>