Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_ittiam_logo.h122 …_pos, y_pos, yuv_fmt,disp_wd,disp_ht) ihevcd_insert_logo(buf_y, buf_u, buf_v, stride, x_pos, y_pos… argument
124 #define INSERT_LOGO(buf_y, buf_u, buf_v, stride, x_pos, y_pos, yuv_fmt,disp_wd,disp_ht) argument
Dihevcd_parse_headers.c1493 WORD32 disp_wd, disp_ht; in ihevcd_parse_sps() local
1509 disp_ht = ps_sps->i2_pic_height_in_luma_samples; in ihevcd_parse_sps()
1510 disp_ht -= ps_sps->i2_pic_crop_top_offset * crop_unit_y; in ihevcd_parse_sps()
1511 disp_ht -= ps_sps->i2_pic_crop_bottom_offset * crop_unit_y; in ihevcd_parse_sps()
1513 if((0 >= disp_wd) || (0 >= disp_ht)) in ihevcd_parse_sps()
1517 ps_codec->i4_disp_ht = disp_ht; in ihevcd_parse_sps()
Dihevcd_api.c3928 WORD32 disp_wd, disp_ht, buffer_wd, buffer_ht, x_offset, y_offset; in ihevcd_get_frame_dimensions() local
3935 disp_ht = ps_codec->i4_disp_ht; in ihevcd_get_frame_dimensions()
3940 buffer_ht = disp_ht; in ihevcd_get_frame_dimensions()
3952 disp_ht = ps_codec->i4_max_ht; in ihevcd_get_frame_dimensions()
3957 buffer_ht = disp_ht; in ihevcd_get_frame_dimensions()
3962 buffer_ht = ALIGN16(disp_ht) + PAD_HT; in ihevcd_get_frame_dimensions()
3981 ps_op->u4_disp_ht[0] = disp_ht; in ihevcd_get_frame_dimensions()
/external/libmpeg2/decoder/
Dimpeg2d_api_main.c76 …_pos, y_pos, yuv_fmt,disp_wd,disp_ht) impeg2_insert_logo(buf_y, buf_u, buf_v, stride, x_pos, y_pos… argument
78 #define INSERT_LOGO(buf_y, buf_u, buf_v, stride, x_pos, y_pos, yuv_fmt,disp_wd,disp_ht) argument
1185 WORD32 disp_wd, disp_ht, buffer_wd, buffer_ht, x_offset, y_offset; in impeg2d_get_frame_dimensions() local
1199 disp_ht = ps_codec->u2_vertical_size; in impeg2d_get_frame_dimensions()
1204 buffer_ht = disp_ht; in impeg2d_get_frame_dimensions()
1216 disp_ht = ps_codec->u2_create_max_height; in impeg2d_get_frame_dimensions()
1221 buffer_ht = disp_ht; in impeg2d_get_frame_dimensions()
1226 buffer_ht = ALIGN16(disp_ht); in impeg2d_get_frame_dimensions()
1238 ps_op->u4_disp_ht[0] = disp_ht; in impeg2d_get_frame_dimensions()
/external/libavc/decoder/
Dih264d_api.c4379 UWORD32 disp_wd, disp_ht, buffer_wd, buffer_ht, x_offset, y_offset; in ih264d_get_frame_dimensions() local
4388 disp_ht = ps_dec->u2_disp_height; in ih264d_get_frame_dimensions()
4393 buffer_ht = disp_ht; in ih264d_get_frame_dimensions()
4404 disp_ht = ps_dec->u4_height_at_init; in ih264d_get_frame_dimensions()
4409 buffer_ht = disp_ht; in ih264d_get_frame_dimensions()
4414 buffer_ht = ALIGN16(disp_ht) + (PAD_LEN_Y_V << 2); in ih264d_get_frame_dimensions()
4439 ps_op->u4_disp_ht[0] = disp_ht; in ih264d_get_frame_dimensions()