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

(3dce9b5818576f04ce21cec4b3686eda012e5b65)

#include <limits.h>
#include <stdint.h>
#include <limits>
#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 "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::stream_data []