Home
last modified time | relevance | path

Searched refs:coded_height (Results 1 – 22 of 22) sorted by relevance

/hardware/intel/img/psb_video/src/
Dtng_yuv_processor.h36 uint32_t coded_height; /* height of the image rounding up to nearest multiple of 16 */ member
47 uint32_t coded_height; member
Dtng_yuv_processor.c141 …ELD_LITE(reg_value, MSVDX_CMDS, CODED_PICTURE_SIZE, CODED_PICTURE_HEIGHT, (ctx->coded_height) - 1); in tng__yuv_processor_process()
186 *cmdbuf->cmd_idx++ = ctx->coded_height / 16; in tng__yuv_processor_process()
220 ctx->coded_height = (surface_params->coded_height + 0xf) & ~0xf; in tng__yuv_processor_execute()
256 ctx->coded_height = ctx->display_height; in tng__yuv_processor_execute()
286 … __func__, ctx->display_width, ctx->display_height, ctx->coded_width, ctx->coded_height); in tng__yuv_processor_execute()
Dpsb_drv_video.h528 unsigned int coded_height; member
Dtng_vld_dec.c497 surface_param.coded_height = obj_context->current_render_target->height_s; in vld_dec_yuv_rotate()
Dvsp_VPP.c706 output_share_info->coded_height = input_share_info->coded_height; in vsp__VPP_process_pipeline_param()
Dpnw_VC1.c633 P(coded_height); in psb__VC1_trace_pic_params()
801 ctx->display_picture_height = pic_params->coded_height; in psb__VC1_process_picture_param()
813 obj_surface->share_info->coded_height = ctx->coded_picture_height; in psb__VC1_process_picture_param()
921 ctx->pull_back_y = COMPUTE_PULLBACK(pic_params->coded_height); in psb__VC1_process_picture_param()
Dpnw_MPEG2.c772 obj_surface->share_info->coded_height = ctx->coded_picture_height; in psb__MPEG2_process_picture_param()
Dtng_VP8.c640 obj_surface->share_info->coded_height = ctx->pic_params->frame_height; in tng__VP8_process_picture_param()
Dpnw_H264.c618 obj_surface->share_info->coded_height = ctx->picture_height_samples_l; in psb__H264_process_picture_param()
Dpnw_MPEG4.c1474 obj_surface->share_info->coded_height = ctx->coded_picture_height; in psb__MPEG4_process_picture_param()
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
DVideoPayloadBuffer.h65 uint32_t coded_height; member
DOverlayPlaneBase.cpp371 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
633 coded_width = coded_height; in checkCrop()
634 coded_height = tmp; in checkCrop()
644 srcY = (coded_height >> mBobDeinterlace) - srcH - srcY; in checkCrop()
647 srcY = coded_height - srcH - srcY; in checkCrop()
DOverlayPlaneBase.h72 virtual void checkCrop(int& x, int& y, int& w, int& h, int coded_width, int coded_height);
/hardware/intel/img/hwcomposer/merrifield/ips/common/
DVideoPayloadBuffer.h65 uint32_t coded_height; member
DOverlayPlaneBase.cpp386 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
659 coded_width = coded_height; in checkCrop()
660 coded_height = tmp; in checkCrop()
670 srcY = (coded_height >> mBobDeinterlace) - srcH - srcY; in checkCrop()
673 srcY = coded_height - srcH - srcY; in checkCrop()
DOverlayPlaneBase.h73 virtual void checkCrop(int& x, int& y, int& w, int& h, int coded_width, int coded_height);
DRotationBufferProvider.cpp526 payload->coded_height = ((h + 0xf) & ~0xf); in prepareBufferInfo()
/hardware/intel/img/psb_video/src/android/
Dpsb_surface_gralloc.c455 … if (obj_surface->share_info->coded_width == 0 || obj_surface->share_info->coded_height == 0) { in psb_CreateSurfacesFromGralloc()
457 … obj_surface->share_info->coded_height = (obj_surface->share_info->height + 0xf) & ~0xf; in psb_CreateSurfacesFromGralloc()
/hardware/intel/common/libva/va/
Dva.h1965 unsigned short coded_height; /* ENTRY_POINT_LAYER::CODED_HEIGHT */ member
Dva_trace.c1840 va_TraceMsg(trace_ctx, "\tcoded_height = %d\n", p->coded_height); in va_TraceVAPictureParameterBufferVC1()
/hardware/intel/img/psb_video/src/mrst/
Dpsb_VC1.c627 P(coded_height); in psb__VC1_trace_pic_params()
789 ctx->display_picture_height = pic_params->coded_height; in psb__VC1_process_picture_param()
906 ctx->pull_back_y = COMPUTE_PULLBACK(pic_params->coded_height); in psb__VC1_process_picture_param()
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
Dvbp_vc1_parser.c747 pic_parms->coded_height = (seqLayerHeader->height + 1) << 1; in vbp_pack_picture_params_vc1()