Home
last modified time | relevance | path

Searched refs:IV_RGB_565 (Results 1 – 16 of 16) sorted by relevance

/external/libhevc/common/
Div.h80 IV_RGB_565 = 0x9, enumerator
/external/libavc/decoder/
Div.h82 IV_RGB_565 = 0x9, enumerator
Dih264d_api.c262 != IV_RGB_565) in api_check_struct_sanity()
1655 else if(u1_chroma_format == IV_RGB_565) in ih264d_get_outbuf_size()
1672 else if(u1_chroma_format == IV_RGB_565) in ih264d_get_outbuf_size()
2929 else if(ps_dec->u1_chroma_format == IV_RGB_565) in ih264d_get_status()
2967 else if(ps_dec->u1_chroma_format == IV_RGB_565) in ih264d_get_status()
Dih264d_format_conv.c777 else if(pv_disp_op->e_output_format == IV_RGB_565) in ih264d_format_convert()
Dih264d_utils.c1076 else if((pv_disp_op->e_output_format == IV_RGB_565) in ih264d_get_next_display_field()
/external/libmpeg2/common/
Div.h96 IV_RGB_565 = 0x9, enumerator
/external/libavc/encoder/
Div2.h96 IV_RGB_565 = 0x31, enumerator
Dih264e_api.c4649 else if (ps_ip->s_ive_ip.e_inp_color_fmt == IV_RGB_565) in ih264e_get_buf_info()
/external/libhevc/decoder/
Dihevcd_utils.c746 else if(ps_codec->e_chroma_fmt == IV_RGB_565) in ihevcd_check_out_buf_size()
766 else if(ps_codec->e_chroma_fmt == IV_RGB_565) in ihevcd_check_out_buf_size()
Dihevcd_api.c232 != IV_RGB_565) in api_check_struct_sanity()
2385 else if(ps_codec->e_chroma_fmt == IV_RGB_565) in ihevcd_get_status()
2462 else if(ps_codec->e_chroma_fmt == IV_RGB_565) in ihevcd_get_status()
2545 else if(ps_codec->e_chroma_fmt == IV_RGB_565) in ihevcd_get_buf_info()
2632 else if(ps_codec->e_chroma_fmt == IV_RGB_565) in ihevcd_get_buf_info()
Dihevcd_fmt_conv.c874 else if(IV_RGB_565 == ps_codec->e_chroma_fmt) in ihevcd_fmt_conv()
/external/libmpeg2/decoder/
Dimpeg2d_api_main.c1202 else if(ps_dec_state->i4_chromaFormat == IV_RGB_565) in impeg2d_api_get_status()
1520 else if(u1_chroma_format == IV_RGB_565) in impeg2d_get_outbuf_size()
1541 else if(u1_chroma_format == IV_RGB_565) in impeg2d_get_outbuf_size()
/external/libhevc/test/decoder/
Dmain.c1189 ps_app_ctx->e_output_chroma_format = IV_RGB_565; in parse_argument()
2310 case IV_RGB_565: in hevcdec_main()
/external/libavc/test/decoder/
Dmain.c1197 ps_app_ctx->e_output_chroma_format = IV_RGB_565; in parse_argument()
2417 case IV_RGB_565: in h264dec_main()
/external/libmpeg2/test/decoder/
Dmain.c1207 ps_app_ctx->e_output_chroma_format = IV_RGB_565; in parse_argument()
/external/libavc/test/encoder/
Dmain.c343 e_chroma_format = IV_RGB_565; in get_chroma_fmt()