Searched refs:vendor_string (Results 1 – 8 of 8) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | vorbiscomment.c | 41 int64_t ff_vorbiscomment_length(const AVDictionary *m, const char *vendor_string, in ff_vorbiscomment_length() argument 45 len += strlen(vendor_string); in ff_vorbiscomment_length() 66 const char *vendor_string, in ff_vorbiscomment_write() argument 70 avio_wl32(pb, strlen(vendor_string)); in ff_vorbiscomment_write() 71 avio_write(pb, vendor_string, strlen(vendor_string)); in ff_vorbiscomment_write()
|
D | vorbiscomment.h | 37 int64_t ff_vorbiscomment_length(const AVDictionary *m, const char *vendor_string, 52 const char *vendor_string,
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/ |
D | gstvorbistag.c | 434 const guint8 * id_data, const guint id_data_length, gchar ** vendor_string) in gst_tag_list_from_vorbiscomment() argument 465 if (vendor_string) in gst_tag_list_from_vorbiscomment() 466 *vendor_string = g_strndup (cur, cur_size); in gst_tag_list_from_vorbiscomment() 505 if (vendor_string && *vendor_string) { in gst_tag_list_from_vorbiscomment() 506 g_free (*vendor_string); in gst_tag_list_from_vorbiscomment() 507 *vendor_string = NULL; in gst_tag_list_from_vorbiscomment() 530 const guint8 * id_data, const guint id_data_length, gchar ** vendor_string) in gst_tag_list_from_vorbiscomment_buffer() argument 540 id_data_length, vendor_string); in gst_tag_list_from_vorbiscomment_buffer() 805 const gchar * vendor_string) in gst_tag_list_to_vorbiscomment_buffer() argument 819 if (vendor_string == NULL) in gst_tag_list_to_vorbiscomment_buffer() [all …]
|
D | tag.h | 488 … gchar ** vendor_string); 494 … gchar ** vendor_string); 500 … const gchar * vendor_string);
|
/third_party/mesa3d/src/gallium/frontends/va/ |
D | context.c | 197 snprintf(drv->vendor_string, sizeof(drv->vendor_string), in VA_DRIVER_INIT_FUNC() 200 ctx->str_vendor = drv->vendor_string; in VA_DRIVER_INIT_FUNC()
|
D | va_private.h | 254 char vendor_string[256]; member
|
/third_party/ffmpeg/libavutil/ |
D | hwcontext_vaapi.c | 360 const char *vendor_string; in vaapi_device_init() local 402 vendor_string = vaQueryVendorString(hwctx->display); in vaapi_device_init() 403 if (vendor_string) in vaapi_device_init() 404 av_log(hwdev, AV_LOG_VERBOSE, "VAAPI driver: %s.\n", vendor_string); in vaapi_device_init() 412 if (vendor_string) { in vaapi_device_init() 414 if (strstr(vendor_string, in vaapi_device_init()
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 41793 Don't leak the vendor_string on error cases
|