/third_party/gstreamer/gstplugins_base/tests/examples/encoding/ |
D | encoding.c | 184 create_profile_from_string (gchar * format, gchar * vformat, gchar * aformat) in create_profile_from_string() argument 191 if (vformat) in create_profile_from_string() 192 vf = gst_caps_from_string (vformat); in create_profile_from_string() 196 if (G_UNLIKELY ((vformat && (vf == NULL)) || (aformat && (af == NULL)))) in create_profile_from_string() 369 gchar *vformat = NULL; in main() local 379 {"vformat", 'v', 0, G_OPTION_ARG_STRING, &vformat, in main() 434 if (!vformat) in main() 437 vformats = gst_caps_from_string (vformat); in main() 492 prof = create_profile_from_string (format, vformat, aformat); in main()
|
/third_party/gstreamer/gstplugins_base/sys/xvimage/ |
D | xvcontext.c | 273 GstVideoFormat vformat; in gst_xvcontext_get_xv_support() local 289 vformat = gst_video_format_from_masks (fmt->depth, fmt->bits_per_pixel, in gst_xvcontext_get_xv_support() 291 if (vformat == GST_VIDEO_FORMAT_UNKNOWN) in gst_xvcontext_get_xv_support() 295 "format", G_TYPE_STRING, gst_video_format_to_string (vformat), in gst_xvcontext_get_xv_support() 305 vformat = gst_video_format_from_fourcc (formats[i].id); in gst_xvcontext_get_xv_support() 306 if (vformat == GST_VIDEO_FORMAT_UNKNOWN) in gst_xvcontext_get_xv_support() 310 "format", G_TYPE_STRING, gst_video_format_to_string (vformat), in gst_xvcontext_get_xv_support() 317 vformat = GST_VIDEO_FORMAT_UNKNOWN; in gst_xvcontext_get_xv_support() 328 format->vformat = vformat; in gst_xvcontext_get_xv_support() 899 if (format && format->vformat == GST_VIDEO_INFO_FORMAT (info)) in gst_xvcontext_get_format_from_info()
|
D | xvcontext.h | 84 GstVideoFormat vformat; member
|
/third_party/mesa3d/src/mesa/main/ |
D | api_arrayelt.c | 67 vertex_format_to_index(const struct gl_vertex_format *vformat) in vertex_format_to_index() argument 69 if (vformat->Doubles) in vertex_format_to_index() 71 else if (vformat->Integer) in vertex_format_to_index() 73 else if (vformat->Normalized) in vertex_format_to_index() 1396 func_nv(const struct gl_vertex_format *vformat) in func_nv() argument 1398 return AttribFuncsNV[vformat->Normalized][vformat->Size-1] in func_nv() 1399 [TYPE_IDX(vformat->Type)]; in func_nv() 1407 func_arb(const struct gl_vertex_format *vformat) in func_arb() argument 1409 return AttribFuncsARB[vertex_format_to_index(vformat)][vformat->Size-1] in func_arb() 1410 [TYPE_IDX(vformat->Type)]; in func_arb()
|
/third_party/mesa3d/src/gallium/drivers/virgl/ |
D | virgl_screen.c | 583 int vformat = VIRGL_FORMAT_R11G11B10_FLOAT; in virgl_is_vertex_format_supported() local 584 int big = vformat / 32; in virgl_is_vertex_format_supported() 585 int small = vformat % 32; in virgl_is_vertex_format_supported() 614 enum virgl_formats vformat = pipe_to_virgl_format(format); in virgl_format_check_bitmask() local 615 int big = vformat / 32; in virgl_format_check_bitmask() 616 int small = vformat % 32; in virgl_format_check_bitmask() 631 vformat = pipe_to_virgl_format(format); in virgl_format_check_bitmask() 632 big = vformat / 32; in virgl_format_check_bitmask() 633 small = vformat % 32; in virgl_format_check_bitmask()
|
D | virgl_encode.c | 305 enum virgl_formats vformat = virgl_formats_conv_table[format]; in pipe_to_virgl_format() local 306 if (format != PIPE_FORMAT_NONE && !vformat) in pipe_to_virgl_format() 308 return vformat; in pipe_to_virgl_format()
|
/third_party/python/Lib/ |
D | string.py | 161 return self.vformat(format_string, args, kwargs) 163 def vformat(self, format_string, args, kwargs): member in Formatter
|
/third_party/gstreamer/gstplugins_bad/gst/librfb/ |
D | gstrfbsrc.c | 399 GstVideoFormat vformat; in gst_rfb_src_negotiate() local 463 vformat = gst_video_format_from_masks (decoder->depth, decoder->bpp, in gst_rfb_src_negotiate() 469 gst_video_info_set_format (&vinfo, vformat, decoder->rect_width, in gst_rfb_src_negotiate()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_atom_array.cpp | 62 const struct gl_vertex_format *vformat, in init_velement() argument 67 velements[idx].src_format = vformat->_PipeFormat; in init_velement()
|
/third_party/gstreamer/gstplugins_base/ext/pango/ |
D | gsttextrender.c | 334 GstVideoFormat vformat; in gst_text_render_check_argb() local 346 vformat = gst_video_format_from_string (fmt); in gst_text_render_check_argb() 347 info = gst_video_format_get_info (vformat); in gst_text_render_check_argb()
|
/third_party/python/Doc/library/ |
D | string.rst | 95 It is just a wrapper that calls :meth:`vformat`. 101 .. method:: vformat(format_string, args, kwargs) 107 syntax. :meth:`vformat` does the work of breaking up the format string 118 by :meth:`vformat` to break the string into either literal text, or 134 :meth:`vformat`. The return value *used_key* has the same meaning as the 145 :meth:`vformat`, and the *kwargs* parameter is set to the dictionary of 166 passed to vformat. The set of unused args can be calculated from these
|
/third_party/node/deps/v8/third_party/jinja2/ |
D | sandbox.py | 449 rv = formatter.vformat(s, args, kwargs)
|
/third_party/markupsafe/ |
D | __init__.py | 214 return self.__class__(formatter.vformat(self, args, kwargs))
|
/third_party/node/tools/inspector_protocol/jinja2/ |
D | sandbox.py | 414 rv = formatter.vformat(s, args, kwargs)
|
/third_party/skia/third_party/externals/jinja2/ |
D | sandbox.py | 449 rv = formatter.vformat(s, args, kwargs)
|
/third_party/gstreamer/gstplugins_base/sys/ximage/ |
D | ximagesink.c | 868 GstVideoFormat vformat; in gst_x_image_sink_xcontext_get() local 960 vformat = in gst_x_image_sink_xcontext_get() 965 if (vformat == GST_VIDEO_FORMAT_UNKNOWN) in gst_x_image_sink_xcontext_get() 975 "format", G_TYPE_STRING, gst_video_format_to_string (vformat), in gst_x_image_sink_xcontext_get()
|
/third_party/jinja2/ |
D | sandbox.py | 374 rv = formatter.vformat(s, args, kwargs)
|
/third_party/gstreamer/gstplugins_bad/sys/decklink/ |
D | gstdecklink.cpp | 365 GstVideoFormat vformat; member 576 if (formats[i].vformat == f) in gst_decklink_type_from_video_format() 590 return formats[i].vformat; in gst_decklink_video_format_from_type()
|
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/ |
D | gstahcsrc.c | 1796 GstVideoFormat vformat; in gst_ahc_src_getcaps() local 1797 vformat = gst_video_format_from_masks (16, 16, G_LITTLE_ENDIAN, in gst_ahc_src_getcaps() 1800 format_string = g_strdup (gst_video_format_to_string (vformat)); in gst_ahc_src_getcaps()
|
/third_party/nghttp2/third-party/ |
D | Makefile.am | 166 mruby/test/t/vformat.rb \ 431 mruby/mrbgems/mruby-test/vformat.c \
|