st-2110-20 pipeline API MTL node in
This commit is contained in:
+1
-1
@@ -119,7 +119,7 @@ inline void fill_white(uint8_t* buf, int width, int height, uint32_t stride)
|
||||
fill_solid(buf, width, height, stride, {940, 512, 512});
|
||||
}
|
||||
|
||||
inline void UYVYtoV210(uint8_t* src_buf, uint8_t* dst_buf, int width, int height, uint32_t src_stride, uint32_t dst_stride)
|
||||
inline void UYVYtoV210(const uint8_t* src_buf, uint8_t* dst_buf, int width, int height, uint32_t src_stride, uint32_t dst_stride)
|
||||
{
|
||||
const uint8_t* src = src_buf;
|
||||
uint8_t* dst = dst_buf;
|
||||
|
||||
Reference in New Issue
Block a user