Searched refs:u2_crop_offset_y (Results 1 – 5 of 5) sorted by relevance
498 UWORD32 u2_crop_offset_y = 0; in ih264d_parse_sps() local909 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()
165 UWORD16 u2_crop_offset_y; member1012 UWORD16 u2_crop_offset_y; member
936 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()
1080 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()
822 ps_cur_pic->u2_crop_offset_y = ps_dec->u2_crop_offset_y; in ih264d_end_of_pic_dispbuf_mgr()