OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:frame_crop_rect_bottom_offset
(Results
1 - 5
of
5
) sorted by null
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
vbp_loader.h
101
int
frame_crop_rect_bottom_offset
;
member in struct:_vbp_codec_data_h264
vbp_h264_parser.c
788
codec_data->
frame_crop_rect_bottom_offset
=
789
parser->info.active_SPS.sps_disp.
frame_crop_rect_bottom_offset
;
[
all
...]
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
viddec_h264_workload.c
116
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
);
[
all
...]
h264parse_sps.c
483
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/
h264.h
777
int16_t
frame_crop_rect_bottom_offset
;
member in struct:_SPS_DISP
Completed in 48 milliseconds