Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_decode.c207 ps_dec_op->e_output_format = ps_codec->e_chroma_fmt; in ihevcd_fill_outargs()
238 if(ps_codec->e_chroma_fmt != IV_YUV_420P) in ihevcd_fill_outargs()
276 if((IV_YUV_420SP_VU == ps_codec->e_chroma_fmt) in ihevcd_fill_outargs()
277 || (IV_YUV_420SP_UV == ps_codec->e_chroma_fmt)) in ihevcd_fill_outargs()
289 else if(IV_YUV_420P == ps_codec->e_chroma_fmt) in ihevcd_fill_outargs()
465 == ps_codec->e_chroma_fmt))) in ihevcd_decode()
503 ps_codec->e_chroma_fmt, in ihevcd_decode()
713 ((0 == ps_codec->i4_share_disp_buf) || (IV_YUV_420P == ps_codec->e_chroma_fmt))) in ihevcd_decode()
788 (IV_YUV_420P == ps_codec->e_chroma_fmt)) && in ihevcd_decode()
879 ps_codec->e_chroma_fmt, in ihevcd_decode()
Dihevcd_api.c1033 if(IV_YUV_420SP_VU == ps_codec->e_chroma_fmt) in ihevcd_init()
1170 ps_codec->e_chroma_fmt = ps_create_ip->s_ivd_create_ip_t.e_output_format; in ihevcd_allocate_static_bufs()
2175 if(ps_codec->e_chroma_fmt == IV_YUV_420P) in ihevcd_set_display_frame()
2194 if(ps_codec->e_chroma_fmt == IV_YUV_420P) in ihevcd_set_display_frame()
2332 if(ps_codec->e_chroma_fmt == IV_YUV_420P) in ihevcd_get_status()
2334 else if(ps_codec->e_chroma_fmt == IV_YUV_422ILE) in ihevcd_get_status()
2336 else if(ps_codec->e_chroma_fmt == IV_RGB_565) in ihevcd_get_status()
2338 else if(ps_codec->e_chroma_fmt == IV_RGBA_8888) in ihevcd_get_status()
2340 else if((ps_codec->e_chroma_fmt == IV_YUV_420SP_UV) in ihevcd_get_status()
2341 || (ps_codec->e_chroma_fmt == IV_YUV_420SP_VU)) in ihevcd_get_status()
[all …]
Dihevcd_fmt_conv.c756 if((1 == ps_codec->i4_share_disp_buf) && (IV_YUV_420P == ps_codec->e_chroma_fmt)) in ihevcd_fmt_conv()
831 … if((IV_YUV_420SP_UV == ps_codec->e_chroma_fmt) || (IV_YUV_420SP_VU == ps_codec->e_chroma_fmt)) in ihevcd_fmt_conv()
843 else if(IV_YUV_420P == ps_codec->e_chroma_fmt) in ihevcd_fmt_conv()
874 else if(IV_RGB_565 == ps_codec->e_chroma_fmt) in ihevcd_fmt_conv()
887 else if(IV_RGBA_8888 == ps_codec->e_chroma_fmt) in ihevcd_fmt_conv()
Dihevcd_structs.h1720 IV_COLOR_FORMAT_T e_chroma_fmt; member
Dihevcd_utils.c1138 ((0 == ps_codec->i4_share_disp_buf) || (IV_YUV_420P == ps_codec->e_chroma_fmt))) in ihevcd_parse_pic_init()