Home
last modified time | relevance | path

Searched refs:IVD_UNSUPPORTEDPARAM (Results 1 – 10 of 10) sorted by relevance

/external/libmpeg2/decoder/
Dimpeg2d_api_main.c2235 *(pu4_api_op + 1) |= 1 << IVD_UNSUPPORTEDPARAM; in impeg2d_api_check_struct_sanity()
2242 *(pu4_api_op + 1) |= 1 << IVD_UNSUPPORTEDPARAM; in impeg2d_api_check_struct_sanity()
2256 *(pu4_api_op + 1) |= 1 << IVD_UNSUPPORTEDPARAM; in impeg2d_api_check_struct_sanity()
2263 *(pu4_api_op + 1) |= 1 << IVD_UNSUPPORTEDPARAM; in impeg2d_api_check_struct_sanity()
2269 *(pu4_api_op + 1) |= 1 << IVD_UNSUPPORTEDPARAM; in impeg2d_api_check_struct_sanity()
2276 *(pu4_api_op + 1) |= 1 << IVD_UNSUPPORTEDPARAM; in impeg2d_api_check_struct_sanity()
2283 *(pu4_api_op + 1) |= 1 << IVD_UNSUPPORTEDPARAM; in impeg2d_api_check_struct_sanity()
2298 ps_op->s_ivd_num_mem_rec_op_t.u4_error_code |= 1 << IVD_UNSUPPORTEDPARAM; in impeg2d_api_check_struct_sanity()
2305 ps_op->s_ivd_num_mem_rec_op_t.u4_error_code |= 1 << IVD_UNSUPPORTEDPARAM; in impeg2d_api_check_struct_sanity()
2321 ps_op->s_ivd_fill_mem_rec_op_t.u4_error_code |= 1 << IVD_UNSUPPORTEDPARAM; in impeg2d_api_check_struct_sanity()
[all …]
Dimpeg2d.h63 #define IS_IVD_UNSUPPORTEDPARAM_ERROR(x) (x & (1 << IVD_UNSUPPORTEDPARAM))
73 #define SET_IVD_UNSUPPORTEDPARAM_ERROR(x) ((x) |= (x) | (1 << IVD_UNSUPPORTEDPARAM))
Divd.h172 IVD_UNSUPPORTEDPARAM = 0xd, enumerator
/external/libavc/decoder/
Dih264d_api.c191 *(pu4_api_op + 1) |= 1 << IVD_UNSUPPORTEDPARAM; in api_check_struct_sanity()
198 *(pu4_api_op + 1) |= 1 << IVD_UNSUPPORTEDPARAM; in api_check_struct_sanity()
205 *(pu4_api_op + 1) |= 1 << IVD_UNSUPPORTEDPARAM; in api_check_struct_sanity()
212 *(pu4_api_op + 1) |= 1 << IVD_UNSUPPORTEDPARAM; in api_check_struct_sanity()
218 *(pu4_api_op + 1) |= 1 << IVD_UNSUPPORTEDPARAM; in api_check_struct_sanity()
238 << IVD_UNSUPPORTEDPARAM; in api_check_struct_sanity()
250 << IVD_UNSUPPORTEDPARAM; in api_check_struct_sanity()
269 << IVD_UNSUPPORTEDPARAM; in api_check_struct_sanity()
294 << IVD_UNSUPPORTEDPARAM; in api_check_struct_sanity()
306 << IVD_UNSUPPORTEDPARAM; in api_check_struct_sanity()
[all …]
Dih264d.h62 #define IS_IVD_UNSUPPORTEDPARAM_ERROR(x) (x & (1 << IVD_UNSUPPORTEDPARAM))
Divd.h174 IVD_UNSUPPORTEDPARAM = 0xd, enumerator
/external/libhevc/decoder/
Dihevcd_api.c167 *(pu4_api_op + 1) |= 1 << IVD_UNSUPPORTEDPARAM; in api_check_struct_sanity()
174 *(pu4_api_op + 1) |= 1 << IVD_UNSUPPORTEDPARAM; in api_check_struct_sanity()
182 *(pu4_api_op + 1) |= 1 << IVD_UNSUPPORTEDPARAM; in api_check_struct_sanity()
188 *(pu4_api_op + 1) |= 1 << IVD_UNSUPPORTEDPARAM; in api_check_struct_sanity()
208 << IVD_UNSUPPORTEDPARAM; in api_check_struct_sanity()
220 << IVD_UNSUPPORTEDPARAM; in api_check_struct_sanity()
239 << IVD_UNSUPPORTEDPARAM; in api_check_struct_sanity()
264 << IVD_UNSUPPORTEDPARAM; in api_check_struct_sanity()
276 << IVD_UNSUPPORTEDPARAM; in api_check_struct_sanity()
300 << IVD_UNSUPPORTEDPARAM; in api_check_struct_sanity()
[all …]
Dihevcd_decode.c428 ps_dec_op->u4_error_code |= 1 << IVD_UNSUPPORTEDPARAM; in ihevcd_decode()
439 ps_dec_op->u4_error_code |= 1 << IVD_UNSUPPORTEDPARAM; in ihevcd_decode()
463 ps_dec_op->u4_error_code |= 1 << IVD_UNSUPPORTEDPARAM; in ihevcd_decode()
472 ps_dec_op->u4_error_code |= 1 << IVD_UNSUPPORTEDPARAM; in ihevcd_decode()
479 ps_dec_op->u4_error_code |= 1 << IVD_UNSUPPORTEDPARAM; in ihevcd_decode()
577 ps_dec_op->u4_error_code |= (1 << IVD_UNSUPPORTEDPARAM); in ihevcd_decode()
Dihevcd_cxa.h57 #define IS_IVD_UNSUPPORTEDPARAM_ERROR(x) (x & (1 << IVD_UNSUPPORTEDPARAM))
/external/libhevc/common/
Divd.h172 IVD_UNSUPPORTEDPARAM = 0xd, enumerator