Searched refs:cont_size (Results 1 – 8 of 8) sorted by relevance
15 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()
300 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()
513 …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()
81 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()
257 viddec_rect_size_t cont_size; member
14 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()
591 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()
51 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()