Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_ittiam_logo.h122 …tride, x_pos, y_pos, yuv_fmt,disp_wd,disp_ht) ihevcd_insert_logo(buf_y, buf_u, buf_v, stride, x_po… 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.c1483 WORD32 disp_wd, disp_ht; in ihevcd_parse_sps() local
1494 disp_wd = ps_sps->i2_pic_width_in_luma_samples; in ihevcd_parse_sps()
1495 disp_wd -= ps_sps->i2_pic_crop_left_offset * crop_unit_x; in ihevcd_parse_sps()
1496 disp_wd -= ps_sps->i2_pic_crop_right_offset * crop_unit_x; in ihevcd_parse_sps()
1503 if((0 >= disp_wd) || (0 >= disp_ht)) in ihevcd_parse_sps()
1506 ps_codec->i4_disp_wd = disp_wd; in ihevcd_parse_sps()
Dihevcd_api.c2906 WORD32 disp_wd, disp_ht, buffer_wd, buffer_ht, x_offset, y_offset; in ihevcd_get_frame_dimensions() local
2912 disp_wd = ps_codec->i4_disp_wd; in ihevcd_get_frame_dimensions()
2917 buffer_wd = disp_wd; in ihevcd_get_frame_dimensions()
2929 disp_wd = 0; in ihevcd_get_frame_dimensions()
2934 buffer_wd = disp_wd; in ihevcd_get_frame_dimensions()
2939 buffer_wd = ALIGN16(disp_wd) + PAD_WD; in ihevcd_get_frame_dimensions()
2958 ps_op->u4_disp_wd[0] = disp_wd; in ihevcd_get_frame_dimensions()
/external/libmpeg2/decoder/
Dimpeg2d_api_main.c77 …tride, x_pos, y_pos, yuv_fmt,disp_wd,disp_ht) impeg2_insert_logo(buf_y, buf_u, buf_v, stride, x_po… argument
79 #define INSERT_LOGO(buf_y, buf_u, buf_v, stride, x_pos, y_pos, yuv_fmt,disp_wd,disp_ht) argument
1229 WORD32 disp_wd, disp_ht, buffer_wd, buffer_ht, x_offset, y_offset; in impeg2d_get_frame_dimensions() local
1242 disp_wd = ps_codec->u2_horizontal_size; in impeg2d_get_frame_dimensions()
1247 buffer_wd = disp_wd; in impeg2d_get_frame_dimensions()
1259 disp_wd = ps_codec->u2_create_max_width; in impeg2d_get_frame_dimensions()
1264 buffer_wd = disp_wd; in impeg2d_get_frame_dimensions()
1269 buffer_wd = ALIGN16(disp_wd); in impeg2d_get_frame_dimensions()
1281 ps_op->u4_disp_wd[0] = disp_wd; in impeg2d_get_frame_dimensions()
/external/libavc/decoder/
Dih264d_api.c3360 UWORD32 disp_wd, disp_ht, buffer_wd, buffer_ht, x_offset, y_offset; in ih264d_get_frame_dimensions() local
3368 disp_wd = ps_dec->u2_disp_width; in ih264d_get_frame_dimensions()
3373 buffer_wd = disp_wd; in ih264d_get_frame_dimensions()
3384 disp_wd = 0; in ih264d_get_frame_dimensions()
3389 buffer_wd = disp_wd; in ih264d_get_frame_dimensions()
3394 buffer_wd = ALIGN16(disp_wd) + (PAD_LEN_Y_H << 1); in ih264d_get_frame_dimensions()
3419 ps_op->u4_disp_wd[0] = disp_wd; in ih264d_get_frame_dimensions()