Home
last modified time | relevance | path

Searched refs:cont_size (Results 1 – 8 of 8) sorted by relevance

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp2/parser/
Dviddec_mpeg2_frame_attr.c15 MPEG2_FA_DEB("Content_Size=%dx%d\n", attr->cont_size.width, in viddec_mpeg2_print_attr()
16 attr->cont_size.height); in viddec_mpeg2_print_attr()
69 attrs->cont_size.height = ((parser->info.seq_ext.vertical_size_extension << 12) in viddec_mpeg2_translate_attr()
71 attrs->cont_size.width = ((parser->info.seq_ext.horizontal_size_extension << 12) in viddec_mpeg2_translate_attr()
Dviddec_mpeg2_workload.c300 unsupported_feature_found |= (attrs->cont_size.height > MPEG2_MAX_CONTENT_HEIGHT); in viddec_mpeg2_check_unsupported()
301 unsupported_feature_found |= (attrs->cont_size.width > MPEG2_MAX_CONTENT_WIDTH); in viddec_mpeg2_check_unsupported()
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
Dviddec_h264_parse.c513 …if((attrs->cont_size.width < 32) || (attrs->cont_size.width > 2048) || (attrs->cont_size.height < … in viddec_h264_wkld_done()
515 attrs->cont_size.width = 32; in viddec_h264_wkld_done()
516 attrs->cont_size.height = 32; in viddec_h264_wkld_done()
Dviddec_h264_workload.c81 attrs->cont_size.height = pInfo->img.FrameHeightInMbs*16; in h264_translate_parser_info_to_frame_attributes()
82 attrs->cont_size.width = pInfo->img.PicWidthInMbs*16; in h264_translate_parser_info_to_frame_attributes()
116 …if ((int32_t)attrs->cont_size.height >(pInfo->active_SPS.sps_disp.frame_crop_rect_bottom_offset*Cr… in h264_translate_parser_info_to_frame_attributes()
118 … attrs->cont_size.height -= (pInfo->active_SPS.sps_disp.frame_crop_rect_bottom_offset*CropUnitY); in h264_translate_parser_info_to_frame_attributes()
/hardware/intel/common/libmix/mix_vbp/viddec_fw/include/
Dviddec_fw_frame_attr.h257 viddec_rect_size_t cont_size; member
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp4/parser/
Dviddec_fw_mp4_workload.c14 attr->cont_size.width = vol->video_object_layer_width; in viddec_fw_mp4_populate_attr()
15 attr->cont_size.height = vol->video_object_layer_height; in viddec_fw_mp4_populate_attr()
Dviddec_mp4_videoobjectlayer.c591 wl->attrs.cont_size.width = vidObjLay->video_object_layer_width; in mp4_Parse_VideoObjectLayer()
592 wl->attrs.cont_size.height = vidObjLay->video_object_layer_height; in mp4_Parse_VideoObjectLayer()
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
Dviddec_vc1_workload.c51 attrs->cont_size.height = info->metadata.height * 2 + 2; in translate_parser_info_to_frame_attributes()
52 attrs->cont_size.width = info->metadata.width * 2 + 2; in translate_parser_info_to_frame_attributes()