Home
last modified time | relevance | path

Searched refs:FormatEntry (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2format.c25 struct FormatEntry struct
34 static struct FormatEntry format_map[] = { argument
42 static struct FormatEntry *
46 struct FormatEntry *ret = NULL; in lookup_v4l2_fmt()
58 static struct FormatEntry *
62 struct FormatEntry *ret = NULL; in lookup_gst_fmt()
125 struct FormatEntry *entry = lookup_v4l2_fmt (fmt->fmt.pix_mp.pixelformat); in gst_v4l2_format_to_video_info()
173 struct FormatEntry *entry = lookup_v4l2_fmt (pix_fmt); in gst_v4l2_format_to_video_format()
185 struct FormatEntry *entry = lookup_gst_fmt (format); in gst_v4l2_format_from_video_format()
/third_party/vk-gl-cts/modules/glshared/
DglsFboUtil.hpp167 typedef Pair<FormatFlags, FormatKeys> FormatEntry; typedef
168 typedef Range<FormatEntry> FormatEntries;
DglsFboUtil.cpp224 for (const FormatEntry* it = stdFmts.begin(); it != stdFmts.end(); it++) in addFormats()
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fFboCompletenessTests.cpp70 static const FormatEntry s_es2Formats[] =
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fFboCompletenessTests.cpp104 static const FormatEntry s_es3Formats[] =
/third_party/ffmpeg/libswscale/
Dutils.c92 typedef struct FormatEntry { struct
96 } FormatEntry; typedef
98 static const FormatEntry format_entries[] = {