Searched refs:C2Mapper (Results 1 – 7 of 7) sorted by relevance
/hardware/google/av/media/sfplugin/utils/ |
D | Codec2Mapper.cpp | 332 struct ProfileLevelMapperHelper : C2Mapper::ProfileLevelMapper { 512 std::shared_ptr<C2Mapper::ProfileLevelMapper> 513 C2Mapper::GetProfileLevelMapper(std::string mediaType) { in GetProfileLevelMapper() 538 bool C2Mapper::map(C2Config::bitrate_mode_t from, int32_t *to) { in map() 543 bool C2Mapper::map(int32_t from, C2Config::bitrate_mode_t *to) { in map() 548 bool C2Mapper::map(C2Config::pcm_encoding_t from, int32_t *to) { in map() 553 bool C2Mapper::map(int32_t from, C2Config::pcm_encoding_t *to) { in map() 558 bool C2Mapper::map(C2Color::range_t from, int32_t *to) { in map() 579 bool C2Mapper::map(int32_t from, C2Color::range_t *to) { in map() 600 bool C2Mapper::map(C2Color::range_t from, ColorAspects::Range *to) { in map() [all …]
|
D | Codec2Mapper.h | 31 struct C2Mapper { struct
|
/hardware/google/av/media/sfplugin/ |
D | CCodecConfig.cpp | 99 if (v.get(&sdkValue) && C2Mapper::map(sdkValue, &c2Value)) { in withC2Mappers() 108 if (v.get((C2ValueType*)&c2Value) && C2Mapper::map(c2Value, &sdkValue)) { in withC2Mappers() 364 if (v.get(&value) && C2Mapper::map(value, &mode)) { in initializeStandardParams() 637 if (v.get(&value) && C2Mapper::map(value, &to)) { in initializeStandardParams() 645 if (v.get((C2ValueType*)&value) && C2Mapper::map(value, &to)) { in initializeStandardParams() 667 std::shared_ptr<C2Mapper::ProfileLevelMapper> mapper = in initializeStandardParams() 668 C2Mapper::GetProfileLevelMapper(mCodingMediaType); in initializeStandardParams() 1150 if (C2Mapper::map(primaries, matrix, &standard)) { in getSdkFormatForDomain() 1409 if (C2Mapper::map(standard, &primaries, &matrix)) { in getReflectedFormat()
|
D | Codec2InfoBuilder.cpp | 471 std::shared_ptr<C2Mapper::ProfileLevelMapper> mapper = in buildMediaCodecList() 472 C2Mapper::GetProfileLevelMapper(trait.mediaType); in buildMediaCodecList()
|
/hardware/google/av/media/codecs/hevc/ |
D | C2SoftHevcDec.cpp | 579 if (!C2Mapper::map(sfAspects.mPrimaries, &codedAspects.primaries)) { in getVuiParams() 582 if (!C2Mapper::map(sfAspects.mRange, &codedAspects.range)) { in getVuiParams() 585 if (!C2Mapper::map(sfAspects.mMatrixCoeffs, &codedAspects.matrix)) { in getVuiParams() 588 if (!C2Mapper::map(sfAspects.mTransfer, &codedAspects.transfer)) { in getVuiParams()
|
/hardware/google/av/media/codecs/mpeg2/ |
D | C2SoftMpeg2Dec.cpp | 654 if (!C2Mapper::map(sfAspects.mPrimaries, &codedAspects.primaries)) { in getSeqInfo() 657 if (!C2Mapper::map(sfAspects.mRange, &codedAspects.range)) { in getSeqInfo() 660 if (!C2Mapper::map(sfAspects.mMatrixCoeffs, &codedAspects.matrix)) { in getSeqInfo() 663 if (!C2Mapper::map(sfAspects.mTransfer, &codedAspects.transfer)) { in getSeqInfo()
|
/hardware/google/av/media/codecs/avc/ |
D | C2SoftAvcDec.cpp | 580 if (!C2Mapper::map(sfAspects.mPrimaries, &codedAspects.primaries)) { in getVuiParams() 583 if (!C2Mapper::map(sfAspects.mRange, &codedAspects.range)) { in getVuiParams() 586 if (!C2Mapper::map(sfAspects.mMatrixCoeffs, &codedAspects.matrix)) { in getVuiParams() 589 if (!C2Mapper::map(sfAspects.mTransfer, &codedAspects.transfer)) { in getVuiParams()
|