Home
last modified time | relevance | path

Searched defs:format_map (Results 1 – 15 of 15) sorted by relevance

/third_party/alsa-utils/axfer/
Dcontainer-au.c33 struct format_map { struct
38 static const struct format_map format_maps[] = { argument
Dcontainer-riff-wave.c42 struct format_map { struct
47 static const struct format_map format_maps[] = { argument
Dcontainer-voc.c48 struct format_map { struct
54 static const struct format_map format_maps[] = { argument
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dge_types_convert.cc63 static const std::map<std::string, ge::Format> format_map = { in GetGeFormat() local
/third_party/gstreamer/gstplugins_bad/sys/kms/
Dgstkmsutils.c39 } format_map[] = { variable
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2format.c34 static struct FormatEntry format_map[] = { variable
/third_party/libsnd/programs/
Dcommon.c310 static OUTPUT_FORMAT_MAP format_map [] = variable
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvavideoformat.c37 } format_map[] = { variable
/third_party/mesa3d/src/mesa/state_tracker/
Dst_format.c203 static const struct format_mapping format_map[] = { variable
/third_party/ffmpeg/libavcodec/
Damfenc.c70 static const FormatMap format_map[] = variable
/third_party/gstreamer/gstplugins_bad/gst/codecalpha/
Dgstalphacombine.c59 } format_map[] = { variable
/third_party/mesa3d/src/gallium/frontends/xa/
Dxa_priv.h76 unsigned int format_map[XA_LAST_SURFACE_TYPE][2]; member
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvenc.c329 GstNvEncFormat format_map[] = { in gst_nvenc_get_supported_input_formats() local
/third_party/weston/tests/
Dweston-test-client-helper.c1137 static const struct format_map_entry format_map[] = { variable
/third_party/python/Lib/collections/
D__init__.py1441 def format_map(self, mapping): member in UserString