Home
last modified time | relevance | path

Searched refs:i4_share_disp_buf (Results 1 – 6 of 6) sorted by relevance

/external/libhevc/decoder/
Dihevcd_decode.c237 if(ps_codec->i4_share_disp_buf) in ihevcd_fill_outargs()
407 if(0 == ps_codec->i4_share_disp_buf && ps_codec->i4_header_mode == 0) in ihevcd_decode()
450 && ((0 == ps_codec->i4_share_disp_buf) in ihevcd_decode()
511 if((0 == ps_codec->i4_header_mode) && (1 == ps_codec->i4_share_disp_buf)) in ihevcd_decode()
665 ((0 == ps_codec->i4_share_disp_buf) || (IV_YUV_420P == ps_codec->e_chroma_fmt))) in ihevcd_decode()
739 else if((ps_codec->ps_disp_buf) && ((0 == ps_codec->i4_share_disp_buf) || in ihevcd_decode()
789 if((0 == ps_codec->i4_share_disp_buf) && (ps_codec->ps_disp_buf)) in ihevcd_decode()
Dihevcd_api.c2515 ps_codec->i4_share_disp_buf = dec_init_ip->u4_share_disp_buf; in ihevcd_init_mem_rec()
2517 ps_codec->i4_share_disp_buf = 0; in ihevcd_init_mem_rec()
2522 ps_codec->i4_share_disp_buf = 0; in ihevcd_init_mem_rec()
2529 ps_codec->i4_share_disp_buf = 0; in ihevcd_init_mem_rec()
3130 if(ps_codec->i4_share_disp_buf) in ihevcd_set_display_frame()
3294 if(0 == ps_codec->i4_share_disp_buf) in ihevcd_get_status()
3308 if(0 == ps_codec->i4_share_disp_buf) in ihevcd_get_status()
3323 if(0 == ps_codec->i4_share_disp_buf) in ihevcd_get_status()
3479 if(0 == ps_codec->i4_share_disp_buf) in ihevcd_get_buf_info()
3493 if(1 == ps_codec->i4_share_disp_buf) in ihevcd_get_buf_info()
[all …]
Dihevcd_utils.c584 if(0 == ps_codec->i4_share_disp_buf) in ihevcd_pic_buf_mgr_add_bufs()
1190 ((0 == ps_codec->i4_share_disp_buf) || (IV_YUV_420P == ps_codec->e_chroma_fmt))) in ihevcd_parse_pic_init()
Dihevcd_structs.h1753 WORD32 i4_share_disp_buf; member
Dihevcd_fmt_conv.c744 if(1 == ps_codec->i4_share_disp_buf) in ihevcd_fmt_conv()
Dihevcd_parse_headers.c1533 if(0 == ps_codec->i4_share_disp_buf) in ihevcd_parse_sps()