Home
last modified time | relevance | path

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

/external/libmpeg2/decoder/
Dimpeg2d_api_main.c2205 *(pu4_api_op + 1) |= 1 << IVD_UNSUPPORTEDPARAM; in impeg2d_api_check_struct_sanity()
2212 *(pu4_api_op + 1) |= 1 << IVD_UNSUPPORTEDPARAM; in impeg2d_api_check_struct_sanity()
2226 *(pu4_api_op + 1) |= 1 << IVD_UNSUPPORTEDPARAM; in impeg2d_api_check_struct_sanity()
2233 *(pu4_api_op + 1) |= 1 << IVD_UNSUPPORTEDPARAM; in impeg2d_api_check_struct_sanity()
2239 *(pu4_api_op + 1) |= 1 << IVD_UNSUPPORTEDPARAM; in impeg2d_api_check_struct_sanity()
2246 *(pu4_api_op + 1) |= 1 << IVD_UNSUPPORTEDPARAM; in impeg2d_api_check_struct_sanity()
2253 *(pu4_api_op + 1) |= 1 << IVD_UNSUPPORTEDPARAM; in impeg2d_api_check_struct_sanity()
2268 ps_op->s_ivd_num_mem_rec_op_t.u4_error_code |= 1 << IVD_UNSUPPORTEDPARAM; in impeg2d_api_check_struct_sanity()
2275 ps_op->s_ivd_num_mem_rec_op_t.u4_error_code |= 1 << IVD_UNSUPPORTEDPARAM; in impeg2d_api_check_struct_sanity()
2291 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.c232 *(pu4_api_op + 1) |= 1 << IVD_UNSUPPORTEDPARAM; in api_check_struct_sanity()
239 *(pu4_api_op + 1) |= 1 << IVD_UNSUPPORTEDPARAM; in api_check_struct_sanity()
246 *(pu4_api_op + 1) |= 1 << IVD_UNSUPPORTEDPARAM; in api_check_struct_sanity()
253 *(pu4_api_op + 1) |= 1 << IVD_UNSUPPORTEDPARAM; in api_check_struct_sanity()
259 *(pu4_api_op + 1) |= 1 << IVD_UNSUPPORTEDPARAM; in api_check_struct_sanity()
279 << IVD_UNSUPPORTEDPARAM; in api_check_struct_sanity()
291 << IVD_UNSUPPORTEDPARAM; in api_check_struct_sanity()
310 << IVD_UNSUPPORTEDPARAM; in api_check_struct_sanity()
335 << IVD_UNSUPPORTEDPARAM; in api_check_struct_sanity()
347 << IVD_UNSUPPORTEDPARAM; in api_check_struct_sanity()
[all …]
Dih264d.h63 #define IS_IVD_UNSUPPORTEDPARAM_ERROR(x) (x & (1 << IVD_UNSUPPORTEDPARAM))
Divd.h186 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.c436 ps_dec_op->u4_error_code |= 1 << IVD_UNSUPPORTEDPARAM; in ihevcd_decode()
447 ps_dec_op->u4_error_code |= 1 << IVD_UNSUPPORTEDPARAM; in ihevcd_decode()
471 ps_dec_op->u4_error_code |= 1 << IVD_UNSUPPORTEDPARAM; in ihevcd_decode()
480 ps_dec_op->u4_error_code |= 1 << IVD_UNSUPPORTEDPARAM; in ihevcd_decode()
487 ps_dec_op->u4_error_code |= 1 << IVD_UNSUPPORTEDPARAM; in ihevcd_decode()
585 ps_dec_op->u4_error_code |= (1 << IVD_UNSUPPORTEDPARAM); in ihevcd_decode()
Dihevcd_cxa.h58 #define IS_IVD_UNSUPPORTEDPARAM_ERROR(x) (x & (1 << IVD_UNSUPPORTEDPARAM))
/external/libhevc/common/
Divd.h172 IVD_UNSUPPORTEDPARAM = 0xd, enumerator