/external/libavc/test/encoder/ |
D | recon.c | 64 if(IV_YUV_420P == ps_raw_buf->e_color_fmt) in write_recon() 175 if(IV_YUV_420P == e_color_fmt) in init_raw_buf_descr() 197 if(IV_YUV_420P == e_color_fmt) in init_raw_buf_descr()
|
D | input.c | 150 if(IV_YUV_420P == ps_raw_buf->e_color_fmt) in read_input() 205 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
|
/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 | 267 if(IV_YUV_420P == ps_dec_state->i4_chromaFormat) in impeg2d_api_set_display_frame() 504 if( (i4_chroma_format != IV_YUV_420P) && in impeg2d_fill_mem_rec() 638 else if(IV_YUV_420P != i4_chroma_format) in impeg2d_fill_mem_rec() 687 if(IV_YUV_420P != i4_chroma_format) in impeg2d_fill_mem_rec() 1168 if(ps_dec_state->i4_chromaFormat == IV_YUV_420P) in impeg2d_api_get_status() 1198 if(ps_dec_state->i4_chromaFormat == IV_YUV_420P) in impeg2d_api_get_status() 1490 if(u1_chroma_format == IV_YUV_420P) in impeg2d_get_outbuf_size() 1500 if(u1_chroma_format == IV_YUV_420P) in impeg2d_get_outbuf_size() 1651 if( (u4_chroma_format != IV_YUV_420P) && in impeg2d_api_init() 1922 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() 468 if(IV_YUV_420P == ps_dec->i4_chromaFormat) in impeg2d_pre_pic_dec_proc()
|
/external/libhevc/decoder/ |
D | ihevcd_decode.c | 281 if(ps_codec->e_chroma_fmt != IV_YUV_420P) in ihevcd_fill_outargs() 332 else if(IV_YUV_420P == ps_codec->e_chroma_fmt) in ihevcd_fill_outargs() 510 || (IV_YUV_420P in ihevcd_decode() 777 ((0 == ps_codec->i4_share_disp_buf) || (IV_YUV_420P == ps_codec->e_chroma_fmt))) in ihevcd_decode() 852 (IV_YUV_420P == ps_codec->e_chroma_fmt)) && in ihevcd_decode()
|
D | ihevcd_fmt_conv.c | 758 if((1 == ps_codec->i4_share_disp_buf) && (IV_YUV_420P == ps_codec->e_chroma_fmt)) in ihevcd_fmt_conv() 853 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() 1192 if((ps_create_ip->s_ivd_create_ip_t.e_output_format != IV_YUV_420P) && in ihevcd_allocate_static_bufs() 2320 if(ps_codec->e_chroma_fmt == IV_YUV_420P) in ihevcd_set_display_frame() 2340 if(ps_codec->e_chroma_fmt == IV_YUV_420P) in ihevcd_set_display_frame() 2478 if(ps_codec->e_chroma_fmt == IV_YUV_420P) in ihevcd_get_status() 2547 if(ps_codec->e_chroma_fmt == IV_YUV_420P) in ihevcd_get_status() 2638 if(ps_codec->e_chroma_fmt == IV_YUV_420P) in ihevcd_get_buf_info() 2717 if(ps_codec->e_chroma_fmt == IV_YUV_420P) in ihevcd_get_buf_info()
|
D | ihevcd_utils.c | 742 if(ps_codec->e_chroma_fmt == IV_YUV_420P) in ihevcd_check_out_buf_size() 754 if(ps_codec->e_chroma_fmt == IV_YUV_420P) in ihevcd_check_out_buf_size() 1320 ((0 == ps_codec->i4_share_disp_buf) || (IV_YUV_420P == ps_codec->e_chroma_fmt))) in ihevcd_parse_pic_init()
|
/external/libavc/decoder/ |
D | iv.h | 74 IV_YUV_420P = 0x1, enumerator
|
D | ih264d_utils.c | 1084 if(pv_disp_op->e_output_format == IV_YUV_420P) in ih264d_get_next_display_field() 1773 || (ps_dec->u1_chroma_format == IV_YUV_420P)) in ih264d_create_pic_buffers() 1830 if(ps_dec->u1_chroma_format == IV_YUV_420P) in ih264d_create_pic_buffers() 2155 || (ps_dec->u1_chroma_format == IV_YUV_420P)) in ih264d_allocate_dynamic_bufs()
|
D | ih264d_api.c | 299 if((ps_ip->s_ivd_create_ip_t.e_output_format != IV_YUV_420P) in api_check_struct_sanity() 1434 if((ps_dec->u1_chroma_format != IV_YUV_420P) in ih264d_allocate_static_bufs() 1840 if(u1_chroma_format == IV_YUV_420P) in ih264d_get_outbuf_size() 1850 if(u1_chroma_format == IV_YUV_420P) in ih264d_get_outbuf_size() 3033 if(ps_dec->u1_chroma_format == IV_YUV_420P) in ih264d_get_status() 3064 if(ps_dec->u1_chroma_format == IV_YUV_420P) in ih264d_get_status()
|
/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/libhevc/fuzzer/ |
D | hevc_dec_fuzzer.cpp | 38 IV_YUV_420P, IV_YUV_420SP_UV, IV_YUV_420SP_VU, 240 case IV_YUV_420P: in allocFrame()
|
/external/libavc/fuzzer/ |
D | avc_dec_fuzzer.cpp | 38 IV_YUV_420P, IV_YUV_420SP_UV, IV_YUV_420SP_VU, 236 case IV_YUV_420P: in allocFrame()
|
D | avc_enc_fuzzer.cpp | 42 constexpr IV_COLOR_FORMAT_T kSupportedColorFormats[] = {IV_YUV_420P, IV_YUV_420SP_UV, IV_YUV_422ILE, 181 IV_COLOR_FORMAT_T mIvVideoColorFormat = IV_YUV_420P; 182 IV_COLOR_FORMAT_T mReconFormat = IV_YUV_420P; 998 case IV_YUV_420P: in setEncParams()
|
/external/libhevc/encoder/ |
D | itt_video_api.h | 107 IV_YUV_420P = 0x1, enumerator
|
/external/libavc/encoder/ |
D | iv2.h | 83 IV_YUV_420P = 0x0, enumerator
|
/external/libmpeg2/fuzzer/ |
D | mpeg2_dec_fuzzer.cpp | 39 const IV_COLOR_FORMAT_T supportedColorFormats[] = {IV_YUV_420P, IV_YUV_420SP_UV, 311 case IV_YUV_420P: in allocFrame()
|
/external/libhevc/test/decoder/ |
D | main.c | 927 if(ps_app_ctx->e_output_chroma_format == IV_YUV_420P) in dump_output() 1187 ps_app_ctx->e_output_chroma_format = IV_YUV_420P; in parse_argument() 1201 ps_app_ctx->e_output_chroma_format = IV_YUV_420P; in parse_argument() 1691 return IV_YUV_420P; in default_get_color_fmt() 2283 case IV_YUV_420P: in hevcdec_main() 2326 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 | 942 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() 1889 return IV_YUV_420P; in default_get_color_fmt() 2528 … if((0 == s_app_ctx.u4_share_disp_buf) || (IV_YUV_420P == s_app_ctx.e_output_chroma_format)) in h264dec_main() 2533 case IV_YUV_420P: in h264dec_main()
|
/external/libmpeg2/test/decoder/ |
D | main.c | 945 if(ps_app_ctx->e_output_chroma_format == IV_YUV_420P) in dump_output() 1205 ps_app_ctx->e_output_chroma_format = IV_YUV_420P; in parse_argument() 1219 ps_app_ctx->e_output_chroma_format = IV_YUV_420P; in parse_argument() 1724 return IV_YUV_420P; in default_get_color_fmt() 2255 … if((0 == s_app_ctx.share_disp_buf) || (IV_YUV_420P == s_app_ctx.e_output_chroma_format)) in vdec_main()
|
/external/libhevc/test/encoder/ |
D | main.c | 812 if(IV_YUV_420P == params->s_src_prms.inp_chr_format) in allocate_input() 867 if(IV_YUV_420P == params->s_src_prms.inp_chr_format) in read_input()
|