Searched refs:FW_IPC_Handle (Results 1 – 4 of 4) sorted by relevance
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/ |
D | viddec_fw_parser_fw_ipc.h | 116 } FW_IPC_Handle; typedef 133 int FwIPC_SpaceAvailForMessage(FW_IPC_Handle *fwipc, FW_IPC_SendQue *snd_q, unsigned int message_si… 144 int FwIPC_SendMessage(FW_IPC_Handle *fwipc, unsigned int host_rx_queue, const char *message, unsign… 154 int FwIPC_ReadMessage(FW_IPC_Handle *fwipc, FW_IPC_ReceiveQue *rcv_q, char *message, unsigned int m… 163 int FwIPC_Initialize(FW_IPC_Handle *fwipc, volatile char *synchronous_command_buffer ); 171 void FWIPC_SendQueue_Init(FW_IPC_Handle *fwipc, FW_IPC_SendQue *snd_q, void *snd_circbuf ); 179 void FwIPC_ReceiveQueue_Init(FW_IPC_Handle *fwipc, FW_IPC_ReceiveQue *rcv_q, void *rcv_circbuf ); 191 int FwIPC_PeekReadMessage(FW_IPC_Handle *fwipc, FW_IPC_ReceiveQue *rcv_q, char *message, unsigned …
|
D | fw_pvt.h | 11 #define GET_IPC_HANDLE(x) (FW_IPC_Handle *)&(x.fwIpc) 68 FW_IPC_Handle fwIpc;
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/ |
D | viddec_pm_flush.c | 12 FW_IPC_Handle *fwipc = GET_IPC_HANDLE(_dmem); in viddec_fw_parser_peekmessages() 25 FW_IPC_Handle *fwipc = GET_IPC_HANDLE(_dmem); in viddec_fw_parser_push_error_workload() 37 FW_IPC_Handle *fwipc = GET_IPC_HANDLE(_dmem); in viddec_fw_parser_flush()
|
D | main.c | 50 FW_IPC_Handle *fwipc = GET_IPC_HANDLE(_dmem); in viddec_fw_get_total_input_Q_data() 79 FW_IPC_Handle *fwipc = GET_IPC_HANDLE(_dmem); in mfd_round_robin() 113 static inline void mfd_setup_emitter(FW_IPC_Handle *fwipc, FW_IPC_ReceiveQue *rcv_q, mfd_pk_strm_cx… in mfd_setup_emitter() 175 static inline void viddec_fw_push_current_frame_to_output(FW_IPC_Handle *fwipc, uint32_t cur) in viddec_fw_push_current_frame_to_output() 247 FW_IPC_Handle *fwipc = GET_IPC_HANDLE(_dmem); in viddec_fw_handle_error_and_inband_messages() 270 FW_IPC_Handle *fwipc = GET_IPC_HANDLE(_dmem); in viddec_fw_debug_scheduled_stream_state() 314 FW_IPC_Handle *fwipc = GET_IPC_HANDLE(_dmem); in viddec_fw_process_async_queues()
|