Home
last modified time | relevance | path

Searched refs:frameworkValue (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/codec2/sfplugin/utils/
DCodec2Mapper.h93 int32_t frameworkValue, uint32_t *c2Value);
95 uint32_t c2Value, int32_t *frameworkValue);
DCodec2Mapper.cpp1068 int32_t frameworkValue, uint32_t *c2Value) { in mapPixelFormatFrameworkToCodec() argument
1069 if (!sPixelFormats.map(frameworkValue, c2Value)) { in mapPixelFormatFrameworkToCodec()
1071 *c2Value = uint32_t(frameworkValue); in mapPixelFormatFrameworkToCodec()
1078 uint32_t c2Value, int32_t *frameworkValue) { in mapPixelFormatCodecToFramework() argument
1079 if (!sPixelFormats.map(c2Value, frameworkValue)) { in mapPixelFormatCodecToFramework()
1081 *frameworkValue = int32_t(c2Value); in mapPixelFormatCodecToFramework()