Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_decode.c209 ps_dec_op->e_output_format = ps_codec->e_chroma_fmt; in ihevcd_fill_outargs()
240 if(ps_codec->e_chroma_fmt != IV_YUV_420P) in ihevcd_fill_outargs()
267 if((IV_YUV_420SP_VU == ps_codec->e_chroma_fmt) in ihevcd_fill_outargs()
268 || (IV_YUV_420SP_UV == ps_codec->e_chroma_fmt)) in ihevcd_fill_outargs()
280 else if(IV_YUV_420P == ps_codec->e_chroma_fmt) in ihevcd_fill_outargs()
452 == ps_codec->e_chroma_fmt))) in ihevcd_decode()
490 ps_codec->e_chroma_fmt, in ihevcd_decode()
665 ((0 == ps_codec->i4_share_disp_buf) || (IV_YUV_420P == ps_codec->e_chroma_fmt))) in ihevcd_decode()
740 (IV_YUV_420P == ps_codec->e_chroma_fmt)) && in ihevcd_decode()
831 ps_codec->e_chroma_fmt, in ihevcd_decode()
Dihevcd_api.c1538 if(IV_YUV_420SP_VU == ps_codec->e_chroma_fmt) in ihevcd_init()
2560 ps_codec->e_chroma_fmt = dec_init_ip->s_ivd_init_ip_t.e_output_format; in ihevcd_init_mem_rec()
3270 if(ps_codec->e_chroma_fmt == IV_YUV_420P) in ihevcd_get_status()
3272 else if(ps_codec->e_chroma_fmt == IV_YUV_422ILE) in ihevcd_get_status()
3274 else if(ps_codec->e_chroma_fmt == IV_RGB_565) in ihevcd_get_status()
3276 else if(ps_codec->e_chroma_fmt == IV_RGBA_8888) in ihevcd_get_status()
3278 else if((ps_codec->e_chroma_fmt == IV_YUV_420SP_UV) in ihevcd_get_status()
3279 || (ps_codec->e_chroma_fmt == IV_YUV_420SP_VU)) in ihevcd_get_status()
3364 if(ps_codec->e_chroma_fmt == IV_YUV_420P) in ihevcd_get_status()
3370 else if(ps_codec->e_chroma_fmt == IV_YUV_422ILE) in ihevcd_get_status()
[all …]
Dihevcd_fmt_conv.c813 … if((IV_YUV_420SP_UV == ps_codec->e_chroma_fmt) || (IV_YUV_420SP_VU == ps_codec->e_chroma_fmt)) in ihevcd_fmt_conv()
825 else if(IV_YUV_420P == ps_codec->e_chroma_fmt) in ihevcd_fmt_conv()
856 else if(IV_RGB_565 == ps_codec->e_chroma_fmt) in ihevcd_fmt_conv()
869 else if(IV_RGBA_8888 == ps_codec->e_chroma_fmt) in ihevcd_fmt_conv()
Dihevcd_structs.h1759 IV_COLOR_FORMAT_T e_chroma_fmt; member
Dihevcd_utils.c1190 ((0 == ps_codec->i4_share_disp_buf) || (IV_YUV_420P == ps_codec->e_chroma_fmt))) in ihevcd_parse_pic_init()