sm8250-common: Update WFD system stack from lemonadep
Change-Id: I6b4b5460cf627c0ebf6aa7ff22ec029b6e658695twelve
parent
3c04c5fc4e
commit
4810995afe
Binary file not shown.
Binary file not shown.
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# Copyright (c) 2019-2020 Qualcomm Technologies, Inc.
|
||||
# Copyright (c) 2019-2021 Qualcomm Technologies, Inc.
|
||||
# All Rights Reserved.
|
||||
# Confidential and Proprietary - Qualcomm Technologies, Inc.
|
||||
#
|
||||
|
@ -9,8 +9,20 @@ service wfdservice /system_ext/bin/wfdservice
|
|||
disabled
|
||||
oneshot
|
||||
|
||||
service wfdservice64 /system_ext/bin/wfdservice64
|
||||
class main
|
||||
user system
|
||||
disabled
|
||||
oneshot
|
||||
|
||||
on property:vendor.wfdservice=enable
|
||||
start wfdservice
|
||||
|
||||
on property:vendor.wfdservice64=enable
|
||||
start wfdservice64
|
||||
|
||||
on property:vendor.wfdservice=disable
|
||||
stop wfdservice
|
||||
|
||||
on property:vendor.wfdservice64=disable
|
||||
stop wfdservice64
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright (c) 2020 Qualcomm Technologies, Inc.
|
||||
# Copyright (c) 2020-2021 Qualcomm Technologies, Inc.
|
||||
# All Rights Reserved.
|
||||
# Confidential and Proprietary - Qualcomm Technologies, Inc
|
||||
#
|
||||
|
@ -55,6 +55,8 @@ execve: 1
|
|||
connect: 1
|
||||
socket: arg0 == AF_UNIX
|
||||
getpid: 1
|
||||
gettid: 1
|
||||
nanosleep: 1
|
||||
restart_syscall: 1
|
||||
set_tid_address: 1
|
||||
open: 1
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<!--
|
||||
Copyright (C) 2012 - 2020 Qualcomm Technologies, Inc.
|
||||
Copyright (C) 2012 - 2021 Qualcomm Technologies, Inc.
|
||||
All Rights Reserved.
|
||||
Confidential and Proprietary - Qualcomm Technologies, Inc.
|
||||
-->
|
||||
|
@ -72,7 +72,7 @@
|
|||
<MinimumSliceSize>0</MinimumSliceSize>
|
||||
<SliceEncodingParams>0</SliceEncodingParams>
|
||||
<FrameRateControlSupp>1</FrameRateControlSupp>
|
||||
<VideoFps>30</VideoFps>
|
||||
<VideoFps>60</VideoFps>
|
||||
<TranscodingMode>1</TranscodingMode>
|
||||
<NonTranscodingMode>1</NonTranscodingMode>
|
||||
</VideoCodec1>
|
||||
|
@ -87,7 +87,7 @@
|
|||
<MinimumSliceSize>0</MinimumSliceSize>
|
||||
<SliceEncodingParams>0</SliceEncodingParams>
|
||||
<FrameRateControlSupp>1</FrameRateControlSupp>
|
||||
<VideoFps>30</VideoFps>
|
||||
<VideoFps>60</VideoFps>
|
||||
<TranscodingMode>1</TranscodingMode>
|
||||
<NonTranscodingMode>1</NonTranscodingMode>
|
||||
</VideoCodec2>
|
||||
|
@ -102,7 +102,7 @@
|
|||
<MinimumSliceSize>0</MinimumSliceSize>
|
||||
<SliceEncodingParams>0</SliceEncodingParams>
|
||||
<FrameRateControlSupp>1</FrameRateControlSupp>
|
||||
<VideoFps>30</VideoFps>
|
||||
<VideoFps>60</VideoFps>
|
||||
<TranscodingMode>1</TranscodingMode>
|
||||
<NonTranscodingMode>1</NonTranscodingMode>
|
||||
</VideoCodec3>
|
||||
|
@ -117,7 +117,7 @@
|
|||
<MinimumSliceSize>0</MinimumSliceSize>
|
||||
<SliceEncodingParams>0</SliceEncodingParams>
|
||||
<FrameRateControlSupp>1</FrameRateControlSupp>
|
||||
<VideoFps>30</VideoFps>
|
||||
<VideoFps>60</VideoFps>
|
||||
<TranscodingMode>1</TranscodingMode>
|
||||
<NonTranscodingMode>1</NonTranscodingMode>
|
||||
</VideoCodec4>
|
||||
|
@ -132,7 +132,7 @@
|
|||
<MinimumSliceSize>0</MinimumSliceSize>
|
||||
<SliceEncodingParams>0</SliceEncodingParams>
|
||||
<FrameRateControlSupp>1</FrameRateControlSupp>
|
||||
<VideoFps>30</VideoFps>
|
||||
<VideoFps>60</VideoFps>
|
||||
<TranscodingMode>1</TranscodingMode>
|
||||
<NonTranscodingMode>1</NonTranscodingMode>
|
||||
</VideoCodec5>
|
||||
|
@ -147,7 +147,7 @@
|
|||
<MinimumSliceSize>0</MinimumSliceSize>
|
||||
<SliceEncodingParams>0</SliceEncodingParams>
|
||||
<FrameRateControlSupp>1</FrameRateControlSupp>
|
||||
<VideoFps>30</VideoFps>
|
||||
<VideoFps>60</VideoFps>
|
||||
<TranscodingMode>1</TranscodingMode>
|
||||
<NonTranscodingMode>1</NonTranscodingMode>
|
||||
</VideoCodec6>
|
||||
|
@ -162,7 +162,7 @@
|
|||
<MinimumSliceSize>0</MinimumSliceSize>
|
||||
<SliceEncodingParams>0</SliceEncodingParams>
|
||||
<FrameRateControlSupp>1</FrameRateControlSupp>
|
||||
<VideoFps>30</VideoFps>
|
||||
<VideoFps>60</VideoFps>
|
||||
<TranscodingMode>1</TranscodingMode>
|
||||
<NonTranscodingMode>1</NonTranscodingMode>
|
||||
</VideoCodec7>
|
||||
|
@ -763,6 +763,12 @@
|
|||
-->
|
||||
<DisableAVSync>0</DisableAVSync>
|
||||
|
||||
<!--
|
||||
Push video frames to display in async mode, so that display can drop frames
|
||||
if frames are pushed faster than vsync.
|
||||
-->
|
||||
<PushVideoFrameInASyncMode>0</PushVideoFrameInASyncMode>
|
||||
|
||||
<!--
|
||||
To drop video frame in case parser detects and reports packet loss over the air
|
||||
Three modes are supported -
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue