Home
last modified time | relevance | path

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

/external/libavc/decoder/
Dih264d_parse_headers.c498 UWORD32 u2_crop_offset_y = 0; in ih264d_parse_sps() local
909 u2_crop_offset_y = (u2_frm_wd_y * u2_top_ofst) + (u2_lft_ofst); in ih264d_parse_sps()
1022 ps_dec->u2_crop_offset_y = u2_crop_offset_y; in ih264d_parse_sps()
Dih264d_structs.h165 UWORD16 u2_crop_offset_y; member
1012 UWORD16 u2_crop_offset_y; member
Dih264d_utils.c936 ps_op_frm->pv_y_buf = pic_buf->pu1_buf1 + pic_buf->u2_crop_offset_y; in ih264d_get_next_display_field()
1018 - pic_buf->u2_crop_offset_y) == buf) in ih264d_get_next_display_field()
1055 - pic_buf->u2_crop_offset_y == buf) in ih264d_get_next_display_field()
Dih264d_api.c1080 ps_dec->u2_crop_offset_y = 0; in ih264d_init_decoder()
3606 && (0 != ps_dec->u2_crop_offset_y)) in ih264d_get_frame_dimensions()
3608 y_offset += ps_dec->u2_crop_offset_y / ps_dec->u2_frm_wd_y; in ih264d_get_frame_dimensions()
3609 x_offset += ps_dec->u2_crop_offset_y % ps_dec->u2_frm_wd_y; in ih264d_get_frame_dimensions()
Dih264d_parse_slice.c822 ps_cur_pic->u2_crop_offset_y = ps_dec->u2_crop_offset_y; in ih264d_end_of_pic_dispbuf_mgr()