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

  /hardware/intel/img/psb_video/src/
tng_yuv_processor.h 35 uint32_t coded_width; /* width of the image rounding up to nearest multiple of 16 */ member in struct:surface_param_s
46 uint32_t coded_width; member in struct:context_yuv_processor_s
tng_yuv_processor.c 142 REGIO_WRITE_FIELD_LITE(reg_value, MSVDX_CMDS, CODED_PICTURE_SIZE, CODED_PICTURE_WIDTH, (ctx->coded_width) - 1);
185 *cmdbuf->cmd_idx++ = ctx->coded_width / 16;
219 ctx->coded_width = (surface_params->coded_width + 0xf) & ~0xf;
255 ctx->coded_width = ctx->display_width;
286 __func__, ctx->display_width, ctx->display_height, ctx->coded_width, ctx->coded_height);
psb_drv_video.h 526 unsigned int coded_width; member in struct:psb_surface_share_info_s
tng_vld_dec.c 496 surface_param.coded_width = obj_context->current_render_target->width_s;
vsp_VPP.c 705 output_share_info->coded_width = input_share_info->coded_width;
    [all...]
pnw_VC1.c 632 P(coded_width);
798 // NOTE: coded_width and coded_height do not have to be an exact multiple of MBs
800 ctx->display_picture_width = pic_params->coded_width;
812 obj_surface->share_info->coded_width = ctx->coded_picture_width;
    [all...]
pnw_MPEG2.c 771 obj_surface->share_info->coded_width = ctx->coded_picture_width;
    [all...]
tng_VP8.c 639 obj_surface->share_info->coded_width = ctx->pic_params->frame_width;
    [all...]
pnw_MPEG4.c     [all...]
pnw_H264.c 617 obj_surface->share_info->coded_width = ctx->picture_width_samples_l;
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
VideoPayloadBuffer.h 64 uint32_t coded_width; 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)
658 tmp = coded_width;
659 coded_width = coded_height;
666 srcX = (coded_width >> mBobDeinterlace) - srcW - srcX;
669 srcX = coded_width - srcW - srcX;
    [all...]
RotationBufferProvider.cpp 526 payload->coded_width = ((w + 0xf) & ~0xf);
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
VideoPayloadBuffer.h 64 uint32_t coded_width; 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)
632 tmp = coded_width;
633 coded_width = coded_height;
640 srcX = (coded_width >> mBobDeinterlace) - srcW - srcX;
643 srcX = coded_width - srcW - srcX;
    [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) {
456 obj_surface->share_info->coded_width = (obj_surface->share_info->width + 0xf) & ~0xf;
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
vbp_vc1_parser.c 692 se_data->CODED_WIDTH = (seqLayerHeader->width + 1) << 1;
746 pic_parms->coded_width = (seqLayerHeader->width + 1) << 1;
  /hardware/intel/common/libva/va/
va.h 1964 unsigned short coded_width; \/* ENTRY_POINT_LAYER::CODED_WIDTH *\/ member in struct:_VAPictureParameterBufferVC1
    [all...]
va_trace.c     [all...]
  /hardware/intel/img/psb_video/src/mrst/
psb_VC1.c 626 P(coded_width);
786 // NOTE: coded_width and coded_height do not have to be an exact multiple of MBs
788 ctx->display_picture_width = pic_params->coded_width;
905 ctx->pull_back_x = COMPUTE_PULLBACK(pic_params->coded_width);
    [all...]

Completed in 182 milliseconds