Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
TestCaptureConvert.cpp File Reference
#include "rendering/capture/CaptureConvert.h"
#include "rendering/capture/CapturePixels.h"
#include "rendering/capture/CaptureTypes.h"
#include <cmath>
#include <cstring>
#include <memory>
#include <vector>
#include <libavutil/mastering_display_metadata.h>
#include <libavutil/pixfmt.h>
#include <libswscale/swscale.h>
#include <gtest/gtest.h>

Functions

 TEST (TestCaptureConvert, SDRSameSizeByteExact)
 
 TEST (TestCaptureConvert, SDRStrideAwareByteExact)
 
 TEST (TestCaptureConvert, CopyBGRA8IgnoresHDRTagsNoTonemap)
 
 TEST (TestCaptureConvert, PQRampHonorsMasteringPeak)
 

Function Documentation

◆ TEST() [1/4]

TEST ( TestCaptureConvert ,
CopyBGRA8IgnoresHDRTagsNoTonemap  )

◆ TEST() [2/4]

TEST ( TestCaptureConvert ,
PQRampHonorsMasteringPeak  )

◆ TEST() [3/4]

TEST ( TestCaptureConvert ,
SDRSameSizeByteExact  )

◆ TEST() [4/4]

TEST ( TestCaptureConvert ,
SDRStrideAwareByteExact  )