Searched refs:frameworkValue (Results 1 – 2 of 2) sorted by relevance
93 int32_t frameworkValue, uint32_t *c2Value);95 uint32_t c2Value, int32_t *frameworkValue);
1068 int32_t frameworkValue, uint32_t *c2Value) { in mapPixelFormatFrameworkToCodec() argument1069 if (!sPixelFormats.map(frameworkValue, c2Value)) { in mapPixelFormatFrameworkToCodec()1071 *c2Value = uint32_t(frameworkValue); in mapPixelFormatFrameworkToCodec()1078 uint32_t c2Value, int32_t *frameworkValue) { in mapPixelFormatCodecToFramework() argument1079 if (!sPixelFormats.map(c2Value, frameworkValue)) { in mapPixelFormatCodecToFramework()1081 *frameworkValue = int32_t(c2Value); in mapPixelFormatCodecToFramework()