Home
last modified time | relevance | path

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

/external/libmpeg2/decoder/
Dimpeg2d_api_main.c2013 *(pu4_api_op + 1) |= 1 << IVD_UNSUPPORTEDPARAM; in impeg2d_api_check_struct_sanity()
2020 *(pu4_api_op + 1) |= 1 << IVD_UNSUPPORTEDPARAM; in impeg2d_api_check_struct_sanity()
2034 *(pu4_api_op + 1) |= 1 << IVD_UNSUPPORTEDPARAM; in impeg2d_api_check_struct_sanity()
2041 *(pu4_api_op + 1) |= 1 << IVD_UNSUPPORTEDPARAM; in impeg2d_api_check_struct_sanity()
2047 *(pu4_api_op + 1) |= 1 << IVD_UNSUPPORTEDPARAM; in impeg2d_api_check_struct_sanity()
2054 *(pu4_api_op + 1) |= 1 << IVD_UNSUPPORTEDPARAM; in impeg2d_api_check_struct_sanity()
2061 *(pu4_api_op + 1) |= 1 << IVD_UNSUPPORTEDPARAM; in impeg2d_api_check_struct_sanity()
2076 ps_op->s_ivd_num_mem_rec_op_t.u4_error_code |= 1 << IVD_UNSUPPORTEDPARAM; in impeg2d_api_check_struct_sanity()
2083 ps_op->s_ivd_num_mem_rec_op_t.u4_error_code |= 1 << IVD_UNSUPPORTEDPARAM; in impeg2d_api_check_struct_sanity()
2099 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.c182 *(pu4_api_op + 1) |= 1 << IVD_UNSUPPORTEDPARAM; in api_check_struct_sanity()
189 *(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()
219 *(pu4_api_op + 1) |= 1 << IVD_UNSUPPORTEDPARAM; in api_check_struct_sanity()
226 *(pu4_api_op + 1) |= 1 << IVD_UNSUPPORTEDPARAM; in api_check_struct_sanity()
232 *(pu4_api_op + 1) |= 1 << IVD_UNSUPPORTEDPARAM; in api_check_struct_sanity()
251 << IVD_UNSUPPORTEDPARAM; in api_check_struct_sanity()
261 << IVD_UNSUPPORTEDPARAM; in api_check_struct_sanity()
289 << IVD_UNSUPPORTEDPARAM; in api_check_struct_sanity()
[all …]
Dih264d.h62 #define IS_IVD_UNSUPPORTEDPARAM_ERROR(x) (x & (1 << IVD_UNSUPPORTEDPARAM))
Divd.h172 IVD_UNSUPPORTEDPARAM = 0xd, enumerator
/external/libhevc/decoder/
Dihevcd_api.c158 *(pu4_api_op + 1) |= 1 << IVD_UNSUPPORTEDPARAM; in api_check_struct_sanity()
165 *(pu4_api_op + 1) |= 1 << IVD_UNSUPPORTEDPARAM; in api_check_struct_sanity()
180 *(pu4_api_op + 1) |= 1 << IVD_UNSUPPORTEDPARAM; in api_check_struct_sanity()
187 *(pu4_api_op + 1) |= 1 << IVD_UNSUPPORTEDPARAM; in api_check_struct_sanity()
195 *(pu4_api_op + 1) |= 1 << IVD_UNSUPPORTEDPARAM; in api_check_struct_sanity()
201 *(pu4_api_op + 1) |= 1 << IVD_UNSUPPORTEDPARAM; in api_check_struct_sanity()
220 << IVD_UNSUPPORTEDPARAM; in api_check_struct_sanity()
230 << IVD_UNSUPPORTEDPARAM; in api_check_struct_sanity()
258 << IVD_UNSUPPORTEDPARAM; in api_check_struct_sanity()
270 << IVD_UNSUPPORTEDPARAM; in api_check_struct_sanity()
[all …]
Dihevcd_decode.c382 ps_dec_op->u4_error_code |= 1 << IVD_UNSUPPORTEDPARAM; in ihevcd_decode()
393 ps_dec_op->u4_error_code |= 1 << IVD_UNSUPPORTEDPARAM; in ihevcd_decode()
416 ps_dec_op->u4_error_code |= 1 << IVD_UNSUPPORTEDPARAM; in ihevcd_decode()
425 ps_dec_op->u4_error_code |= 1 << IVD_UNSUPPORTEDPARAM; in ihevcd_decode()
432 ps_dec_op->u4_error_code |= 1 << IVD_UNSUPPORTEDPARAM; in ihevcd_decode()
526 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.h170 IVD_UNSUPPORTEDPARAM = 0xd, enumerator