Searched refs:disp_ht (Results 1 – 5 of 5) sorted by relevance
/external/libhevc/decoder/ |
D | ihevcd_ittiam_logo.h | 122 …_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
|
D | ihevcd_parse_headers.c | 1705 WORD32 disp_wd, disp_ht; in ihevcd_parse_sps() local 1721 disp_ht = ps_sps->i2_pic_height_in_luma_samples; in ihevcd_parse_sps() 1722 disp_ht -= ps_sps->i2_pic_crop_top_offset * crop_unit_y; in ihevcd_parse_sps() 1723 disp_ht -= ps_sps->i2_pic_crop_bottom_offset * crop_unit_y; in ihevcd_parse_sps() 1725 if((0 >= disp_wd) || (0 >= disp_ht)) in ihevcd_parse_sps() 1730 (ps_codec->i4_disp_ht != disp_ht))) in ihevcd_parse_sps() 1741 ps_codec->i4_disp_ht = disp_ht; in ihevcd_parse_sps()
|
D | ihevcd_api.c | 2955 WORD32 disp_wd, disp_ht, buffer_wd, buffer_ht, x_offset, y_offset; in ihevcd_get_frame_dimensions() local 2962 disp_ht = ps_codec->i4_disp_ht; in ihevcd_get_frame_dimensions() 2967 buffer_ht = disp_ht; in ihevcd_get_frame_dimensions() 2979 disp_ht = 0; in ihevcd_get_frame_dimensions() 2984 buffer_ht = disp_ht; in ihevcd_get_frame_dimensions() 2989 buffer_ht = ALIGN16(disp_ht) + PAD_HT; in ihevcd_get_frame_dimensions() 3008 ps_op->u4_disp_ht[0] = disp_ht; in ihevcd_get_frame_dimensions()
|
/external/libmpeg2/decoder/ |
D | impeg2d_api_main.c | 77 …_pos, y_pos, yuv_fmt,disp_wd,disp_ht) impeg2_insert_logo(buf_y, buf_u, buf_v, stride, x_pos, y_pos… argument 79 #define INSERT_LOGO(buf_y, buf_u, buf_v, stride, x_pos, y_pos, yuv_fmt,disp_wd,disp_ht) argument 1280 WORD32 disp_wd, disp_ht, buffer_wd, buffer_ht, x_offset, y_offset; in impeg2d_get_frame_dimensions() local 1294 disp_ht = ps_codec->u2_vertical_size; in impeg2d_get_frame_dimensions() 1299 buffer_ht = disp_ht; in impeg2d_get_frame_dimensions() 1311 disp_ht = ps_codec->u2_create_max_height; in impeg2d_get_frame_dimensions() 1316 buffer_ht = disp_ht; in impeg2d_get_frame_dimensions() 1321 buffer_ht = ALIGN16(disp_ht); in impeg2d_get_frame_dimensions() 1333 ps_op->u4_disp_ht[0] = disp_ht; in impeg2d_get_frame_dimensions()
|
/external/libavc/decoder/ |
D | ih264d_api.c | 3554 UWORD32 disp_wd, disp_ht, buffer_wd, buffer_ht, x_offset, y_offset; in ih264d_get_frame_dimensions() local 3563 disp_ht = ps_dec->u2_disp_height; in ih264d_get_frame_dimensions() 3568 buffer_ht = disp_ht; in ih264d_get_frame_dimensions() 3579 disp_ht = 0; in ih264d_get_frame_dimensions() 3584 buffer_ht = disp_ht; in ih264d_get_frame_dimensions() 3589 buffer_ht = ALIGN16(disp_ht) + (PAD_LEN_Y_V << 2); in ih264d_get_frame_dimensions() 3614 ps_op->u4_disp_ht[0] = disp_ht; in ih264d_get_frame_dimensions()
|