Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_api.c480 UWORD32 *pu4_ptr_cmd; in api_check_struct_sanity() local
483 pu4_ptr_cmd = (UWORD32 *)pv_api_ip; in api_check_struct_sanity()
484 pu4_ptr_cmd += 2; in api_check_struct_sanity()
485 sub_command = *pu4_ptr_cmd; in api_check_struct_sanity()
3561 UWORD32 *pu4_ptr_cmd; in ihevcd_cxa_api_function() local
3572 pu4_ptr_cmd = (UWORD32 *)pv_api_ip; in ihevcd_cxa_api_function()
3573 pu4_ptr_cmd++; in ihevcd_cxa_api_function()
3575 command = *pu4_ptr_cmd; in ihevcd_cxa_api_function()
/external/libmpeg2/decoder/
Dimpeg2d_api_main.c2816 UWORD32 *pu4_ptr_cmd; in impeg2d_api_check_struct_sanity() local
2819 pu4_ptr_cmd = (UWORD32 *)pv_api_ip; in impeg2d_api_check_struct_sanity()
2820 pu4_ptr_cmd += 2; in impeg2d_api_check_struct_sanity()
2821 u4_sub_command = *pu4_ptr_cmd; in impeg2d_api_check_struct_sanity()
/external/libavc/decoder/
Dih264d_api.c505 UWORD32 *pu4_ptr_cmd; in api_check_struct_sanity() local
508 pu4_ptr_cmd = (UWORD32 *)pv_api_ip; in api_check_struct_sanity()
509 pu4_ptr_cmd += 2; in api_check_struct_sanity()
510 sub_command = *pu4_ptr_cmd; in api_check_struct_sanity()
/external/libavc/encoder/
Dih264e_api.c845 WORD32 *pu4_ptr_cmd = pv_api_ip; in api_check_struct_sanity() local
848 WORD32 sub_command = pu4_ptr_cmd[2]; in api_check_struct_sanity()
5704 WORD32 *pu4_ptr_cmd = (WORD32 *) pv_api_ip; in ih264e_api_function() local
5715 pu4_ptr_cmd++; in ih264e_api_function()
5717 command = *pu4_ptr_cmd; in ih264e_api_function()