Searched refs:coded_width (Results 1 - 16 of 16) sorted by relevance

/hardware/intel/img/psb_video/src/
H A Dtng_yuv_processor.h35 uint32_t coded_width; /* width of the image rounding up to nearest multiple of 16 */ member in struct:surface_param_s
46 uint32_t coded_width; member in struct:context_yuv_processor_s
H A Dtng_yuv_processor.c135 REGIO_WRITE_FIELD_LITE(reg_value, MSVDX_CMDS, CODED_PICTURE_SIZE, CODED_PICTURE_WIDTH, (ctx->coded_width) - 1);
178 *cmdbuf->cmd_idx++ = ctx->coded_width / 16;
212 ctx->coded_width = (surface_params->coded_width + 0xf) & ~0xf;
248 ctx->coded_width = ctx->display_width;
279 __func__, ctx->display_width, ctx->display_height, ctx->coded_width, ctx->coded_height);
H A Dpsb_drv_video.h508 unsigned int coded_width; member in struct:psb_surface_share_info_s
H A Dtng_vld_dec.c494 surface_param.coded_width = obj_context->current_render_target->width_s;
H A Dpnw_VC1.c632 P(coded_width);
798 // NOTE: coded_width and coded_height do not have to be an exact multiple of MBs
800 ctx->display_picture_width = pic_params->coded_width;
812 obj_surface->share_info->coded_width = ctx->coded_picture_width;
920 ctx->pull_back_x = COMPUTE_PULLBACK(pic_params->coded_width);
H A Dpnw_MPEG2.c728 obj_surface->share_info->coded_width = ctx->coded_picture_width;
H A Dtng_VP8.c639 obj_surface->share_info->coded_width = ctx->pic_params->frame_width;
H A Dpnw_MPEG4.c1473 obj_surface->share_info->coded_width = ctx->coded_picture_width;
H A Dpnw_H264.c648 obj_surface->share_info->coded_width = ctx->picture_width_samples_l;
/hardware/intel/img/hwcomposer/ips/common/
H A DVideoPayloadBuffer.h64 uint32_t coded_width; member in struct:android::intel::VideoPayloadBuffer
H A DOverlayPlaneBase.h71 virtual void checkCrop(int& x, int& y, int& w, int& h, int coded_width, int coded_height);
H A DOverlayPlaneBase.cpp373 checkCrop(srcX, srcY, srcW, srcH, payload->coded_width, payload->coded_height);
478 checkCrop(srcX, srcY, srcW, srcH, payload->coded_width, payload->coded_height);
617 int coded_width, int coded_height)
633 tmp = coded_width;
634 coded_width = coded_height;
641 srcX = (coded_width >> mBobDeinterlace) - srcW - srcX;
644 srcX = coded_width - srcW - srcX;
616 checkCrop(int& srcX, int& srcY, int& srcW, int& srcH, int coded_width, int coded_height) argument
/hardware/intel/img/psb_video/src/android/
H A Dpsb_surface_gralloc.c408 if (obj_surface->share_info->coded_width == 0 || obj_surface->share_info->coded_height == 0) {
409 obj_surface->share_info->coded_width = (obj_surface->share_info->width + 0xf) & ~0xf;
/hardware/intel/common/libva/va/
H A Dva.h1964 unsigned short coded_width; /* ENTRY_POINT_LAYER::CODED_WIDTH */ member in struct:_VAPictureParameterBufferVC1
H A Dva_trace.c1840 va_TraceMsg(trace_ctx, "\tcoded_width = %d\n", p->coded_width);
/hardware/intel/img/psb_video/src/mrst/
H A Dpsb_VC1.c626 P(coded_width);
786 // NOTE: coded_width and coded_height do not have to be an exact multiple of MBs
788 ctx->display_picture_width = pic_params->coded_width;
905 ctx->pull_back_x = COMPUTE_PULLBACK(pic_params->coded_width);

Completed in 149 milliseconds