Searched refs:e_recon_color_fmt (Results 1 - 6 of 6) sorted by relevance

/external/libavc/encoder/
H A Dih264e_fmt_conv.c845 if ((IV_YUV_420SP_UV == ps_codec->s_cfg.e_recon_color_fmt) ||
846 (IV_YUV_420SP_VU == ps_codec->s_cfg.e_recon_color_fmt))
854 else if (IV_YUV_420P == ps_codec->s_cfg.e_recon_color_fmt)
H A Dive2.h284 IV_COLOR_FORMAT_T e_recon_color_fmt; member in struct:__anon7735
H A Dih264e_structs.h370 IV_COLOR_FORMAT_T e_recon_color_fmt; member in struct:__anon7673
H A Dih264e_api.c452 if ((ps_ip->s_ive_ip.e_recon_color_fmt != IV_YUV_420P)
453 && (ps_ip->s_ive_ip.e_recon_color_fmt != IV_YUV_420SP_UV)
454 && (ps_ip->s_ive_ip.e_recon_color_fmt != IV_YUV_420SP_VU))
2308 ps_cfg->e_recon_color_fmt = IV_YUV_420P;
3603 ps_cfg->e_recon_color_fmt = ps_ip->s_ive_ip.e_recon_color_fmt;
/external/libavc/test/encoder/
H A Dapp.h228 IV_COLOR_FORMAT_T e_recon_color_fmt; member in struct:__anon7793
H A Dmain.c559 ps_app_ctxt->e_recon_color_fmt = get_chroma_fmt(value);
925 ps_app_ctxt->e_recon_color_fmt = DEFAULT_RECON_COLOR_FMT;
1703 init_raw_buf_descr(ps_app_ctxt, &s_recon_buf, ps_app_ctxt->as_recon_buf[0].pu1_buf, ps_app_ctxt->e_recon_color_fmt);
2303 s_init_ip.s_ive_ip.e_recon_color_fmt = s_app_ctxt.e_recon_color_fmt;

Completed in 81 milliseconds