/external/libavc/test/encoder/ |
D | recon.c | 63 if(IV_YUV_420P == ps_raw_buf->e_color_fmt) in write_recon() 174 if(IV_YUV_420P == e_color_fmt) in init_raw_buf_descr() 196 if(IV_YUV_420P == e_color_fmt) in init_raw_buf_descr()
|
D | input.c | 149 if(IV_YUV_420P == ps_raw_buf->e_color_fmt) in read_input() 204 if(IV_YUV_420P == ps_raw_buf->e_color_fmt) in dump_input()
|
D | app.h | 94 #define DEFAULT_RECON_COLOR_FMT IV_YUV_420P
|
D | main.c | 339 e_chroma_format = IV_YUV_420P; in get_chroma_fmt() 353 e_chroma_format = IV_YUV_420P; in get_chroma_fmt() 1682 else if(IV_YUV_420P == ps_app_ctxt->e_inp_color_fmt) in synchronous_encode() 2026 if (IV_YUV_420P == s_recon_buf.e_color_fmt) in synchronous_encode()
|
/external/libhevc/decoder/ |
D | ihevcd_decode.c | 238 if(ps_codec->e_chroma_fmt != IV_YUV_420P) in ihevcd_fill_outargs() 289 else if(IV_YUV_420P == ps_codec->e_chroma_fmt) in ihevcd_fill_outargs() 464 || (IV_YUV_420P in ihevcd_decode() 714 ((0 == ps_codec->i4_share_disp_buf) || (IV_YUV_420P == ps_codec->e_chroma_fmt))) in ihevcd_decode() 789 (IV_YUV_420P == ps_codec->e_chroma_fmt)) && in ihevcd_decode()
|
D | ihevcd_fmt_conv.c | 756 if((1 == ps_codec->i4_share_disp_buf) && (IV_YUV_420P == ps_codec->e_chroma_fmt)) in ihevcd_fmt_conv() 843 else if(IV_YUV_420P == ps_codec->e_chroma_fmt) in ihevcd_fmt_conv()
|
D | ihevcd_api.c | 228 if((ps_ip->s_ivd_create_ip_t.e_output_format != IV_YUV_420P) in api_check_struct_sanity() 1191 if((ps_create_ip->s_ivd_create_ip_t.e_output_format != IV_YUV_420P) && in ihevcd_allocate_static_bufs() 2203 if(ps_codec->e_chroma_fmt == IV_YUV_420P) in ihevcd_set_display_frame() 2222 if(ps_codec->e_chroma_fmt == IV_YUV_420P) in ihevcd_set_display_frame() 2360 if(ps_codec->e_chroma_fmt == IV_YUV_420P) in ihevcd_get_status() 2429 if(ps_codec->e_chroma_fmt == IV_YUV_420P) in ihevcd_get_status() 2520 if(ps_codec->e_chroma_fmt == IV_YUV_420P) in ihevcd_get_buf_info() 2599 if(ps_codec->e_chroma_fmt == IV_YUV_420P) in ihevcd_get_buf_info()
|
D | ihevcd_utils.c | 1138 ((0 == ps_codec->i4_share_disp_buf) || (IV_YUV_420P == ps_codec->e_chroma_fmt))) in ihevcd_parse_pic_init()
|
/external/libmpeg2/decoder/ |
D | impeg2d_deinterlace.c | 229 if(IV_YUV_420P != ps_dec->i4_chromaFormat) in impeg2d_deinterlace() 266 if(IV_YUV_420P != ps_dec->i4_chromaFormat) in impeg2d_deinterlace()
|
D | impeg2d_api_main.c | 235 if(IV_YUV_420P == ps_dec_state->i4_chromaFormat) in impeg2d_api_set_display_frame() 468 if( (i4_chroma_format != IV_YUV_420P) && in impeg2d_fill_mem_rec() 602 else if(IV_YUV_420P != i4_chroma_format) in impeg2d_fill_mem_rec() 647 if(IV_YUV_420P != i4_chroma_format) in impeg2d_fill_mem_rec() 763 if(ps_dec_state->i4_chromaFormat == IV_YUV_420P) in impeg2d_api_get_buf_info() 825 if(ps_dec_state->i4_chromaFormat == IV_YUV_420P) in impeg2d_api_get_buf_info() 1192 if(ps_dec_state->i4_chromaFormat == IV_YUV_420P) in impeg2d_api_get_status() 1222 if(ps_dec_state->i4_chromaFormat == IV_YUV_420P) in impeg2d_api_get_status() 1585 if( (u4_chroma_format != IV_YUV_420P) && in impeg2d_api_init() 1857 else if (ps_dec_state->i4_chromaFormat != IV_YUV_420P) in impeg2d_api_init() [all …]
|
D | impeg2d_pic_proc.c | 69 if (IV_YUV_420P == ps_dec->i4_chromaFormat) in impeg2d_format_convert() 462 if(IV_YUV_420P == ps_dec->i4_chromaFormat) in impeg2d_pre_pic_dec_proc()
|
D | impeg2d_dec_hdr.c | 1040 …if((NULL != ps_dec->ps_disp_pic) && ((0 == ps_dec->u4_share_disp_buf) || (IV_YUV_420P != ps_dec->i… in impeg2d_dec_pic_data_thread() 1295 …if((NULL != ps_dec->ps_disp_pic) && ((0 == ps_dec->u4_share_disp_buf) || (IV_YUV_420P != ps_dec->i… in impeg2d_get_slice_pos()
|
/external/libavc/decoder/ |
D | iv.h | 74 IV_YUV_420P = 0x1, enumerator
|
D | ih264d_api.c | 258 if((ps_ip->s_ivd_create_ip_t.e_output_format != IV_YUV_420P) in api_check_struct_sanity() 1258 if((ps_dec->u1_chroma_format != IV_YUV_420P) in ih264d_allocate_static_bufs() 2751 if(ps_dec->u1_chroma_format == IV_YUV_420P) in ih264d_get_status() 2782 if(ps_dec->u1_chroma_format == IV_YUV_420P) in ih264d_get_status() 2852 if(ps_dec->u1_chroma_format == IV_YUV_420P) in ih264d_get_buf_info() 2934 if(ps_dec->u1_chroma_format == IV_YUV_420P) in ih264d_get_buf_info()
|
D | ih264d_utils.c | 1020 if(pv_disp_op->e_output_format == IV_YUV_420P) in ih264d_get_next_display_field() 1688 || (ps_dec->u1_chroma_format == IV_YUV_420P)) in ih264d_create_pic_buffers() 1745 if(ps_dec->u1_chroma_format == IV_YUV_420P) in ih264d_create_pic_buffers() 2057 || (ps_dec->u1_chroma_format == IV_YUV_420P)) in ih264d_allocate_dynamic_bufs()
|
D | ih264d_format_conv.c | 701 if(pv_disp_op->e_output_format == IV_YUV_420P) in ih264d_format_convert()
|
/external/libhevc/common/ |
D | iv.h | 72 IV_YUV_420P = 0x1, enumerator
|
/external/libmpeg2/common/ |
D | iv.h | 88 IV_YUV_420P = 0x1, enumerator
|
/external/libavc/encoder/ |
D | iv2.h | 83 IV_YUV_420P = 0x0, enumerator
|
D | ih264e_fmt_conv.c | 854 else if (IV_YUV_420P == ps_codec->s_cfg.e_recon_color_fmt) in ih264e_fmt_conv()
|
D | ih264e_api.c | 441 if ((ps_ip->s_ive_ip.e_inp_color_fmt != IV_YUV_420P) in api_check_struct_sanity() 452 if ((ps_ip->s_ive_ip.e_recon_color_fmt != IV_YUV_420P) in api_check_struct_sanity() 942 if ((ps_ip->s_ive_ip.e_inp_color_fmt != IV_YUV_420P) in api_check_struct_sanity() 2345 ps_cfg->e_recon_color_fmt = IV_YUV_420P; in ih264e_set_default_params() 4615 if (ps_ip->s_ive_ip.e_inp_color_fmt == IV_YUV_420P) in ih264e_get_buf_info()
|
D | ih264e_process.c | 1209 ps_codec->s_cfg.e_inp_color_fmt == IV_YUV_420P || in ih264e_init_proc_ctxt() 1289 case IV_YUV_420P : in ih264e_init_proc_ctxt()
|
/external/libhevc/test/decoder/ |
D | main.c | 925 if(ps_app_ctx->e_output_chroma_format == IV_YUV_420P) in dump_output() 1185 ps_app_ctx->e_output_chroma_format = IV_YUV_420P; in parse_argument() 1199 ps_app_ctx->e_output_chroma_format = IV_YUV_420P; in parse_argument() 1689 return IV_YUV_420P; in default_get_color_fmt() 2281 case IV_YUV_420P: in hevcdec_main() 2324 if((0 == s_app_ctx.share_disp_buf) || (IV_YUV_420P == s_app_ctx.e_output_chroma_format)) in hevcdec_main()
|
/external/libavc/test/decoder/ |
D | main.c | 932 if(ps_app_ctx->e_output_chroma_format == IV_YUV_420P) in dump_output() 1193 ps_app_ctx->e_output_chroma_format = IV_YUV_420P; in parse_argument() 1207 ps_app_ctx->e_output_chroma_format = IV_YUV_420P; in parse_argument() 1751 return IV_YUV_420P; in default_get_color_fmt() 2383 … if((0 == s_app_ctx.u4_share_disp_buf) || (IV_YUV_420P == s_app_ctx.e_output_chroma_format)) in h264dec_main() 2388 case IV_YUV_420P: in h264dec_main()
|
/external/libmpeg2/test/decoder/ |
D | main.c | 943 if(ps_app_ctx->e_output_chroma_format == IV_YUV_420P) in dump_output() 1203 ps_app_ctx->e_output_chroma_format = IV_YUV_420P; in parse_argument() 1217 ps_app_ctx->e_output_chroma_format = IV_YUV_420P; in parse_argument() 1722 return IV_YUV_420P; in default_get_color_fmt() 2252 … if((0 == s_app_ctx.share_disp_buf) || (IV_YUV_420P == s_app_ctx.e_output_chroma_format)) in vdec_main()
|