Home
last modified time | relevance | path

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

/external/libhevc/common/
Div.h94 IV_RGB_565 = 0x9, enumerator
/external/libhevc/decoder/
Dihevcd_fmt_conv.c856 else if(IV_RGB_565 == ps_codec->e_chroma_fmt) in ihevcd_fmt_conv()
Dihevcd_api.c440 != IV_RGB_565) in api_check_struct_sanity()
3274 else if(ps_codec->e_chroma_fmt == IV_RGB_565) in ihevcd_get_status()
3376 else if(ps_codec->e_chroma_fmt == IV_RGB_565) in ihevcd_get_status()
3459 else if(ps_codec->e_chroma_fmt == IV_RGB_565) in ihevcd_get_buf_info()
3557 else if(ps_codec->e_chroma_fmt == IV_RGB_565) in ihevcd_get_buf_info()
/external/libhevc/test/decoder/
Dmain.c1197 ps_app_ctx->e_output_chroma_format = IV_RGB_565; in parse_argument()