Home
last modified time | relevance | path

Searched refs:IV_RGBA_8888 (Results 1 – 12 of 12) sorted by relevance

/external/libhevc/common/
Div.h84 IV_RGBA_8888 = 0xd enumerator
/external/libavc/decoder/
Div.h86 IV_RGBA_8888 = 0xd enumerator
/external/libmpeg2/common/
Div.h100 IV_RGBA_8888 = 0xd enumerator
/external/libavc/encoder/
Div2.h98 IV_RGBA_8888 = 0x33 enumerator
Dih264e_api.c4657 else if (ps_ip->s_ive_ip.e_inp_color_fmt == IV_RGBA_8888) in ih264e_get_buf_info()
/external/libhevc/decoder/
Dihevcd_utils.c748 else if(ps_codec->e_chroma_fmt == IV_RGBA_8888) in ihevcd_check_out_buf_size()
772 else if(ps_codec->e_chroma_fmt == IV_RGBA_8888) in ihevcd_check_out_buf_size()
Dihevcd_fmt_conv.c912 else if(IV_RGBA_8888 == ps_codec->e_chroma_fmt) in ihevcd_fmt_conv()
Dihevcd_api.c2401 else if(ps_codec->e_chroma_fmt == IV_RGBA_8888) in ihevcd_get_status()
2482 else if(ps_codec->e_chroma_fmt == IV_RGBA_8888) in ihevcd_get_status()
2561 else if(ps_codec->e_chroma_fmt == IV_RGBA_8888) in ihevcd_get_buf_info()
2652 else if(ps_codec->e_chroma_fmt == IV_RGBA_8888) in ihevcd_get_buf_info()
/external/libhevc/test/decoder/
Dmain.c1020 else if(ps_app_ctx->e_output_chroma_format == IV_RGBA_8888) in dump_output()
1191 ps_app_ctx->e_output_chroma_format = IV_RGBA_8888; in parse_argument()
2303 case IV_RGBA_8888: in hevcdec_main()
/external/libavc/test/decoder/
Dmain.c1028 else if(ps_app_ctx->e_output_chroma_format == IV_RGBA_8888) in dump_output()
1199 ps_app_ctx->e_output_chroma_format = IV_RGBA_8888; in parse_argument()
2410 case IV_RGBA_8888: in h264dec_main()
/external/libmpeg2/test/decoder/
Dmain.c1038 else if(ps_app_ctx->e_output_chroma_format == IV_RGBA_8888) in dump_output()
1209 ps_app_ctx->e_output_chroma_format = IV_RGBA_8888; in parse_argument()
/external/libavc/test/encoder/
Dmain.c345 e_chroma_format = IV_RGBA_8888; in get_chroma_fmt()