Home
last modified time | relevance | path

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

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