Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
jpx_unittest.cpp File Reference

(e4657a741c23c8f48e0e97ae2091dc2d99f4f27d)

#include <limits.h>
#include <stdint.h>
#include <limits>
#include <type_traits>
#include "core/fxcodec/jpx/cjpx_decoder.h"
#include "core/fxcodec/jpx/jpx_decode_utils.h"
#include "core/fxcrt/fx_memcpy_wrappers.h"
#include "core/fxcrt/fx_memory.h"
#include "core/fxcrt/stl_util.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/libopenjpeg/opj_malloc.h"
Include dependency graph for jpx_unittest.cpp:

Go to the source code of this file.

Namespaces

namespace  fxcodec

Functions

 fxcodec::TEST (fxcodec, DecodeDataNullDecodeData)
 fxcodec::TEST (fxcodec, DecodeDataNullStream)
 fxcodec::TEST (fxcodec, DecodeDataZeroSize)
 fxcodec::TEST (fxcodec, DecodeDataReadInBounds)
 fxcodec::TEST (fxcodec, DecodeDataReadBeyondBounds)
 fxcodec::TEST (fxcodec, DecodeDataSkip)
 fxcodec::TEST (fxcodec, DecodeDataSeek)
 fxcodec::TEST (fxcodec, YUV420ToRGB)

Variables

static const OPJ_OFF_T fxcodec::kSkipError = static_cast<OPJ_OFF_T>(-1)
static const OPJ_SIZE_T fxcodec::kReadError = static_cast<OPJ_SIZE_T>(-1)
static const uint8_t fxcodec::kStreamData []