Home
last modified time | relevance | path

Searched refs:coded_height (Results 1 – 16 of 16) 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.c134 …ELD_LITE(reg_value, MSVDX_CMDS, CODED_PICTURE_SIZE, CODED_PICTURE_HEIGHT, (ctx->coded_height) - 1); in tng__yuv_processor_process()
179 *cmdbuf->cmd_idx++ = ctx->coded_height / 16; in tng__yuv_processor_process()
213 ctx->coded_height = (surface_params->coded_height + 0xf) & ~0xf; in tng__yuv_processor_execute()
249 ctx->coded_height = ctx->display_height; 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.h509 unsigned int coded_height; member
Dtng_vld_dec.c495 surface_param.coded_height = obj_context->current_render_target->height_s; in vld_dec_yuv_rotate()
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.c729 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_MPEG4.c1474 obj_surface->share_info->coded_height = ctx->coded_picture_height; in psb__MPEG4_process_picture_param()
Dpnw_H264.c649 obj_surface->share_info->coded_height = ctx->picture_height_samples_l; in psb__H264_process_picture_param()
/hardware/intel/img/hwcomposer/ips/common/
DVideoPayloadBuffer.h65 uint32_t coded_height; 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
634 coded_width = coded_height; in checkCrop()
635 coded_height = tmp; in checkCrop()
645 srcY = (coded_height >> mBobDeinterlace) - srcH - srcY; in checkCrop()
648 srcY = coded_height - srcH - srcY; 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()
410 … 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.c1841 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()