Home
last modified time | relevance | path

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

/aosp_15_r20/external/libhevc/decoder/
H A Dihevcd_api.c1069 if(IV_YUV_420SP_VU == ps_codec->e_chroma_fmt) in ihevcd_init()
1212 ps_codec->e_chroma_fmt = ps_create_ip->s_ivd_create_ip_t.e_output_format; in ihevcd_allocate_static_bufs()
2372 if(ps_codec->e_chroma_fmt == IV_YUV_420P) in ihevcd_set_display_frame()
2392 if(ps_codec->e_chroma_fmt == IV_YUV_420P) in ihevcd_set_display_frame()
2535 if(ps_codec->e_chroma_fmt == IV_YUV_420P) in ihevcd_get_status()
2537 else if(ps_codec->e_chroma_fmt == IV_YUV_422ILE) in ihevcd_get_status()
2539 else if(ps_codec->e_chroma_fmt == IV_RGB_565) in ihevcd_get_status()
2541 else if(ps_codec->e_chroma_fmt == IV_RGBA_8888) in ihevcd_get_status()
2543 else if((ps_codec->e_chroma_fmt == IV_YUV_420SP_UV) in ihevcd_get_status()
2544 || (ps_codec->e_chroma_fmt == IV_YUV_420SP_VU)) in ihevcd_get_status()
[all …]
H A Dihevcd_utils.c742 if(ps_codec->e_chroma_fmt == IV_YUV_420P) in ihevcd_check_out_buf_size()
744 else if(ps_codec->e_chroma_fmt == IV_YUV_422ILE) in ihevcd_check_out_buf_size()
746 else if(ps_codec->e_chroma_fmt == IV_RGB_565) in ihevcd_check_out_buf_size()
748 else if(ps_codec->e_chroma_fmt == IV_RGBA_8888) in ihevcd_check_out_buf_size()
750 else if((ps_codec->e_chroma_fmt == IV_YUV_420SP_UV) in ihevcd_check_out_buf_size()
751 || (ps_codec->e_chroma_fmt == IV_YUV_420SP_VU)) in ihevcd_check_out_buf_size()
754 if(ps_codec->e_chroma_fmt == IV_YUV_420P) in ihevcd_check_out_buf_size()
760 else if(ps_codec->e_chroma_fmt == IV_YUV_422ILE) in ihevcd_check_out_buf_size()
766 else if(ps_codec->e_chroma_fmt == IV_RGB_565) in ihevcd_check_out_buf_size()
772 else if(ps_codec->e_chroma_fmt == IV_RGBA_8888) in ihevcd_check_out_buf_size()
[all …]
H A Dihevcd_decode.c237 ps_dec_op->e_output_format = ps_codec->e_chroma_fmt; in ihevcd_fill_outargs()
293 if(ps_codec->e_chroma_fmt != IV_YUV_420P) in ihevcd_fill_outargs()
331 if((IV_YUV_420SP_VU == ps_codec->e_chroma_fmt) in ihevcd_fill_outargs()
332 || (IV_YUV_420SP_UV == ps_codec->e_chroma_fmt)) in ihevcd_fill_outargs()
344 else if(IV_YUV_420P == ps_codec->e_chroma_fmt) in ihevcd_fill_outargs()
589 == ps_codec->e_chroma_fmt))) in ihevcd_decode()
631 ps_codec->e_chroma_fmt, in ihevcd_decode()
855 ((0 == ps_codec->i4_share_disp_buf) || (IV_YUV_420P == ps_codec->e_chroma_fmt))) in ihevcd_decode()
930 (IV_YUV_420P == ps_codec->e_chroma_fmt)) && in ihevcd_decode()
1038 ps_codec->e_chroma_fmt, in ihevcd_decode()
H A Dihevcd_fmt_conv.c758 if((1 == ps_codec->i4_share_disp_buf) && (IV_YUV_420P == ps_codec->e_chroma_fmt)) in ihevcd_fmt_conv()
833 … if((IV_YUV_420SP_UV == ps_codec->e_chroma_fmt) || (IV_YUV_420SP_VU == ps_codec->e_chroma_fmt)) in ihevcd_fmt_conv()
853 else if(IV_YUV_420P == ps_codec->e_chroma_fmt) in ihevcd_fmt_conv()
891 else if(IV_RGB_565 == ps_codec->e_chroma_fmt) in ihevcd_fmt_conv()
912 else if(IV_RGBA_8888 == ps_codec->e_chroma_fmt) in ihevcd_fmt_conv()
H A Dihevcd_structs.h1741 IV_COLOR_FORMAT_T e_chroma_fmt; member