/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 | 137 REGIO_WRITE_FIELD_LITE(reg_value, MSVDX_CMDS, CODED_PICTURE_SIZE, CODED_PICTURE_WIDTH, (ctx->coded_width) - 1); 180 *cmdbuf->cmd_idx++ = ctx->coded_width / 16; 214 ctx->coded_width = (surface_params->coded_width + 0xf) & ~0xf; 250 ctx->coded_width = ctx->display_width; 281 __func__, ctx->display_width, ctx->display_height, ctx->coded_width, ctx->coded_height);
|
tng_vld_dec.c | 496 surface_param.coded_width = obj_context->current_render_target->width_s;
|
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...] |
vsp_VPP.c | 701 output_share_info->coded_width = input_share_info->coded_width; [all...] |
psb_drv_video.h | 526 unsigned int coded_width; member in struct:psb_surface_share_info_s
|
/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 | 525 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/common/libmix/videodecoder/ |
VideoDecoderWMV.cpp | 102 if ((mVideoFormatInfo.width != data->se_data->CODED_WIDTH || 104 data->se_data->CODED_WIDTH && 107 data->se_data->CODED_WIDTH, data->se_data->CODED_HEIGHT); 111 mVideoFormatInfo.width = data->se_data->CODED_WIDTH; 480 data->se_data->CODED_WIDTH, data->se_data->CODED_HEIGHT); 484 mVideoFormatInfo.cropRight = data->se_data->CODED_WIDTH > mVideoFormatInfo.width ? 485 data->se_data->CODED_WIDTH - mVideoFormatInfo.width : 0; 487 if ((mVideoFormatInfo.width != data->se_data->CODED_WIDTH || 489 data->se_data->CODED_WIDTH && 492 mVideoFormatInfo.width = data->se_data->CODED_WIDTH; [all...] |
/external/opencv3/modules/cudacodec/src/ |
video_parser.cpp | 106 format->coded_width != thiz->videoDecoder_->frameWidth() || 114 newFormat.width = format->coded_width;
|
cuvid_video_source.cpp | 73 format_.width = vidfmt.coded_width;
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/ |
vc1parse_common_defs.h | 490 unsigned CODED_WIDTH:12; 497 unsigned CODED_WIDTH:12;
|
vc1parse.c | 318 md->width = ep.ep_size.CODED_WIDTH; 362 viddec_fw_vc1_set_ep_horiz_size(&wi.vc1_ep, ep.ep_size.CODED_WIDTH); 381 DEB("ep: res: %dx%d\n", ep.ep_size.CODED_WIDTH, ep.ep_size.CODED_HEIGHT);
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/ |
vbp_loader.h | 186 uint16 CODED_WIDTH;
|
vbp_vc1_parser.c | 692 se_data->CODED_WIDTH = (seqLayerHeader->width + 1) << 1; 746 pic_parms->coded_width = (seqLayerHeader->width + 1) << 1;
|
/hardware/intel/img/psb_video/src/android/ |
psb_surface_gralloc.c | 449 if (obj_surface->share_info->coded_width == 0 || obj_surface->share_info->coded_height == 0) { 450 obj_surface->share_info->coded_width = (obj_surface->share_info->width + 0xf) & ~0xf;
|
/hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/ |
vbp_loader.h | 345 uint16 CODED_WIDTH;
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/include/ |
viddec_fw_frame_attr.h | 255 "CODED_SIZE_FLAG", "CODED_WIDTH" and "CODED_HEIGHT" in the entrypoint layer of the SMPTE VC1 Specification.
|
viddec_fw_item_types.h | 466 uint32_t size; // coded_size_flag:1, coded_width:12, coded_height:12 [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...] |