Home
last modified time | relevance | path

Searched refs:matrix_t (Results 1 – 4 of 4) sorted by relevance

/hardware/google/av/media/sfplugin/utils/
DCodec2Mapper.h58 static bool map(C2Color::primaries_t, C2Color::matrix_t, int32_t*);
59 static bool map(int32_t, C2Color::primaries_t*, C2Color::matrix_t*);
64 C2Color::range_t, C2Color::primaries_t, C2Color::matrix_t, C2Color::transfer_t,
71 static bool map(C2Color::matrix_t, ColorAspects::MatrixCoeffs*);
72 static bool map(ColorAspects::MatrixCoeffs, C2Color::matrix_t*);
DCodec2Mapper.cpp97 ALookup<C2Color::matrix_t, ColorAspects::MatrixCoeffs> sColorMatricesSf = {
610 bool C2Mapper::map(C2Color::primaries_t primaries, C2Color::matrix_t matrix, int32_t *standard) { in map()
644 bool C2Mapper::map(int32_t standard, C2Color::primaries_t *primaries, C2Color::matrix_t *matrix) { in map()
664 *matrix = (C2Color::matrix_t)sfMatrix; in map()
685 bool C2Mapper::map(C2Color::matrix_t from, ColorAspects::MatrixCoeffs *to) { in map()
690 bool C2Mapper::map(ColorAspects::MatrixCoeffs from, C2Color::matrix_t *to) { in map()
739 C2Color::matrix_t matrix, C2Color::transfer_t transfer, uint32_t *dataSpace) { in map()
/hardware/google/av/codec2/include/
DC2Config.h1333 enum matrix_t : uint32_t; ///< matrix coefficient (YUV <=> RGB) member
1462 C2ENUM(C2Color::matrix_t, uint32_t,
1477 constexpr C2Color::matrix_t MATRIX_BT470_6M = MATRIX_FCC47_73_682; // deprecated
1478 constexpr C2Color::matrix_t MATRIX_BT709_5 = MATRIX_BT709; // deprecated
1479 constexpr C2Color::matrix_t MATRIX_BT601_6 = MATRIX_BT601; // deprecated
1485 C2Color::matrix_t matrix;
1494 C2Color::transfer_t transfer_, C2Color::matrix_t matrix_) in C2ColorAspectsStruct()
/hardware/google/av/media/sfplugin/
DCCodecConfig.cpp1145 C2Color::matrix_t matrix; in getSdkFormatForDomain()
1407 C2Color::matrix_t matrix; in getReflectedFormat()