Home
last modified time | relevance | path

Searched refs:IV_RGBA_8888 (Results 1 – 15 of 15) 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/libhevc/fuzzer/
Dhevc_dec_fuzzer.cpp39 IV_YUV_422ILE, IV_RGB_565, IV_RGBA_8888};
236 case IV_RGBA_8888: in allocFrame()
/external/libavc/fuzzer/
Davc_dec_fuzzer.cpp39 IV_YUV_422ILE, IV_RGB_565, IV_RGBA_8888};
232 case IV_RGBA_8888: in allocFrame()
/external/libavc/encoder/
Div2.h98 IV_RGBA_8888 = 0x33 enumerator
Dih264e_api.c5177 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.c2484 else if(ps_codec->e_chroma_fmt == IV_RGBA_8888) in ihevcd_get_status()
2565 else if(ps_codec->e_chroma_fmt == IV_RGBA_8888) in ihevcd_get_status()
2644 else if(ps_codec->e_chroma_fmt == IV_RGBA_8888) in ihevcd_get_buf_info()
2735 else if(ps_codec->e_chroma_fmt == IV_RGBA_8888) in ihevcd_get_buf_info()
/external/libmpeg2/fuzzer/
Dmpeg2_dec_fuzzer.cpp307 case IV_RGBA_8888: in allocFrame()
/external/libhevc/test/decoder/
Dmain.c1022 else if(ps_app_ctx->e_output_chroma_format == IV_RGBA_8888) in dump_output()
1193 ps_app_ctx->e_output_chroma_format = IV_RGBA_8888; in parse_argument()
2305 case IV_RGBA_8888: in hevcdec_main()
/external/libavc/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()
2555 case IV_RGBA_8888: in h264dec_main()
/external/libmpeg2/test/decoder/
Dmain.c1040 else if(ps_app_ctx->e_output_chroma_format == IV_RGBA_8888) in dump_output()
1211 ps_app_ctx->e_output_chroma_format = IV_RGBA_8888; in parse_argument()
/external/libavc/test/encoder/
Dmain.c347 e_chroma_format = IV_RGBA_8888; in get_chroma_fmt()