Lines Matching refs:C2Mapper
130 if (v.get(&sdkValue) && C2Mapper::map(sdkValue, &c2Value)) { in withC2Mappers()
139 if (v.get((C2ValueType*)&c2Value) && C2Mapper::map(c2Value, &sdkValue)) { in withC2Mappers()
682 if (C2Mapper::mapPixelFormatFrameworkToCodec(value, &result)) { in initializeStandardParams()
691 if (C2Mapper::mapPixelFormatCodecToFramework(value, &result)) { in initializeStandardParams()
716 if (v.get(&value) && C2Mapper::map(value, &to)) { in initializeStandardParams()
725 if (v.get((C2ValueType*)&value) && C2Mapper::map(value, &to)) { in initializeStandardParams()
753 std::shared_ptr<C2Mapper::ProfileLevelMapper> mapper = in initializeStandardParams()
754 C2Mapper::GetProfileLevelMapper(mCodingMediaType); in initializeStandardParams()
1036 if (v.get(&sdk) && C2Mapper::map(sdk, &c2)) { in initializeStandardParams()
1044 if (v.get((C2ValueType*)&c2) && C2Mapper::map(c2, &sdk)) { in initializeStandardParams()
1539 if (C2Mapper::map(primaries, matrix, &standard)) { in getFormatForDomain()
1767 std::shared_ptr<C2Mapper::ProfileLevelMapper> mapper = in getReflectedFormat()
1768 C2Mapper::GetProfileLevelMapper(mCodingMediaType); in getReflectedFormat()
1851 if (C2Mapper::map(standard, &primaries, &matrix)) { in getReflectedFormat()
1996 std::shared_ptr<C2Mapper::ProfileLevelMapper> mapper = in getConfigUpdateFromSdkParams()
1997 C2Mapper::GetBitDepthProfileLevelMapper(mCodingMediaType, bitDepth); in getConfigUpdateFromSdkParams()