Changeset 75393 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Nov 12, 2018 9:53:28 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/RecordingUtils.h
r75354 r75393 198 198 }; 199 199 200 int recordingRGBToYUV(uint32_t uPixelFormat,201 uint8_t *paDst, uint32_t uDstWidth, uint32_t uDstHeight,202 uint8_t *paSrc, uint32_t uSrcWidth, uint32_t uSrcHeight);200 int RecordingUtilsRGBToYUV(uint32_t uPixelFormat, 201 uint8_t *paDst, uint32_t uDstWidth, uint32_t uDstHeight, 202 uint8_t *paSrc, uint32_t uSrcWidth, uint32_t uSrcHeight); 203 203 204 204 #endif /* ____H_RECORDING_UTILS */
Note:
See TracChangeset
for help on using the changeset viewer.