Searched refs:a_pid (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/frontends/omx/tizonia/ |
D | h264dprc.c | 384 static OMX_ERRORTYPE h264d_prc_allocate_resources(void *ap_obj, OMX_U32 a_pid) in h264d_prc_allocate_resources() argument 452 static OMX_ERRORTYPE h264d_prc_prepare_to_transfer(void *ap_obj, OMX_U32 a_pid) in h264d_prc_prepare_to_transfer() argument 468 static OMX_ERRORTYPE h264d_prc_transfer_and_process(void *ap_obj, OMX_U32 a_pid) in h264d_prc_transfer_and_process() argument 502 static OMX_ERRORTYPE h264d_prc_port_flush(const void *ap_obj, OMX_U32 a_pid) in h264d_prc_port_flush() argument 505 if (OMX_ALL == a_pid || OMX_VID_DEC_AVC_INPUT_PORT_INDEX == a_pid) { in h264d_prc_port_flush() 509 if (OMX_ALL == a_pid || OMX_VID_DEC_AVC_OUTPUT_PORT_INDEX == a_pid) { in h264d_prc_port_flush() 515 static OMX_ERRORTYPE h264d_prc_port_disable(const void *ap_obj, OMX_U32 a_pid) in h264d_prc_port_disable() argument 519 if (OMX_ALL == a_pid || OMX_VID_DEC_AVC_INPUT_PORT_INDEX == a_pid) { in h264d_prc_port_disable() 525 if (OMX_ALL == a_pid || OMX_VID_DEC_AVC_OUTPUT_PORT_INDEX == a_pid) { in h264d_prc_port_disable() 532 static OMX_ERRORTYPE h264d_prc_port_enable(const void *ap_obj, OMX_U32 a_pid) in h264d_prc_port_enable() argument [all …]
|
D | h264eprc.c | 502 static OMX_ERRORTYPE h264e_prc_allocate_resources(void *ap_obj, OMX_U32 a_pid) in h264e_prc_allocate_resources() argument 518 static OMX_ERRORTYPE h264e_prc_prepare_to_transfer(void *ap_obj, OMX_U32 a_pid) in h264e_prc_prepare_to_transfer() argument 556 static OMX_ERRORTYPE h264e_prc_transfer_and_process(void *ap_obj, OMX_U32 a_pid) in h264e_prc_transfer_and_process() argument 586 static OMX_ERRORTYPE h264e_prc_port_flush(const void *ap_obj, OMX_U32 a_pid) in h264e_prc_port_flush() argument 589 if (OMX_ALL == a_pid || OMX_VID_ENC_AVC_INPUT_PORT_INDEX == a_pid) { in h264e_prc_port_flush() 593 if (OMX_ALL == a_pid || OMX_VID_ENC_AVC_OUTPUT_PORT_INDEX == a_pid) { in h264e_prc_port_flush() 599 static OMX_ERRORTYPE h264e_prc_port_disable(const void *ap_obj, OMX_U32 a_pid) in h264e_prc_port_disable() argument 603 if (OMX_ALL == a_pid || OMX_VID_ENC_AVC_INPUT_PORT_INDEX == a_pid) { in h264e_prc_port_disable() 609 if (OMX_ALL == a_pid || OMX_VID_ENC_AVC_OUTPUT_PORT_INDEX == a_pid) { in h264e_prc_port_disable() 616 static OMX_ERRORTYPE h264e_prc_port_enable(const void *ap_obj, OMX_U32 a_pid) in h264e_prc_port_enable() argument [all …]
|
/external/autotest/client/tools/ |
D | crash_handler.py | 94 a_pid = os.path.splitext(debugdir_file)[1] 96 pid_dir_dict[a_pid] = os.path.join(results_dir, core_dir_basename)
|