/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 | 136 REGIO_WRITE_FIELD_LITE(reg_value, MSVDX_CMDS, CODED_PICTURE_SIZE, CODED_PICTURE_HEIGHT, (ctx->coded_height) - 1); 181 *cmdbuf->cmd_idx++ = ctx->coded_height / 16; 215 ctx->coded_height = (surface_params->coded_height + 0xf) & ~0xf; 251 ctx->coded_height = ctx->display_height; 281 __func__, ctx->display_width, ctx->display_height, ctx->coded_width, ctx->coded_height);
|
tng_vld_dec.c | 497 surface_param.coded_height = obj_context->current_render_target->height_s;
|
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...] |
vsp_VPP.c | 702 output_share_info->coded_height = input_share_info->coded_height; [all...] |
psb_drv_video.h | 527 unsigned int coded_height; member in struct:psb_surface_share_info_s
|
/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 | 526 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/common/libmix/videodecoder/ |
VideoDecoderWMV.cpp | 103 mVideoFormatInfo.height != data->se_data->CODED_HEIGHT) && 105 data->se_data->CODED_HEIGHT) { 107 data->se_data->CODED_WIDTH, data->se_data->CODED_HEIGHT); 112 mVideoFormatInfo.height = data->se_data->CODED_HEIGHT; 480 data->se_data->CODED_WIDTH, data->se_data->CODED_HEIGHT); 482 mVideoFormatInfo.cropBottom = data->se_data->CODED_HEIGHT > mVideoFormatInfo.height ? 483 data->se_data->CODED_HEIGHT - mVideoFormatInfo.height : 0; 488 mVideoFormatInfo.height != data->se_data->CODED_HEIGHT) && 490 data->se_data->CODED_HEIGHT) { 493 mVideoFormatInfo.height = data->se_data->CODED_HEIGHT; [all...] |
/external/opencv3/modules/cudacodec/src/ |
video_parser.cpp | 107 format->coded_height != thiz->videoDecoder_->frameHeight() || 115 newFormat.height = format->coded_height;
|
cuvid_video_source.cpp | 74 format_.height = vidfmt.coded_height;
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/ |
vc1parse_common_defs.h | 489 unsigned CODED_HEIGHT:12; 498 unsigned CODED_HEIGHT:12;
|
vc1parse.c | 319 md->height = ep.ep_size.CODED_HEIGHT; 363 viddec_fw_vc1_set_ep_vert_size(&wi.vc1_ep, ep.ep_size.CODED_HEIGHT); 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 | 187 uint16 CODED_HEIGHT;
|
vbp_vc1_parser.c | 693 se_data->CODED_HEIGHT = (seqLayerHeader->height + 1) << 1; 747 pic_parms->coded_height = (seqLayerHeader->height + 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) { 451 obj_surface->share_info->coded_height = (obj_surface->share_info->height + 0xf) & ~0xf;
|
/hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/ |
vbp_loader.h | 346 uint16 CODED_HEIGHT;
|
/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 | 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...] |