HomeSort by relevance Sort by last modified time
    Searched refs:coded_height (Results 1 - 22 of 22) sorted by null

  /hardware/intel/img/psb_video/src/
tng_yuv_processor.h 36 uint32_t coded_height; /* height of the image rounding up to nearest multiple of 16 */ member in struct:surface_param_s
47 uint32_t coded_height; member in struct:context_yuv_processor_s
tng_yuv_processor.c 141 REGIO_WRITE_FIELD_LITE(reg_value, MSVDX_CMDS, CODED_PICTURE_SIZE, CODED_PICTURE_HEIGHT, (ctx->coded_height) - 1);
186 *cmdbuf->cmd_idx++ = ctx->coded_height / 16;
220 ctx->coded_height = (surface_params->coded_height + 0xf) & ~0xf;
256 ctx->coded_height = ctx->display_height;
286 __func__, ctx->display_width, ctx->display_height, ctx->coded_width, ctx->coded_height);
psb_drv_video.h 527 unsigned int coded_height; member in struct:psb_surface_share_info_s
tng_vld_dec.c 497 surface_param.coded_height = obj_context->current_render_target->height_s;
vsp_VPP.c 706 output_share_info->coded_height = input_share_info->coded_height;
    [all...]
pnw_VC1.c 633 P(coded_height);
798 // NOTE: coded_width and coded_height do not have to be an exact multiple of MBs
801 ctx->display_picture_height = pic_params->coded_height;
813 obj_surface->share_info->coded_height = ctx->coded_picture_height;
    [all...]
pnw_MPEG2.c 772 obj_surface->share_info->coded_height = ctx->coded_picture_height;
    [all...]
tng_VP8.c 640 obj_surface->share_info->coded_height = ctx->pic_params->frame_height;
    [all...]
pnw_MPEG4.c     [all...]
pnw_H264.c 618 obj_surface->share_info->coded_height = ctx->picture_height_samples_l;
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
VideoPayloadBuffer.h 65 uint32_t coded_height; member in struct:android::intel::VideoPayloadBuffer
OverlayPlaneBase.h 73 virtual void checkCrop(int& x, int& y, int& w, int& h, int coded_width, int coded_height);
OverlayPlaneBase.cpp 386 checkCrop(srcX, srcY, srcW, srcH, payload->coded_width, payload->coded_height);
498 checkCrop(srcX, srcY, srcW, srcH, payload->coded_width, payload->coded_height);
642 int coded_width, int coded_height)
659 coded_width = coded_height;
660 coded_height = tmp;
670 srcY = (coded_height >> mBobDeinterlace) - srcH - srcY;
673 srcY = coded_height - srcH - srcY;
    [all...]
RotationBufferProvider.cpp 527 payload->coded_height = ((h + 0xf) & ~0xf);
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
VideoPayloadBuffer.h 65 uint32_t coded_height; member in struct:android::intel::VideoPayloadBuffer
OverlayPlaneBase.h 72 virtual void checkCrop(int& x, int& y, int& w, int& h, int coded_width, int coded_height);
OverlayPlaneBase.cpp 371 checkCrop(srcX, srcY, srcW, srcH, payload->coded_width, payload->coded_height);
477 checkCrop(srcX, srcY, srcW, srcH, payload->coded_width, payload->coded_height);
616 int coded_width, int coded_height)
633 coded_width = coded_height;
634 coded_height = tmp;
644 srcY = (coded_height >> mBobDeinterlace) - srcH - srcY;
647 srcY = coded_height - srcH - srcY;
    [all...]
  /hardware/intel/img/psb_video/src/android/
psb_surface_gralloc.c 455 if (obj_surface->share_info->coded_width == 0 || obj_surface->share_info->coded_height == 0) {
457 obj_surface->share_info->coded_height = (obj_surface->share_info->height + 0xf) & ~0xf;
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
vbp_vc1_parser.c 693 se_data->CODED_HEIGHT = (seqLayerHeader->height + 1) << 1;
747 pic_parms->coded_height = (seqLayerHeader->height + 1) << 1;
  /hardware/intel/common/libva/va/
va.h 1965 unsigned short coded_height; \/* ENTRY_POINT_LAYER::CODED_HEIGHT *\/ member in struct:_VAPictureParameterBufferVC1
    [all...]
va_trace.c     [all...]
  /hardware/intel/img/psb_video/src/mrst/
psb_VC1.c 627 P(coded_height);
786 // NOTE: coded_width and coded_height do not have to be an exact multiple of MBs
789 ctx->display_picture_height = pic_params->coded_height;
906 ctx->pull_back_y = COMPUTE_PULLBACK(pic_params->coded_height)
    [all...]

Completed in 656 milliseconds