Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/
Dviddec_fw_parser_fw_ipc.h116 } 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 …
Dfw_pvt.h11 #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/
Dviddec_pm_flush.c12 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()
Dmain.c50 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()