/hardware/intel/img/psb_video/src/ |
D | tng_yuv_processor.h | 35 uint32_t coded_width; /* width of the image rounding up to nearest multiple of 16 */ member 46 uint32_t coded_width; member
|
D | tng_yuv_processor.c | 137 …FIELD_LITE(reg_value, MSVDX_CMDS, CODED_PICTURE_SIZE, CODED_PICTURE_WIDTH, (ctx->coded_width) - 1); in tng__yuv_processor_process() 180 *cmdbuf->cmd_idx++ = ctx->coded_width / 16; in tng__yuv_processor_process() 214 ctx->coded_width = (surface_params->coded_width + 0xf) & ~0xf; in tng__yuv_processor_execute() 250 ctx->coded_width = ctx->display_width; in tng__yuv_processor_execute() 281 … __func__, ctx->display_width, ctx->display_height, ctx->coded_width, ctx->coded_height); in tng__yuv_processor_execute()
|
D | psb_drv_video.h | 526 unsigned int coded_width; member
|
D | tng_vld_dec.c | 496 surface_param.coded_width = obj_context->current_render_target->width_s; in vld_dec_yuv_rotate()
|
D | vsp_VPP.c | 701 output_share_info->coded_width = input_share_info->coded_width; in vsp__VPP_process_pipeline_param()
|
D | pnw_VC1.c | 632 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()
|
D | pnw_MPEG2.c | 771 obj_surface->share_info->coded_width = ctx->coded_picture_width; in psb__MPEG2_process_picture_param()
|
D | tng_VP8.c | 639 obj_surface->share_info->coded_width = ctx->pic_params->frame_width; in tng__VP8_process_picture_param()
|
D | pnw_MPEG4.c | 1473 obj_surface->share_info->coded_width = ctx->coded_picture_width; in psb__MPEG4_process_picture_param()
|
D | pnw_H264.c | 617 obj_surface->share_info->coded_width = ctx->picture_width_samples_l; in psb__H264_process_picture_param()
|
/hardware/intel/img/hwcomposer/merrifield/ips/common/ |
D | VideoPayloadBuffer.h | 64 uint32_t coded_width; member
|
D | OverlayPlaneBase.cpp | 386 checkCrop(srcX, srcY, srcW, srcH, payload->coded_width, payload->coded_height); in getTTMMapper() 498 checkCrop(srcX, srcY, srcW, srcH, payload->coded_width, payload->coded_height); in getTTMMapper() 642 int coded_width, int coded_height) in checkCrop() argument 658 tmp = coded_width; in checkCrop() 659 coded_width = coded_height; in checkCrop() 666 srcX = (coded_width >> mBobDeinterlace) - srcW - srcX; in checkCrop() 669 srcX = coded_width - srcW - srcX; in checkCrop()
|
D | OverlayPlaneBase.h | 73 virtual void checkCrop(int& x, int& y, int& w, int& h, int coded_width, int coded_height);
|
D | RotationBufferProvider.cpp | 525 payload->coded_width = ((w + 0xf) & ~0xf); in prepareBufferInfo()
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/ |
D | VideoPayloadBuffer.h | 64 uint32_t coded_width; member
|
D | OverlayPlaneBase.cpp | 371 checkCrop(srcX, srcY, srcW, srcH, payload->coded_width, payload->coded_height); in getTTMMapper() 477 checkCrop(srcX, srcY, srcW, srcH, payload->coded_width, payload->coded_height); in getTTMMapper() 616 int coded_width, int coded_height) in checkCrop() argument 632 tmp = coded_width; in checkCrop() 633 coded_width = coded_height; in checkCrop() 640 srcX = (coded_width >> mBobDeinterlace) - srcW - srcX; in checkCrop() 643 srcX = coded_width - srcW - srcX; in checkCrop()
|
D | OverlayPlaneBase.h | 72 virtual void checkCrop(int& x, int& y, int& w, int& h, int coded_width, int coded_height);
|
/hardware/intel/img/psb_video/src/android/ |
D | psb_surface_gralloc.c | 449 … if (obj_surface->share_info->coded_width == 0 || obj_surface->share_info->coded_height == 0) { in psb_CreateSurfacesFromGralloc() 450 … obj_surface->share_info->coded_width = (obj_surface->share_info->width + 0xf) & ~0xf; in psb_CreateSurfacesFromGralloc()
|
/hardware/intel/common/libva/va/ |
D | va.h | 1964 unsigned short coded_width; /* ENTRY_POINT_LAYER::CODED_WIDTH */ member
|
D | va_trace.c | 1834 va_TraceMsg(trace_ctx, "\tcoded_width = %d\n", p->coded_width); in va_TraceVAPictureParameterBufferVC1()
|
/hardware/intel/img/psb_video/src/mrst/ |
D | psb_VC1.c | 626 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()
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/ |
D | vbp_vc1_parser.c | 746 pic_parms->coded_width = (seqLayerHeader->width + 1) << 1; in vbp_pack_picture_params_vc1()
|