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()
3644 UWORD32 *pu4_ptr_cmd; in ihevcd_cxa_api_function() local
3655 pu4_ptr_cmd = (UWORD32 *)pv_api_ip; in ihevcd_cxa_api_function()
3656 pu4_ptr_cmd++; in ihevcd_cxa_api_function()
3658 command = *pu4_ptr_cmd; in ihevcd_cxa_api_function()
/external/libmpeg2/decoder/
Dimpeg2d_api_main.c2812 UWORD32 *pu4_ptr_cmd; in impeg2d_api_check_struct_sanity() local
2815 pu4_ptr_cmd = (UWORD32 *)pv_api_ip; in impeg2d_api_check_struct_sanity()
2816 pu4_ptr_cmd += 2; in impeg2d_api_check_struct_sanity()
2817 u4_sub_command = *pu4_ptr_cmd; in impeg2d_api_check_struct_sanity()
/external/libavc/decoder/
Dih264d_api.c546 UWORD32 *pu4_ptr_cmd; in api_check_struct_sanity() local
549 pu4_ptr_cmd = (UWORD32 *)pv_api_ip; in api_check_struct_sanity()
550 pu4_ptr_cmd += 2; in api_check_struct_sanity()
551 sub_command = *pu4_ptr_cmd; in api_check_struct_sanity()
/external/libavc/encoder/
Dih264e_api.c950 WORD32 *pu4_ptr_cmd = pv_api_ip; in api_check_struct_sanity() local
953 WORD32 sub_command = pu4_ptr_cmd[2]; in api_check_struct_sanity()
6462 WORD32 *pu4_ptr_cmd = (WORD32 *) pv_api_ip; in ih264e_api_function() local
6473 pu4_ptr_cmd++; in ih264e_api_function()
6475 command = *pu4_ptr_cmd; in ih264e_api_function()