Home
last modified time | relevance | path

Searched refs:i4_chr_format (Results 1 – 8 of 8) sorted by relevance

/external/libhevc/encoder/
Dihevce_hle_interface.c514 ((ps_src_prms->i4_chr_format == IV_YUV_422SP_UV) ? 1 : 0); in ihevce_query_io_buf_req()
516 ps_input_bufs_req->i4_yuv_format = ps_src_prms->i4_chr_format; in ihevce_query_io_buf_req()
552 (ps_src_prms->i4_chr_format == IV_YUV_422SP_UV))) in ihevce_query_io_buf_req()
559 (ps_src_prms->i4_chr_format == IV_YUV_420SP_UV)) in ihevce_query_io_buf_req()
599 ((ps_src_prms->i4_chr_format == IV_YUV_422SP_UV) ? 1 : 0); in ihevce_query_io_buf_req()
Dihevce_memory_init.c440 (ps_enc_ctxt->ps_stat_prms->s_src_prms.i4_chr_format == IV_YUV_422SP_UV) ? 2 : 1; in ihevce_mem_manager_init()
750 (ps_enc_ctxt->ps_stat_prms->s_src_prms.i4_chr_format == IV_YUV_422SP_UV); in ihevce_mem_manager_init()
895 ((ps_enc_ctxt->ps_stat_prms->s_src_prms.i4_chr_format == IV_YUV_422SP_UV) in ihevce_mem_manager_init()
1327 num_ctb_horz * ((ps_enc_ctxt->ps_stat_prms->s_src_prms.i4_chr_format == IV_YUV_422SP_UV) in ihevce_mem_manager_init()
1763 ((ps_enc_ctxt->ps_stat_prms->s_src_prms.i4_chr_format == IV_YUV_422SP_UV) in ihevce_mem_manager_init()
1805 if(ps_enc_ctxt->ps_stat_prms->s_src_prms.i4_chr_format == IV_YUV_422SP_UV) in ihevce_mem_manager_init()
2160 num_ctb_horz * ((ps_enc_ctxt->ps_stat_prms->s_src_prms.i4_chr_format == IV_YUV_422SP_UV) in ihevce_mem_manager_init()
Dihevce_api.h253 WORD32 i4_chr_format; member
Dihevce_encode_header.c2177 (ps_src_params->i4_chr_format == IV_YUV_420SP_UV)) in ihevce_populate_vps()
2199 (ps_src_params->i4_chr_format == IV_YUV_422SP_UV)) in ihevce_populate_vps()
2313 ps_sps->i1_chroma_format_idc = (ps_src_params->i4_chr_format == IV_YUV_422SP_UV) ? 2 : 1; in ihevce_populate_sps()
Dihevce_error_check.c194 …br_id, "IHEVCE : i4_chr_format %d \n", ps_static_cfg_prms->s_src_prms.i4_chr_format); in ihevce_hle_validate_static_params()
586 if(ps_static_cfg_prms->s_src_prms.i4_chr_format != IV_YUV_420SP_UV) in ihevce_hle_validate_static_params()
Dihevce_frame_process.c2022 WORD32 chroma_qp = (ps_enc_ctxt->ps_stat_prms->s_src_prms.i4_chr_format == IV_YUV_422SP_UV) in ihevce_get_frame_lambda_prms()
3118 ((ps_enc_ctxt->s_runtime_src_prms.i4_chr_format == in ihevce_enc_frm_proc_slave_thrd()
5050 if(IV_YUV_420SP_UV == ps_enc_ctxt->ps_stat_prms->s_src_prms.i4_chr_format) in ihevce_pre_enc_init()
5056 else if(IV_YUV_422SP_UV == ps_enc_ctxt->ps_stat_prms->s_src_prms.i4_chr_format) in ihevce_pre_enc_init()
Dihevce_enc_loop_pass.c3479 WORD32 i4_chroma_format = ps_init_prms->s_src_prms.i4_chr_format; in ihevce_enc_loop_get_mem_recs()
4308 WORD32 i4_chroma_format = ps_init_prms->s_src_prms.i4_chr_format; in ihevce_enc_loop_init()
5926 ps_ctxt->i4_chroma_format = ps_enc_ctxt->ps_stat_prms->s_src_prms.i4_chr_format; in ihevce_enc_loop_frame_init()
Dihevce_plugin.c362 ps_params->s_src_prms.i4_chr_format = 11; in ihevce_set_def_params()