Searched refs:cmd_ack (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/ |
D | omx_swvdec.cpp | 5237 bool cmd_ack = false; in async_process_event_cmd() local 5246 retval = async_process_event_cmd_state_set(&cmd_ack, in async_process_event_cmd() 5259 retval = async_process_event_cmd_port_disable(&cmd_ack, in async_process_event_cmd() 5266 retval = async_process_event_cmd_port_enable(&cmd_ack, in async_process_event_cmd() 5285 else if (cmd_ack) in async_process_event_cmd()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | omx_swvdec.cpp | 4847 bool cmd_ack = false; // set to 'true' if command is to be acknowledged in async_process_event_cmd() local 4856 retval = async_process_event_cmd_state_set(&cmd_ack, in async_process_event_cmd() 4869 retval = async_process_event_cmd_port_disable(&cmd_ack, in async_process_event_cmd() 4876 retval = async_process_event_cmd_port_enable(&cmd_ack, in async_process_event_cmd() 4897 else if (cmd_ack) in async_process_event_cmd()
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_swvdec.cpp | 5355 bool cmd_ack = false; in async_process_event_cmd() local 5362 retval = async_process_event_cmd_state_set(&cmd_ack, in async_process_event_cmd() 5375 retval = async_process_event_cmd_port_disable(&cmd_ack, in async_process_event_cmd() 5382 retval = async_process_event_cmd_port_enable(&cmd_ack, in async_process_event_cmd() 5401 else if (cmd_ack) in async_process_event_cmd()
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_swvdec.cpp | 5401 bool cmd_ack = false; in async_process_event_cmd() local 5408 retval = async_process_event_cmd_state_set(&cmd_ack, in async_process_event_cmd() 5421 retval = async_process_event_cmd_port_disable(&cmd_ack, in async_process_event_cmd() 5428 retval = async_process_event_cmd_port_enable(&cmd_ack, in async_process_event_cmd() 5447 else if (cmd_ack) in async_process_event_cmd()
|