mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-11 01:08:30 +12:00
Separate camera code
This commit is contained in:
parent
cdd178d68d
commit
95238d60b7
8 changed files with 281 additions and 189 deletions
7
src/camera/Rgb2Nv12.h
Normal file
7
src/camera/Rgb2Nv12.h
Normal file
|
@ -0,0 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
void Rgb2Nv12(const uint8* rgbImage,
|
||||
unsigned imageWidth,
|
||||
unsigned imageHeight,
|
||||
uint8* outNv12Image,
|
||||
unsigned nv12Pitch);
|
Loading…
Add table
Add a link
Reference in a new issue