Home
last modified time | relevance | path

Searched refs:disp_ht (Results 1 – 6 of 6) 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.c1900 WORD32 disp_wd, disp_ht; in ihevcd_parse_sps() local
1916 disp_ht = ps_sps->i2_pic_height_in_luma_samples; in ihevcd_parse_sps()
1917 disp_ht -= ps_sps->i2_pic_crop_top_offset * crop_unit_y; in ihevcd_parse_sps()
1918 disp_ht -= ps_sps->i2_pic_crop_bottom_offset * crop_unit_y; in ihevcd_parse_sps()
1920 if((0 >= disp_wd) || (0 >= disp_ht)) in ihevcd_parse_sps()
1925 (ps_codec->i4_disp_ht != disp_ht))) in ihevcd_parse_sps()
1936 ps_codec->i4_disp_ht = disp_ht; in ihevcd_parse_sps()
Dihevcd_api.c3052 WORD32 disp_wd, disp_ht, buffer_wd, buffer_ht, x_offset, y_offset; in ihevcd_get_frame_dimensions() local
3059 disp_ht = ps_codec->i4_disp_ht; in ihevcd_get_frame_dimensions()
3064 buffer_ht = disp_ht; in ihevcd_get_frame_dimensions()
3076 disp_ht = 0; in ihevcd_get_frame_dimensions()
3081 buffer_ht = disp_ht; in ihevcd_get_frame_dimensions()
3086 buffer_ht = ALIGN16(disp_ht) + PAD_HT; in ihevcd_get_frame_dimensions()
3105 ps_op->u4_disp_ht[0] = disp_ht; in ihevcd_get_frame_dimensions()
/external/libmpeg2/decoder/
Dimpeg2d_api_main.c77 …_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
1254 WORD32 disp_wd, disp_ht, buffer_wd, buffer_ht, x_offset, y_offset; in impeg2d_get_frame_dimensions() local
1268 disp_ht = ps_codec->u2_vertical_size; in impeg2d_get_frame_dimensions()
1273 buffer_ht = disp_ht; in impeg2d_get_frame_dimensions()
1285 disp_ht = ps_codec->u2_create_max_height; in impeg2d_get_frame_dimensions()
1290 buffer_ht = disp_ht; in impeg2d_get_frame_dimensions()
1295 buffer_ht = ALIGN16(disp_ht); in impeg2d_get_frame_dimensions()
1307 ps_op->u4_disp_ht[0] = disp_ht; in impeg2d_get_frame_dimensions()
/external/libavc/decoder/
Dih264d_api.c3663 UWORD32 disp_wd, disp_ht, buffer_wd, buffer_ht, x_offset, y_offset; in ih264d_get_frame_dimensions() local
3672 disp_ht = ps_dec->u2_disp_height; in ih264d_get_frame_dimensions()
3677 buffer_ht = disp_ht; in ih264d_get_frame_dimensions()
3688 disp_ht = 0; in ih264d_get_frame_dimensions()
3693 buffer_ht = disp_ht; in ih264d_get_frame_dimensions()
3698 buffer_ht = ALIGN16(disp_ht) + (PAD_LEN_Y_V << 2); in ih264d_get_frame_dimensions()
3723 ps_op->u4_disp_ht[0] = disp_ht; in ih264d_get_frame_dimensions()
/external/libhevc/encoder/
Dhme_interface.c714 layer_ctxt_t *ps_layer, S32 wd, S32 ht, S32 disp_wd, S32 disp_ht, U08 u1_enc) in hme_set_layer_res_attrs() argument
719 ps_layer->i4_disp_ht = disp_ht; in hme_set_layer_res_attrs()
910 S32 disp_ht, in hme_alloc_init_layer() argument
986 hme_set_layer_res_attrs(ps_layer, wd, ht, disp_wd, disp_ht, u1_enc); in hme_alloc_init_layer()