Searched refs:cmd_ack (Results 1 – 5 of 5) sorted by relevance
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/ |
H A 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()
|
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
H A 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()
|
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/src/ |
H A D | omx_swvdec.cpp | 5357 bool cmd_ack = false; in async_process_event_cmd() local 5364 retval = async_process_event_cmd_state_set(&cmd_ack, in async_process_event_cmd() 5377 retval = async_process_event_cmd_port_disable(&cmd_ack, in async_process_event_cmd() 5384 retval = async_process_event_cmd_port_enable(&cmd_ack, in async_process_event_cmd() 5403 else if (cmd_ack) in async_process_event_cmd()
|
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/src/ |
H A 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()
|
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/src/ |
H A D | omx_swvdec.cpp | 5218 bool cmd_ack = false; in async_process_event_cmd() local 5225 retval = async_process_event_cmd_state_set(&cmd_ack, in async_process_event_cmd() 5238 retval = async_process_event_cmd_port_disable(&cmd_ack, in async_process_event_cmd() 5245 retval = async_process_event_cmd_port_enable(&cmd_ack, in async_process_event_cmd() 5264 else if (cmd_ack) in async_process_event_cmd()
|