Home
last modified time | relevance | path

Searched refs:s_ivd_create_ip_t (Results 1 – 6 of 6) sorted by relevance

/external/libhevc/decoder/
Dihevcd_api.c203 if((ps_ip->s_ivd_create_ip_t.u4_size > sizeof(ihevcd_cxa_create_ip_t)) in api_check_struct_sanity()
204 || (ps_ip->s_ivd_create_ip_t.u4_size in api_check_struct_sanity()
228 if((ps_ip->s_ivd_create_ip_t.e_output_format != IV_YUV_420P) in api_check_struct_sanity()
229 && (ps_ip->s_ivd_create_ip_t.e_output_format in api_check_struct_sanity()
231 && (ps_ip->s_ivd_create_ip_t.e_output_format in api_check_struct_sanity()
233 && (ps_ip->s_ivd_create_ip_t.e_output_format in api_check_struct_sanity()
235 && (ps_ip->s_ivd_create_ip_t.e_output_format in api_check_struct_sanity()
1165 pf_aligned_alloc = ps_create_ip->s_ivd_create_ip_t.pf_aligned_alloc; in ihevcd_allocate_static_bufs()
1166 pf_aligned_free = ps_create_ip->s_ivd_create_ip_t.pf_aligned_free; in ihevcd_allocate_static_bufs()
1167 pv_mem_ctxt = ps_create_ip->s_ivd_create_ip_t.pv_mem_ctxt; in ihevcd_allocate_static_bufs()
[all …]
Dihevcd_cxa.h163 ivd_create_ip_t s_ivd_create_ip_t; member
/external/libavc/decoder/
Dih264d_api.c233 if((ps_ip->s_ivd_create_ip_t.u4_size > sizeof(ih264d_create_ip_t)) in api_check_struct_sanity()
234 || (ps_ip->s_ivd_create_ip_t.u4_size in api_check_struct_sanity()
258 if((ps_ip->s_ivd_create_ip_t.e_output_format != IV_YUV_420P) in api_check_struct_sanity()
259 && (ps_ip->s_ivd_create_ip_t.e_output_format in api_check_struct_sanity()
261 && (ps_ip->s_ivd_create_ip_t.e_output_format in api_check_struct_sanity()
263 && (ps_ip->s_ivd_create_ip_t.e_output_format in api_check_struct_sanity()
265 && (ps_ip->s_ivd_create_ip_t.e_output_format in api_check_struct_sanity()
1251 pf_aligned_alloc = ps_create_ip->s_ivd_create_ip_t.pf_aligned_alloc; in ih264d_allocate_static_bufs()
1252 pf_aligned_free = ps_create_ip->s_ivd_create_ip_t.pf_aligned_free; in ih264d_allocate_static_bufs()
1253 pv_mem_ctxt = ps_create_ip->s_ivd_create_ip_t.pv_mem_ctxt; in ih264d_allocate_static_bufs()
[all …]
Dih264d.h111 ivd_create_ip_t s_ivd_create_ip_t; member
/external/libhevc/test/decoder/
Dmain.c2053 s_create_ip.s_ivd_create_ip_t.e_cmd = IVD_CMD_CREATE; in hevcdec_main()
2054 s_create_ip.s_ivd_create_ip_t.u4_share_disp_buf = s_app_ctx.share_disp_buf; in hevcdec_main()
2055 …s_create_ip.s_ivd_create_ip_t.e_output_format = (IV_COLOR_FORMAT_T)s_app_ctx.e_output_chroma_forma… in hevcdec_main()
2056 s_create_ip.s_ivd_create_ip_t.pf_aligned_alloc = ihevca_aligned_malloc; in hevcdec_main()
2057 s_create_ip.s_ivd_create_ip_t.pf_aligned_free = ihevca_aligned_free; in hevcdec_main()
2058 s_create_ip.s_ivd_create_ip_t.pv_mem_ctxt = NULL; in hevcdec_main()
2059 s_create_ip.s_ivd_create_ip_t.u4_size = sizeof(ihevcd_cxa_create_ip_t); in hevcdec_main()
/external/libavc/test/decoder/
Dmain.c2121 s_create_ip.s_ivd_create_ip_t.e_cmd = IVD_CMD_CREATE; in h264dec_main()
2122 s_create_ip.s_ivd_create_ip_t.u4_share_disp_buf = s_app_ctx.u4_share_disp_buf; in h264dec_main()
2123 …s_create_ip.s_ivd_create_ip_t.e_output_format = (IV_COLOR_FORMAT_T)s_app_ctx.e_output_chroma_forma… in h264dec_main()
2124 s_create_ip.s_ivd_create_ip_t.pf_aligned_alloc = ih264a_aligned_malloc; in h264dec_main()
2125 s_create_ip.s_ivd_create_ip_t.pf_aligned_free = ih264a_aligned_free; in h264dec_main()
2126 s_create_ip.s_ivd_create_ip_t.pv_mem_ctxt = NULL; in h264dec_main()
2127 s_create_ip.s_ivd_create_ip_t.u4_size = sizeof(ih264d_create_ip_t); in h264dec_main()