Home
last modified time | relevance | path

Searched refs:pu4_api_op (Results 1 – 4 of 4) sorted by relevance

/external/libmpeg2/decoder/
Dimpeg2d_api_main.c2187 UWORD32 *pu4_api_op; in impeg2d_api_check_struct_sanity() local
2197 pu4_api_op = (UWORD32 *)pv_api_op; in impeg2d_api_check_struct_sanity()
2209 *(pu4_api_op + 1) |= 1 << IVD_UNSUPPORTEDPARAM; in impeg2d_api_check_struct_sanity()
2210 *(pu4_api_op + 1) |= IVD_HANDLE_NULL; in impeg2d_api_check_struct_sanity()
2216 *(pu4_api_op + 1) |= 1 << IVD_UNSUPPORTEDPARAM; in impeg2d_api_check_struct_sanity()
2217 *(pu4_api_op + 1) |= IVD_HANDLE_STRUCT_SIZE_INCORRECT; in impeg2d_api_check_struct_sanity()
2230 *(pu4_api_op + 1) |= 1 << IVD_UNSUPPORTEDPARAM; in impeg2d_api_check_struct_sanity()
2231 *(pu4_api_op + 1) |= IVD_HANDLE_NULL; in impeg2d_api_check_struct_sanity()
2237 *(pu4_api_op + 1) |= 1 << IVD_UNSUPPORTEDPARAM; in impeg2d_api_check_struct_sanity()
2238 *(pu4_api_op + 1) |= IVD_HANDLE_STRUCT_SIZE_INCORRECT; in impeg2d_api_check_struct_sanity()
[all …]
/external/libavc/decoder/
Dih264d_api.c164 UWORD32 *pu4_api_op; in api_check_struct_sanity() local
174 pu4_api_op = (UWORD32 *)pv_api_op; in api_check_struct_sanity()
191 *(pu4_api_op + 1) |= 1 << IVD_UNSUPPORTEDPARAM; in api_check_struct_sanity()
192 *(pu4_api_op + 1) |= IVD_HANDLE_NULL; in api_check_struct_sanity()
198 *(pu4_api_op + 1) |= 1 << IVD_UNSUPPORTEDPARAM; in api_check_struct_sanity()
199 *(pu4_api_op + 1) |= IVD_HANDLE_STRUCT_SIZE_INCORRECT; in api_check_struct_sanity()
205 *(pu4_api_op + 1) |= 1 << IVD_UNSUPPORTEDPARAM; in api_check_struct_sanity()
206 *(pu4_api_op + 1) |= IVD_INVALID_HANDLE_NULL; in api_check_struct_sanity()
212 *(pu4_api_op + 1) |= 1 << IVD_UNSUPPORTEDPARAM; in api_check_struct_sanity()
213 *(pu4_api_op + 1) |= IVD_INVALID_HANDLE_NULL; in api_check_struct_sanity()
[all …]
/external/libhevc/decoder/
Dihevcd_api.c139 UWORD32 *pu4_api_op; in api_check_struct_sanity() local
149 pu4_api_op = (UWORD32 *)pv_api_op; in api_check_struct_sanity()
152 *(pu4_api_op + 1) = 0; in api_check_struct_sanity()
167 *(pu4_api_op + 1) |= 1 << IVD_UNSUPPORTEDPARAM; in api_check_struct_sanity()
168 *(pu4_api_op + 1) |= IVD_HANDLE_NULL; in api_check_struct_sanity()
174 *(pu4_api_op + 1) |= 1 << IVD_UNSUPPORTEDPARAM; in api_check_struct_sanity()
175 *(pu4_api_op + 1) |= IVD_HANDLE_STRUCT_SIZE_INCORRECT; in api_check_struct_sanity()
182 *(pu4_api_op + 1) |= 1 << IVD_UNSUPPORTEDPARAM; in api_check_struct_sanity()
183 *(pu4_api_op + 1) |= IVD_INVALID_HANDLE_NULL; in api_check_struct_sanity()
188 *(pu4_api_op + 1) |= 1 << IVD_UNSUPPORTEDPARAM; in api_check_struct_sanity()
[all …]
/external/libavc/encoder/
Dih264e_api.c176 UWORD32 *pu4_api_op = pv_api_op; in api_check_struct_sanity() local
190 pu4_api_op[1] = 0; in api_check_struct_sanity()
202 *(pu4_api_op + 1) |= 1 << IVE_UNSUPPORTEDPARAM; in api_check_struct_sanity()
203 *(pu4_api_op + 1) |= IVE_ERR_HANDLE_NULL; in api_check_struct_sanity()
209 *(pu4_api_op + 1) |= 1 << IVE_UNSUPPORTEDPARAM; in api_check_struct_sanity()
210 *(pu4_api_op + 1) |= IVE_ERR_HANDLE_STRUCT_SIZE_INCORRECT; in api_check_struct_sanity()
225 *(pu4_api_op + 1) |= 1 << IVE_UNSUPPORTEDPARAM; in api_check_struct_sanity()
226 *(pu4_api_op + 1) |= IVE_ERR_HANDLE_NULL; in api_check_struct_sanity()
232 *(pu4_api_op + 1) |= 1 << IVE_UNSUPPORTEDPARAM; in api_check_struct_sanity()
233 *(pu4_api_op + 1) |= IVE_ERR_HANDLE_STRUCT_SIZE_INCORRECT; in api_check_struct_sanity()
[all …]