Home
last modified time | relevance | path

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

/external/libavc/decoder/
Dih264d_api.c231 ps_op->s_ivd_create_op_t.u4_error_code = 0; in api_check_struct_sanity()
237 ps_op->s_ivd_create_op_t.u4_error_code |= 1 in api_check_struct_sanity()
239 ps_op->s_ivd_create_op_t.u4_error_code |= in api_check_struct_sanity()
245 if((ps_op->s_ivd_create_op_t.u4_size != sizeof(ih264d_create_op_t)) in api_check_struct_sanity()
246 && (ps_op->s_ivd_create_op_t.u4_size in api_check_struct_sanity()
249 ps_op->s_ivd_create_op_t.u4_error_code |= 1 in api_check_struct_sanity()
251 ps_op->s_ivd_create_op_t.u4_error_code |= in api_check_struct_sanity()
268 ps_op->s_ivd_create_op_t.u4_error_code |= 1 in api_check_struct_sanity()
270 ps_op->s_ivd_create_op_t.u4_error_code |= in api_check_struct_sanity()
1249 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/test/decoder/
Dmain.c2060 s_create_op.s_ivd_create_op_t.u4_size = sizeof(ihevcd_cxa_create_op_t); in hevcdec_main()
2069 s_create_op.s_ivd_create_op_t.u4_error_code); in hevcdec_main()
2072 codec_obj = (iv_obj_t*)s_create_op.s_ivd_create_op_t.pv_handle; in hevcdec_main()
/external/libavc/test/decoder/
Dmain.c2128 s_create_op.s_ivd_create_op_t.u4_size = sizeof(ih264d_create_op_t); in h264dec_main()
2137 s_create_op.s_ivd_create_op_t.u4_error_code); in h264dec_main()
2140 codec_obj = (iv_obj_t*)s_create_op.s_ivd_create_op_t.pv_handle; in h264dec_main()