Searched refs:width (Results 276 - 300 of 714) sorted by relevance

<<11121314151617181920>>

/hardware/qcom/display/msm8998/sdm/libs/hwc/
H A Dhwc_tonemapper.h59 DisplayError AllocateIntermediateBuffers(int width, int height, int format, int usage);
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A Domx_swvdec_utils.h163 unsigned int width,
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
H A Domx_swvdec_utils.h129 unsigned int width,
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dmdss_rotator.h45 uint32_t width; member in struct:mdp_rotation_buf_info
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dmdss_rotator.h71 uint32_t width; member in struct:mdp_rotation_buf_info
/hardware/qcom/display/msm8996/libgralloc/
H A Dmapper.cpp382 int width = va_arg(args, int); local
397 hnd->width = width;
408 int width = va_arg(args, int); local
412 AdrenoMemInfo::getInstance().getAlignedWidthAndHeight(width,
452 int width = va_arg(args, int); local
461 AdrenoMemInfo::getInstance().getAlignedWidthAndHeight(width,
622 *outStride = hnd->width;
632 auto width = va_arg(args, int); local
647 left, top, width, heigh
[all...]
/hardware/libhardware/modules/gralloc/
H A Dframebuffer.cpp226 if (int(info.width) <= 0 || int(info.height) <= 0) {
229 info.width = ((info.xres * 25.4f)/160.0f + 0.5f);
233 float xdpi = (info.xres * 25.4f) / info.width;
259 ALOGI( "width = %d mm (%f dpi)\n"
262 info.width, xdpi,
348 const_cast<uint32_t&>(dev->device.width) = m->info.xres;
/hardware/intel/common/libmix/videoencoder/
H A DVideoEncoderBase.cpp135 if (mComParams.resolution.width > 2048 || mComParams.resolution.height > 2048){
136 LOGE("Unsupported resolution width %d, height %d\n",
137 mComParams.resolution.width, mComParams.resolution.height);
226 stride_aligned = (mComParams.resolution.width + 15) & ~15;
232 stride_aligned = mComParams.resolution.width;
238 stride_aligned = (mComParams.resolution.width + 63) & ~63; //on Merr, stride must be 64 aligned.
284 mComParams.resolution.width,
296 LOG_I("Success to create libva context width %d, height %d\n",
297 mComParams.resolution.width, mComParams.resolution.height);
934 mComParams.resolution.width
1492 getNewUsrptrFromSurface( uint32_t width, uint32_t height, uint32_t format, uint32_t expectedSize, uint32_t *outsize, uint32_t *stride, uint8_t **usrptr) argument
[all...]
/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderAVC.cpp730 uint32_t width = (data->pic_data[0].pic_parms->picture_width_in_mbs_minus1 + 1) * 16; local
740 width -= data->codec_data->crop_left;
743 width -= data->codec_data->crop_right;
746 mVideoFormatInfo.width, mVideoFormatInfo.height, width, height);
752 if ((mVideoFormatInfo.width != width ||
754 width && height) {
755 if (VideoDecoderBase::alignMB(mVideoFormatInfo.width) != width ||
[all...]
/hardware/intel/common/utils/ISV/base/
H A Disv_worker.cpp113 status_t ISVWorker::init(uint32_t width, uint32_t height) { argument
158 mWidth = width;
217 status_t ISVWorker::allocSurface(uint32_t* width, uint32_t* height, argument
226 *width = mWidth;
284 vaExtBuf.width = *width;
312 ALOGV("%s: Ext buffer: width %d, height %d, data_size %d, pitch %d", __func__,
313 vaExtBuf.width, vaExtBuf.height, vaExtBuf.data_size, vaExtBuf.pitches[0]);
314 VAStatus vaStatus = vaCreateSurfaces(mVADisplay, VA_RT_FORMAT_YUV420, vaExtBuf.width,
765 dst_region.width
1011 writeNV12(int width, int height, unsigned char *out_buf, int y_pitch, int uv_pitch) argument
[all...]
/hardware/intel/img/psb_video/src/x11/
H A Dpsb_xvva.c273 srf->width = w;
416 || (obj_surface->width > 1920) /* overlay have isue to support >1920xXXX resolution */
500 ((output->output_width != obj_surface->width) ||
510 obj_surface->width, obj_surface->height);
513 output->output_width = obj_surface->width;
535 ((output->output_width != obj_surface->width) ||
543 obj_surface->width, obj_surface->height);
545 output->output_width = obj_surface->width;
605 ((obj_rotate_surface->width != rotate_width)
625 obj_rotate_surface->width
[all...]
/hardware/qcom/display/msm8998/libgralloc1/
H A Dgr_buf_mgr.cpp527 int width = va_arg(args, int); local
543 BufferDescriptor descriptor(width, height, format);
545 hnd->unaligned_width = width;
547 hnd->width = INT(alignedw);
555 int width = va_arg(args, int); local
559 BufferDescriptor descriptor(width, width, format);
575 *stride = hnd->width;
593 *stride = hnd->width;
601 int width local
698 int width = va_arg(args, int); local
718 int width = va_arg(args, int); local
[all...]
/hardware/interfaces/graphics/allocator/2.0/default/
H A DGralloc1On0Adapter.cpp248 ALOGV("Calling alloc(%p, %u, %u, %i, %u)", mDevice, descriptor->width,
251 static_cast<int>(descriptor->width),
390 int width = 0; local
396 bufferHandle, &width, &height);
405 descriptor.setDimensions(width, height);
443 accessRegion.left, accessRegion.top, accessRegion.width,
453 accessRegion.left, accessRegion.top, accessRegion.width,
481 accessRegion.width,
497 accessRegion.width,
H A DGralloc1On0Adapter.h108 : width(0),
116 width = w;
141 uint32_t width; member in struct:android::hardware::Gralloc1On0Adapter::Descriptor
169 gralloc1_buffer_descriptor_t descriptorId, uint32_t width,
172 &Descriptor::setDimensions, width, height);
226 *outWidth = mDescriptor.width;
168 setDimensionsHook(gralloc1_device_t* device, gralloc1_buffer_descriptor_t descriptorId, uint32_t width, uint32_t height) argument
/hardware/qcom/display/msm8998/libgralloc/
H A Dgpu.cpp59 stride[0] = hnd->width * 2;
62 stride[0] = hnd->width * 3;
76 stride[0] = hnd->width * 4;
252 int format, int width, int height)
259 AdrenoMemInfo::getInstance().getAlignedWidthAndHeight(width,
364 eData.fd, eData.offset, eBaseAddr, width, height);
384 buf.width = hnd->width;
398 ALOGE("%s: CreateFbId failed. width %d, height %d, " \
400 buf.width, bu
250 gralloc_alloc_buffer(unsigned int size, int usage, buffer_handle_t* pHandle, int bufferType, int format, int width, int height) argument
[all...]
/hardware/intel/common/libmix/mix_video/src/
H A Dmixvideoformatenc_mpeg4.c598 "Created libva context width %d, height %d\n",
1207 guint16 width, height; local
1227 width = parent->picture_width;
1355 "image->width = %d\n", image->width);
1368 memcpy (dst_y, inbuf + i * width, width);
1375 for (j = 0; j < width; j+=2) {
1376 dst_uv [j] = inbuf [width * height + i * width /
[all...]
/hardware/intel/common/omx-components/videocodec/
H A DOMXVideoDecoderVP9Hybrid.cpp208 uint32_t width, height; local
211 ret = mGetFrameResolution(data,data_sz, &width, &height);
212 if (width == 0 || height == 0)
217 ret = (width != mDecodedImageWidth)
220 ret = width > mGraphicBufferParam.graphicBufferWidth
224 mDecodedImageNewWidth = width;
251 unsigned int width, height; local
253 mGetOutput(mCtx,mHybridCtx, &width, &height);
450 int32_t width = paramPortDefinitionOutput->format.video.nFrameWidth; local
566 unsigned int width local
[all...]
H A DOMXComponentCodecBase.cpp133 OMX_COLOR_FORMATTYPE OMXComponentCodecBase::GetOutputColorFormat(int width) { argument
134 LOGD("%s: width = %d", __func__, width);
H A DOMXVideoDecoderBase.h68 virtual OMX_COLOR_FORMATTYPE GetOutputColorFormat(int width);
150 uint32_t getStride(uint32_t width);
/hardware/intel/common/libva/test/encode/
H A Dmpeg2enc.c106 int width; member in struct:mpeg2enc_context
440 int y_size = ctx->width * ctx->height;
441 int u_size = (ctx->width >> 1) * (ctx->height >> 1);
465 memcpy(y_dst, y_src, surface_image.width);
467 y_src += ctx->width;
472 for (col = 0; col < surface_image.width / 2; col++) {
478 u_src += (ctx->width / 2);
479 v_src += (ctx->width / 2);
483 for (col = 0; col < surface_image.width / 2; col++) {
490 u_src += (ctx->width /
[all...]
H A Dmpeg2vaenc.c106 int width; member in struct:mpeg2enc_context
440 int y_size = ctx->width * ctx->height;
441 int u_size = (ctx->width >> 1) * (ctx->height >> 1);
465 memcpy(y_dst, y_src, surface_image.width);
467 y_src += ctx->width;
472 for (col = 0; col < surface_image.width / 2; col++) {
478 u_src += (ctx->width / 2);
479 v_src += (ctx->width / 2);
483 for (col = 0; col < surface_image.width / 2; col++) {
490 u_src += (ctx->width /
[all...]
/hardware/intel/img/psb_video/src/android/
H A Dpsb_output_android.c178 obj_surface->width, obj_surface->height,
342 /*recalculate the render box to fit the ratio of height/width*/
362 driver_data->render_rect.width = _destw;
367 driver_data->render_rect.width, driver_data->render_rect.height);
490 if ((srcx < 0) || (srcx > obj_surface->width) || (srcw > (obj_surface->width - srcx)) ||
516 psb_surface_set_displaying(driver_data, obj_surface->width,
/hardware/qcom/display/msm8998/sdm/libs/core/fb/
H A Dhw_device.cpp225 mdp_buffer.width = input_buffer.width;
270 DLOGV_IF(kTagDriverConfig, "in_w %d, in_h %d, in_f %d", mdp_buffer.width, mdp_buffer.height,
290 mdp_out_layer_.buffer.width = output_buffer->width;
304 mdp_out_layer_.buffer.width, mdp_out_layer_.buffer.height,
432 mdp_buffer.width, mdp_buffer.height, mdp_buffer.format, mdp_layer.horz_deci,
598 uint32_t width, uint32_t *target) {
602 *target = width;
624 *target = width *
597 SetStride(HWDeviceType device_type, LayerBufferFormat format, uint32_t width, uint32_t *target) argument
[all...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dbcmdefs.h246 #define BITFIELD_MASK(width) \
247 (((unsigned)1 << (width)) - 1)
/hardware/intel/common/libva/test/basic/
H A Dtest_vaSurfaceAttrib.c121 vaSurfaceExternBuf.width = frame_width;
145 memset(p_buffer, 0x80, image_id.width * image_id.height);

Completed in 3928 milliseconds

<<11121314151617181920>>