Searched refs:frame_crop_rect_bottom_offset (Results 1 - 5 of 5) sorted by relevance

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
H A Dvbp_loader.h101 int frame_crop_rect_bottom_offset; member in struct:_vbp_codec_data_h264
H A Dvbp_h264_parser.c788 codec_data->frame_crop_rect_bottom_offset =
789 parser->info.active_SPS.sps_disp.frame_crop_rect_bottom_offset;
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
H A Dviddec_h264_workload.c116 if ((int32_t)attrs->cont_size.height >(pInfo->active_SPS.sps_disp.frame_crop_rect_bottom_offset*CropUnitY))
118 attrs->cont_size.height -= (pInfo->active_SPS.sps_disp.frame_crop_rect_bottom_offset*CropUnitY);
119 //attrs->h264.cropped_size.height-= (pInfo->active_SPS.sps_disp.frame_crop_rect_bottom_offset*CropUnitY);
612 viddec_fw_h264_cropping_set_bottom(&(wi.h264_cropping), pInfo->active_SPS.sps_disp.frame_crop_rect_bottom_offset);
H A Dh264parse_sps.c483 SPS->sps_disp.frame_crop_rect_bottom_offset = h264_GetVLCElement(parent, pInfo, false);
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
H A Dh264.h777 int16_t frame_crop_rect_bottom_offset; member in struct:_SPS_DISP

Completed in 14 milliseconds