Home
last modified time | relevance | path

Searched refs:ps_create_ip (Results 1 – 2 of 2) sorted by relevance

/external/libhevc/decoder/
Dihevcd_api.c1121 ihevcd_cxa_create_ip_t *ps_create_ip, in ihevcd_allocate_static_bufs() argument
1137 pf_aligned_alloc = ps_create_ip->s_ivd_create_ip_t.pf_aligned_alloc; in ihevcd_allocate_static_bufs()
1138 pf_aligned_free = ps_create_ip->s_ivd_create_ip_t.pf_aligned_free; in ihevcd_allocate_static_bufs()
1139 pv_mem_ctxt = ps_create_ip->s_ivd_create_ip_t.pv_mem_ctxt; in ihevcd_allocate_static_bufs()
1157 ps_codec->i4_share_disp_buf = ps_create_ip->s_ivd_create_ip_t.u4_share_disp_buf; in ihevcd_allocate_static_bufs()
1163 if((ps_create_ip->s_ivd_create_ip_t.e_output_format != IV_YUV_420P) && in ihevcd_allocate_static_bufs()
1164 (ps_create_ip->s_ivd_create_ip_t.e_output_format != IV_YUV_420SP_UV) && in ihevcd_allocate_static_bufs()
1165 (ps_create_ip->s_ivd_create_ip_t.e_output_format != IV_YUV_420SP_VU)) in ihevcd_allocate_static_bufs()
1170 ps_codec->e_chroma_fmt = ps_create_ip->s_ivd_create_ip_t.e_output_format; in ihevcd_allocate_static_bufs()
/external/libavc/decoder/
Dih264d_api.c1183 ih264d_create_ip_t *ps_create_ip; in ih264d_allocate_static_bufs() local
1193 ps_create_ip = (ih264d_create_ip_t *)pv_api_ip; in ih264d_allocate_static_bufs()
1198 pf_aligned_alloc = ps_create_ip->s_ivd_create_ip_t.pf_aligned_alloc; in ih264d_allocate_static_bufs()
1199 pf_aligned_free = ps_create_ip->s_ivd_create_ip_t.pf_aligned_free; in ih264d_allocate_static_bufs()
1200 pv_mem_ctxt = ps_create_ip->s_ivd_create_ip_t.pv_mem_ctxt; in ih264d_allocate_static_bufs()
1218 ps_dec->u4_share_disp_buf = ps_create_ip->s_ivd_create_ip_t.u4_share_disp_buf; in ih264d_allocate_static_bufs()
1224 (UWORD8)(ps_create_ip->s_ivd_create_ip_t.e_output_format); in ih264d_allocate_static_bufs()