Home
last modified time | relevance | path

Searched refs:u2_crop_offset_y (Results 1 – 12 of 12) sorted by relevance

/external/libavc/decoder/svc/
Disvcd_parse_headers.c148 UWORD32 u2_crop_offset_y = 0; in isvcd_parse_subset_sps() local
522 u2_crop_offset_y = (u2_frm_wd_y * u2_top_ofst) + (u2_lft_ofst); in isvcd_parse_subset_sps()
850 ps_subset_seq->u2_crop_offset_y = u2_crop_offset_y; in isvcd_parse_subset_sps()
878 ps_dec->u2_crop_offset_y = ps_subset_seq->u2_crop_offset_y; in isvcd_parse_subset_sps()
1128 UWORD32 u2_crop_offset_y = 0; in isvcd_parse_sps() local
1509 u2_crop_offset_y = (u2_frm_wd_y * u2_top_ofst) + (u2_lft_ofst); in isvcd_parse_sps()
1639 ps_subset_seq->u2_crop_offset_y = u2_crop_offset_y; in isvcd_parse_sps()
1665 ps_dec->u2_crop_offset_y = ps_subset_seq->u2_crop_offset_y; in isvcd_parse_sps()
Disvcd_structs.h425 UWORD16 u2_crop_offset_y; member
Disvcd_parse_slice.c798 ps_dec->u2_crop_offset_y = ps_subset_seq->u2_crop_offset_y; in isvcd_parse_decode_slice_ext_nal()
2021 ps_dec->u2_crop_offset_y = ps_subset_seq->u2_crop_offset_y; in isvcd_parse_decode_slice()
Disvcd_api.c1180 ps_dec->u2_crop_offset_y = 0; in isvcd_init_decoder()
6740 (0 != ps_dec->u2_crop_offset_y)) in isvcd_get_frame_dimensions()
6742 y_offset += ps_dec->u2_crop_offset_y / ps_dec->u2_frm_wd_y; in isvcd_get_frame_dimensions()
6743 x_offset += ps_dec->u2_crop_offset_y % ps_dec->u2_frm_wd_y; in isvcd_get_frame_dimensions()
/external/libavc/decoder/
Dih264d_parse_headers.c601 UWORD32 u2_crop_offset_y = 0; in ih264d_parse_sps() local
1026 u2_crop_offset_y = (u2_frm_wd_y * u2_top_ofst) + (u2_lft_ofst); in ih264d_parse_sps()
1157 ps_dec->u2_crop_offset_y = u2_crop_offset_y; in ih264d_parse_sps()
Dih264d_structs.h175 UWORD16 u2_crop_offset_y; member
1055 UWORD16 u2_crop_offset_y; member
Dih264d_utils.c1022 ps_op_frm->pv_y_buf = pic_buf->pu1_buf1 + pic_buf->u2_crop_offset_y; in ih264d_get_next_display_field()
1104 - pic_buf->u2_crop_offset_y) == buf) in ih264d_get_next_display_field()
1141 - pic_buf->u2_crop_offset_y == buf) in ih264d_get_next_display_field()
Dih264d_parse_slice.c818 ps_cur_pic->u2_crop_offset_y = ps_dec->u2_crop_offset_y; in ih264d_end_of_pic_dispbuf_mgr()
Dih264d_api.c1302 ps_dec->u2_crop_offset_y = 0; in ih264d_init_decoder()
3975 && (0 != ps_dec->u2_crop_offset_y)) in ih264d_get_frame_dimensions()
3977 y_offset += ps_dec->u2_crop_offset_y / ps_dec->u2_frm_wd_y; in ih264d_get_frame_dimensions()
3978 x_offset += ps_dec->u2_crop_offset_y % ps_dec->u2_frm_wd_y; in ih264d_get_frame_dimensions()
/external/libavc/decoder/mvc/
Dimvcd_utils.c338 pu1_y_src += (0 == i) ? ps_view_ctxt->u2_crop_offset_y in imvcd_get_next_display_au_buf()
985 ps_view_buf->u2_crop_offset_y = in imvcd_convert_au_buf_to_view_buf()
Dimvcd_api.c370 ps_view_ctxt->u2_crop_offset_y = 0; in imvcd_view_ctxt_init()
Dimvcd_slice_functions.c1067 ps_view_ctxt->u2_crop_offset_y; in imvcd_pic_init()