Home
last modified time | relevance | path

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

/external/libavc/decoder/
Dih264d_api.c272 ps_op->s_ivd_create_op_t.u4_error_code = 0; in api_check_struct_sanity()
278 ps_op->s_ivd_create_op_t.u4_error_code |= 1 in api_check_struct_sanity()
280 ps_op->s_ivd_create_op_t.u4_error_code |= in api_check_struct_sanity()
286 if((ps_op->s_ivd_create_op_t.u4_size != sizeof(ih264d_create_op_t)) in api_check_struct_sanity()
287 && (ps_op->s_ivd_create_op_t.u4_size in api_check_struct_sanity()
290 ps_op->s_ivd_create_op_t.u4_error_code |= 1 in api_check_struct_sanity()
292 ps_op->s_ivd_create_op_t.u4_error_code |= in api_check_struct_sanity()
309 ps_op->s_ivd_create_op_t.u4_error_code |= 1 in api_check_struct_sanity()
311 ps_op->s_ivd_create_op_t.u4_error_code |= in api_check_struct_sanity()
1403 ps_create_op->s_ivd_create_op_t.u4_error_code = 0; in ih264d_allocate_static_bufs()
[all …]
Dih264d.h116 ivd_create_op_t s_ivd_create_op_t; member
/external/libhevc/decoder/
Dihevcd_api.c201 ps_op->s_ivd_create_op_t.u4_error_code = 0; in api_check_struct_sanity()
207 ps_op->s_ivd_create_op_t.u4_error_code |= 1 in api_check_struct_sanity()
209 ps_op->s_ivd_create_op_t.u4_error_code |= in api_check_struct_sanity()
215 if((ps_op->s_ivd_create_op_t.u4_size != sizeof(ihevcd_cxa_create_op_t)) in api_check_struct_sanity()
216 && (ps_op->s_ivd_create_op_t.u4_size in api_check_struct_sanity()
219 ps_op->s_ivd_create_op_t.u4_error_code |= 1 in api_check_struct_sanity()
221 ps_op->s_ivd_create_op_t.u4_error_code |= in api_check_struct_sanity()
238 ps_op->s_ivd_create_op_t.u4_error_code |= 1 in api_check_struct_sanity()
240 ps_op->s_ivd_create_op_t.u4_error_code |= in api_check_struct_sanity()
1163 ps_create_op->s_ivd_create_op_t.pv_handle = NULL; in ihevcd_allocate_static_bufs()
[all …]
Dihevcd_cxa.h168 ivd_create_op_t s_ivd_create_op_t; member
/external/libhevc/fuzzer/
Dhevc_dec_fuzzer.cpp125 create_op.s_ivd_create_op_t.u4_size = sizeof(ihevcd_cxa_create_op_t); in createCodec()
131 mCodec = (iv_obj_t *)create_op.s_ivd_create_op_t.pv_handle; in createCodec()
/external/libavc/fuzzer/
Davc_dec_fuzzer.cpp123 create_op.s_ivd_create_op_t.u4_size = sizeof(ih264d_create_op_t); in createCodec()
129 mCodec = (iv_obj_t *)create_op.s_ivd_create_op_t.pv_handle; in createCodec()
/external/libhevc/test/decoder/
Dmain.c2062 s_create_op.s_ivd_create_op_t.u4_size = sizeof(ihevcd_cxa_create_op_t); in hevcdec_main()
2071 s_create_op.s_ivd_create_op_t.u4_error_code); in hevcdec_main()
2074 codec_obj = (iv_obj_t*)s_create_op.s_ivd_create_op_t.pv_handle; in hevcdec_main()
/external/libavc/test/decoder/
Dmain.c2267 s_create_op.s_ivd_create_op_t.u4_size = sizeof(ih264d_create_op_t); in h264dec_main()
2276 s_create_op.s_ivd_create_op_t.u4_error_code); in h264dec_main()
2279 codec_obj = (iv_obj_t*)s_create_op.s_ivd_create_op_t.pv_handle; in h264dec_main()