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()
3531 UWORD32 *pu4_ptr_cmd; in ihevcd_cxa_api_function() local
3542 pu4_ptr_cmd = (UWORD32 *)pv_api_ip; in ihevcd_cxa_api_function()
3543 pu4_ptr_cmd++; in ihevcd_cxa_api_function()
3545 command = *pu4_ptr_cmd; in ihevcd_cxa_api_function()
/external/libmpeg2/decoder/
Dimpeg2d_api_main.c2741 UWORD32 *pu4_ptr_cmd; in impeg2d_api_check_struct_sanity() local
2744 pu4_ptr_cmd = (UWORD32 *)pv_api_ip; in impeg2d_api_check_struct_sanity()
2745 pu4_ptr_cmd += 2; in impeg2d_api_check_struct_sanity()
2746 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()
5686 WORD32 *pu4_ptr_cmd = (WORD32 *) pv_api_ip; in ih264e_api_function() local
5697 pu4_ptr_cmd++; in ih264e_api_function()
5699 command = *pu4_ptr_cmd; in ih264e_api_function()