Searched refs:height (Results 51 - 75 of 679) sorted by relevance

1234567891011>>

/hardware/qcom/display/msm8226/libgralloc/
H A Dgr.h50 unsigned int getBufferSizeAndDimensions(int width, int height, int format,
52 unsigned int getBufferSizeAndDimensions(int width, int height, int format,
56 // Attributes include aligned width, aligned height, tileEnabled and size of the buffer
57 void getBufferAttributes(int width, int height, int format, int usage,
68 // Allocate buffer from width, height, format into a private_handle_t
109 * Function to compute the adreno aligned width and aligned height
112 * @return aligned width, aligned height
114 void getAlignedWidthAndHeight(int width, int height, int format,
136 int height,
148 int height,
[all...]
/hardware/qcom/display/msm8909/libgralloc/
H A Dgr.h50 unsigned int getBufferSizeAndDimensions(int width, int height, int format,
52 unsigned int getBufferSizeAndDimensions(int width, int height, int format,
56 // Attributes include aligned width, aligned height, tileEnabled and size of the buffer
57 void getBufferAttributes(int width, int height, int format, int usage,
68 // Allocate buffer from width, height, format into a private_handle_t
109 * Function to compute the adreno aligned width and aligned height
112 * @return aligned width, aligned height
114 void getAlignedWidthAndHeight(int width, int height, int format,
136 int height,
148 int height,
[all...]
/hardware/qcom/display/msm8998/libgralloc/
H A Dgr.h52 unsigned int getBufferSizeAndDimensions(int width, int height, int format,
54 unsigned int getBufferSizeAndDimensions(int width, int height, int format,
61 // Allocate buffer from width, height, format into a private_handle_t
109 * Function to compute aligned width and aligned height based on
110 * width, height, format and usage flags.
112 * @return aligned width, aligned height
114 void getAlignedWidthAndHeight(int width, int height, int format,
118 * Function to compute aligned width and aligned height based on
121 * @return aligned width, aligned height
126 * Function to compute the adreno aligned width and aligned height
[all...]
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
H A Dhwc_buffer_allocator.cpp65 uint32_t height = buffer_config.height; local
85 Perform_(gralloc_device_, GRALLOC1_MODULE_PERFORM_ALLOCATE_BUFFER, width, height, format,
118 int *height) {
120 width, height);
123 void HWCBufferAllocator::GetAlignedWidthAndHeight(int width, int height, int format, argument
133 Perform_(gralloc_device_, GRALLOC_MODULE_PERFORM_GET_ATTRIBUTES, width, height, format,
142 int height = INT(buffer_config.height); local
164 Perform_(gralloc_device_, GRALLOC1_MODULE_PERFORM_GET_BUFFER_SIZE_AND_DIMENSIONS, width, height,
117 GetCustomWidthAndHeight(const private_handle_t *handle, int *width, int *height) argument
283 int height = INT(buffer_config.height); local
[all...]
H A Dhwc_buffer_allocator.h55 void GetCustomWidthAndHeight(const private_handle_t *handle, int *width, int *height);
56 void GetAlignedWidthAndHeight(int width, int height, int format, uint32_t alloc_type,
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
H A Dhwc_buffer_allocator.cpp65 uint32_t height = buffer_config.height; local
85 Perform_(gralloc_device_, GRALLOC1_MODULE_PERFORM_ALLOCATE_BUFFER, width, height, format,
118 int *height) {
120 width, height);
123 void HWCBufferAllocator::GetAlignedWidthAndHeight(int width, int height, int format, argument
133 Perform_(gralloc_device_, GRALLOC_MODULE_PERFORM_GET_ATTRIBUTES, width, height, format,
142 int height = INT(buffer_config.height); local
164 Perform_(gralloc_device_, GRALLOC1_MODULE_PERFORM_GET_BUFFER_SIZE_AND_DIMENSIONS, width, height,
117 GetCustomWidthAndHeight(const private_handle_t *handle, int *width, int *height) argument
283 int height = INT(buffer_config.height); local
[all...]
H A Dhwc_buffer_allocator.h55 void GetCustomWidthAndHeight(const private_handle_t *handle, int *width, int *height);
56 void GetAlignedWidthAndHeight(int width, int height, int format, uint32_t alloc_type,
H A Dhwc_display_virtual.h42 uint32_t height, int32_t *format, HWCDisplay **hwc_display);
53 int SetConfig(uint32_t width, uint32_t height);
/hardware/intel/common/libva/va/
H A Dva_tpi.h54 unsigned int height; member in struct:_VASurfaceAttributeTPI
100 int height,
/hardware/intel/img/hwcomposer/merrifield/ips/common/
H A DVideoPayloadManager.cpp54 metadata->normalBuffer.height = p->crop_height;
56 metadata->normalBuffer.bufHeight = p->height;
66 metadata->scalingBuffer.height = p->scaling_height;
81 rotSrcHeight = metadata->scalingBuffer.height;
84 rotSrcHeight = metadata->normalBuffer.height;
88 metadata->rotationBuffer.height = rotSrcHeight;
91 metadata->rotationBuffer.height = rotSrcWidth;
99 metadata->rotationBuffer.offsetY = (-metadata->rotationBuffer.height) & 0xf;
/hardware/intel/img/psb_video/src/android/
H A Dpsb_gralloc.h40 int left, int top, int width, int height, void** vaddr);
H A Dpsb_android_glue.h35 unsigned char* psb_android_registerBuffers(void** surface, int pid, int width, int height);
H A Dpsb_mds.cpp74 int32_t* width, int32_t* height,
78 width == NULL || height == NULL ||
87 status_t ret = mListener->getDecoderOutputResolution(0, width, height, offX, offY, bufW, bufH);
73 getDecoderOutputResolution( int32_t* width, int32_t* height, int32_t* offX, int32_t* offY, int32_t* bufW, int32_t* bufH) argument
/hardware/qcom/display/msm8909/libhdmi/
H A Dhdmi_stub.cpp63 void HDMIDisplay::getAttributes(uint32_t& width, uint32_t& height) { argument
65 width = height = 0;
/hardware/intel/img/hwcomposer/merrifield/ips/penwell/
H A DPnwGrallocBuffer.cpp37 mHeight = grallocHandle->height;
H A DPnwGrallocBuffer.h31 int height; member in struct:android::intel::PnwIMGGrallocBuffer
/hardware/qcom/display/msm8994/libhdmi/
H A Dhdmi.h43 EDIDData(int mode, int width, int height, int fps, int order) argument
44 : mMode(mode), mWidth(width), mHeight(height), mFps(fps), mModeOrder(order)
57 void getAttributes(uint32_t& width, uint32_t& height);
93 void getAttrForMode(uint32_t& width, uint32_t& height, uint32_t& fps);
/hardware/qcom/display/msm8998/gpu_tonemapper/
H A DEGLImageBuffer.h32 int height; member in class:EGLImageBuffer
/hardware/qcom/media/msm8974/mm-core/omxcore/src/common/
H A Dqc_omx_core.h57 OMX_U32 height; member in struct:__anon2927
/hardware/qcom/media/msm8974/mm-core/src/common/
H A Dqc_omx_core.h57 OMX_U32 height; member in struct:__anon2929
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/common/inc/
H A Dvidc_color_converter.h38 bool open(unsigned int height,unsigned int width,
/hardware/qcom/media/msm8996/mm-core/src/common/
H A Dqc_omx_core.h57 OMX_U32 height; member in struct:__anon2988
/hardware/qcom/media/msm8998/mm-core/src/common/
H A Dqc_omx_core.h57 OMX_U32 height; member in struct:__anon3038
/hardware/intel/common/libva/test/decode/
H A Dloadjpeg.c65 unsigned int width, height; local
89 tinyjpeg_get_size(jdec, &width, &height);
91 printf("Decoding JPEG image %dx%d...\n", width, height);
/hardware/interfaces/camera/provider/2.4/vts/functional/
H A DCameraParameters.cpp41 const char CameraParameters::KEY_JPEG_THUMBNAIL_HEIGHT[] = "jpeg-thumbnail-height";
331 int width, height; local
332 int success = parse_pair(sizeStartPtr, &width, &height, 'x',
338 sizes.push(Size(width, height));
347 void CameraParameters::setPreviewSize(int width, int height) argument
350 sprintf(str, "%dx%d", width, height);
354 void CameraParameters::getPreviewSize(int *width, int *height) const
356 *width = *height = -1;
360 parse_pair(p, width, height, 'x');
363 void CameraParameters::getPreferredPreviewSizeForVideo(int *width, int *height) cons
377 setVideoSize(int width, int height) argument
426 setPictureSize(int width, int height) argument
[all...]

Completed in 1747 milliseconds

1234567891011>>