Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/utils/
DCodec2Mapper.h74 static bool map(C2Color::primaries_t, C2Color::matrix_t, int32_t*);
75 static bool map(int32_t, C2Color::primaries_t*, C2Color::matrix_t*);
80 C2Color::range_t, C2Color::primaries_t, C2Color::matrix_t, C2Color::transfer_t,
87 static bool map(C2Color::matrix_t, ColorAspects::MatrixCoeffs*);
88 static bool map(ColorAspects::MatrixCoeffs, C2Color::matrix_t*);
DCodec2BufferUtils.h43 const C2GraphicView &src, C2Color::matrix_t colorMatrix = C2Color::MATRIX_BT601,
DCodec2Mapper.cpp103 ALookup<C2Color::matrix_t, ColorAspects::MatrixCoeffs> sColorMatricesSf = {
859 bool C2Mapper::map(C2Color::primaries_t primaries, C2Color::matrix_t matrix, int32_t *standard) { in map()
893 bool C2Mapper::map(int32_t standard, C2Color::primaries_t *primaries, C2Color::matrix_t *matrix) { in map()
913 *matrix = (C2Color::matrix_t)sfMatrix; in map()
934 bool C2Mapper::map(C2Color::matrix_t from, ColorAspects::MatrixCoeffs *to) { in map()
939 bool C2Mapper::map(ColorAspects::MatrixCoeffs from, C2Color::matrix_t *to) { in map()
988 C2Color::matrix_t matrix, C2Color::transfer_t transfer, uint32_t *dataSpace) { in map()
DCodec2BufferUtils.cpp594 const C2GraphicView &src, C2Color::matrix_t colorMatrix, C2Color::range_t colorRange) { in ConvertRGBToPlanarYUV()
/frameworks/av/media/codec2/core/include/
DC2Config.h1484 enum matrix_t : uint32_t; ///< matrix coefficient (YUV <=> RGB) member
1613 C2ENUM(C2Color::matrix_t, uint32_t,
1629 C2Color::matrix_t matrix;
1638 C2Color::transfer_t transfer_, C2Color::matrix_t matrix_) in C2ColorAspectsStruct()
/frameworks/av/media/codec2/components/base/include/
DSimpleC2Component.h73 size_t height, C2Color::matrix_t colorMatrix,
/frameworks/av/media/codec2/sfplugin/
DCCodecConfig.cpp1527 C2Color::matrix_t matrix; in getFormatForDomain()
1849 C2Color::matrix_t matrix; in getReflectedFormat()
/frameworks/av/media/codec2/components/base/
DSimpleC2Component.cpp478 size_t height, C2Color::matrix_t colorMatrix, in convertRGBA1010102ToYUV420Planar16()