Change-Id: If8d0b57acc6b41c28c7a331e41db44d2 Signed-off-by: zenin1504 <me.zenin1504.dev@gmail.com>
83 lines
2.2 KiB
JSON
83 lines
2.2 KiB
JSON
{
|
|
"PipelineName": "ThirdPartySnapshotJpeg",
|
|
"NodesList": {
|
|
"Node": [
|
|
{
|
|
"NodeName": "com.xiaomi.plugin.offlinejpeg",
|
|
"NodeInstance": "JpegInstance",
|
|
"NodeProperty":[
|
|
{
|
|
"NodePropertyName":"NodeMask",
|
|
"NodePropertyValue":4,
|
|
"__comment__":"SCALE_MODE"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"NodeName": "com.xiaomi.plugin.pixman",
|
|
"NodeInstance": "RemoteSnapshotInstance",
|
|
"NodeProperty": [
|
|
{
|
|
"NodePropertyName": "pluginMode",
|
|
"NodePropertyValue": 1,
|
|
"__comment__": "STREAM_USE_CASE_STILL_CAPTURE"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"NodeName": "com.xiaomi.plugin.memcpy",
|
|
"NodeInstance": "xxxInstance"
|
|
}
|
|
]
|
|
},
|
|
"PortLinkages": {
|
|
"Link": [
|
|
{
|
|
"SrcPort": {
|
|
"PortId": 0,
|
|
"NodeInstance": "SourceBuffer"
|
|
},
|
|
"DstPort": {
|
|
"PortId": 0,
|
|
"NodeInstance": "xxxInstance",
|
|
"PortFormat": "YUV420_NV12"
|
|
}
|
|
},
|
|
{
|
|
"SrcPort": {
|
|
"PortId": 0,
|
|
"NodeInstance": "xxxInstance",
|
|
"PortFormat": "YUV420_NV12"
|
|
},
|
|
"DstPort": {
|
|
"PortId": 0,
|
|
"NodeInstance": "JpegInstance",
|
|
"PortFormat": "YUV420_NV12"
|
|
}
|
|
},
|
|
{
|
|
"SrcPort": {
|
|
"PortId": 0,
|
|
"NodeInstance": "JpegInstance",
|
|
"PortFormat": "BLOB"
|
|
},
|
|
"DstPort": {
|
|
"PortId": 0,
|
|
"NodeInstance": "RemoteSnapshotInstance",
|
|
"PortFormat": "BLOB"
|
|
}
|
|
},
|
|
{
|
|
"SrcPort": {
|
|
"PortId": 0,
|
|
"NodeInstance": "RemoteSnapshotInstance",
|
|
"PortFormat": "BLOB"
|
|
},
|
|
"DstPort": {
|
|
"PortId": 0,
|
|
"NodeInstance": "SinkBuffer0"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
} |