Home
last modified time | relevance | path

Searched refs:low_latency_mode (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/media/platform/amphion/
H A Dvpu_windsor.c414 u32 low_latency_mode; member
1013 param->low_latency_mode = 0; in vpu_windsor_set_bframes()
1016 param->low_latency_mode = 1; in vpu_windsor_set_bframes()
/linux/include/uapi/linux/
H A Dcec-funcs.h1653 __u8 low_latency_mode, in cec_msg_report_current_latency() argument
1663 msg->msg[5] = (low_latency_mode << 2) | audio_out_compensated; in cec_msg_report_current_latency()
1671 __u8 *low_latency_mode, in cec_ops_report_current_latency() argument
1677 *low_latency_mode = (msg->msg[5] >> 2) & 1; in cec_ops_report_current_latency()