Searched refs:range_t (Results 1 – 6 of 6) sorted by relevance
/frameworks/av/media/codec2/sfplugin/utils/ |
D | Codec2Mapper.h | 59 static bool map(C2Color::range_t, int32_t*); 60 static bool map(int32_t, C2Color::range_t*); 67 C2Color::range_t, C2Color::primaries_t, C2Color::matrix_t, C2Color::transfer_t, 70 static bool map(C2Color::range_t, ColorAspects::Range*); 71 static bool map(ColorAspects::Range, C2Color::range_t*);
|
D | Codec2Mapper.cpp | 125 ALookup<C2Color::range_t, int32_t> sColorRanges = { 130 ALookup<C2Color::range_t, ColorAspects::Range> sColorRangesSf = { 697 bool C2Mapper::map(C2Color::range_t from, int32_t *to) { in map() 718 bool C2Mapper::map(int32_t from, C2Color::range_t *to) { in map() 727 *to = (C2Color::range_t)sfRange; in map() 739 bool C2Mapper::map(C2Color::range_t from, ColorAspects::Range *to) { in map() 744 bool C2Mapper::map(ColorAspects::Range from, C2Color::range_t *to) { in map() 877 C2Color::range_t range, C2Color::primaries_t primaries, in map()
|
D | Codec2BufferUtils.h | 44 C2Color::range_t colorRange = C2Color::RANGE_LIMITED);
|
D | Codec2BufferUtils.cpp | 524 const C2GraphicView &src, C2Color::matrix_t colorMatrix, C2Color::range_t colorRange) { in ConvertRGBToPlanarYUV()
|
/frameworks/av/media/codec2/core/include/ |
D | C2Config.h | 1387 enum range_t : uint32_t; ///< range of color component values member 1466 C2ENUM(C2Color::range_t, uint32_t, 1526 C2Color::range_t range; 1537 C2ColorAspectsStruct(C2Color::range_t range_, C2Color::primaries_t primaries_, in C2ColorAspectsStruct()
|
/frameworks/av/media/codec2/sfplugin/ |
D | CCodecConfig.cpp | 415 .withC2Mappers<C2Color::range_t>()); in initializeStandardParams() 429 .withC2Mappers<C2Color::range_t>()); in initializeStandardParams() 443 .withC2Mappers<C2Color::range_t>()); in initializeStandardParams() 461 .withC2Mappers<C2Color::range_t>()); in initializeStandardParams() 474 .withC2Mappers<C2Color::range_t>()); in initializeStandardParams()
|