Home
last modified time | relevance | path

Searched refs:FormatMap (Results 1 – 11 of 11) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvavideoformat.c32 static struct FormatMap struct
164 static const struct FormatMap *
177 static struct FormatMap *
217 static const struct FormatMap *
233 const struct FormatMap *map = get_format_map_from_va_fourcc (va_fourcc); in gst_va_video_format_from_va_fourcc()
241 const struct FormatMap *map = get_format_map_from_video_format (format); in gst_va_fourcc_from_video_format()
249 const struct FormatMap *map = get_format_map_from_video_format (format); in gst_va_chroma_from_video_format()
257 const struct FormatMap *map = get_format_map_from_video_format (format); in gst_va_image_format_from_video_format()
265 const struct FormatMap *map = get_format_map_from_va_image_format (va_format); in gst_va_video_format_from_va_image_format()
324 struct FormatMap *map; in fix_map()
/third_party/vk-gl-cts/modules/glshared/
DglsFboUtil.hpp160 typedef std::map<ImageFormat, FormatFlags> FormatMap; typedef in deqp::gls::FboUtil::FormatDB
163 FormatMap m_formatFlags;
DglsFboUtil.cpp124 for (FormatMap::const_iterator it = m_formatFlags.begin(); it != m_formatFlags.end(); it++) in getFormats()
/third_party/ffmpeg/libavcodec/
Damfenc.c65 typedef struct FormatMap { struct
68 } FormatMap; typedef
70 static const FormatMap format_map[] =
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DFormat.h234 using FormatMap = PackedEnumMap<FormatID, T, kNumANGLEFormats>; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCaps.h82 angle::FormatMap<TextureCaps> mFormatData;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_mandatory_format_support_table_autogen.cpp43 constexpr FormatMap<VkFormatProperties> kFormatProperties = {
DRendererVk.h605 mutable angle::FormatMap<VkFormatProperties> mFormatProperties;
Dvk_format_table_autogen.cpp2384 static constexpr angle::FormatMap<VkFormat> kMap = { in GetVkFormatFromFormatID()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcInternalformatTests.cpp1800 typedef std::map<GLenum, std::string> FormatMap; in formatToString() typedef
1801 static FormatMap formatMap; in formatToString()
1813 FormatMap::iterator it = formatMap.find(format); in formatToString()
DglcPackedPixelsTests.cpp612 typedef std::map<GLenum, std::string> FormatMap; in getFormatStr() typedef
613 static FormatMap formatMap; in getFormatStr()
642 FormatMap::iterator it = formatMap.find(format); in getFormatStr()