Searched refs:u2_crop_offset_y (Results 1 – 5 of 5) sorted by relevance
494 UWORD32 u2_crop_offset_y = 0; in ih264d_parse_sps() local891 u2_crop_offset_y = (u2_frm_wd_y * u2_top_ofst) + (u2_lft_ofst); in ih264d_parse_sps()971 ps_dec->u2_crop_offset_y = u2_crop_offset_y; in ih264d_parse_sps()
165 UWORD16 u2_crop_offset_y; member1013 UWORD16 u2_crop_offset_y; member
971 ps_op_frm->pv_y_buf = pic_buf->pu1_buf1 + pic_buf->u2_crop_offset_y; in ih264d_get_next_display_field()1053 - pic_buf->u2_crop_offset_y) == buf) in ih264d_get_next_display_field()1087 - pic_buf->u2_crop_offset_y == buf) in ih264d_get_next_display_field()
1024 ps_dec->u2_crop_offset_y = 0; in ih264d_init_decoder()3412 && (0 != ps_dec->u2_crop_offset_y)) in ih264d_get_frame_dimensions()3414 y_offset += ps_dec->u2_crop_offset_y / ps_dec->u2_frm_wd_y; in ih264d_get_frame_dimensions()3415 x_offset += ps_dec->u2_crop_offset_y % ps_dec->u2_frm_wd_y; in ih264d_get_frame_dimensions()
804 ps_cur_pic->u2_crop_offset_y = ps_dec->u2_crop_offset_y; in ih264d_end_of_pic_dispbuf_mgr()