Lines Matching refs:name_str
1312 gchar *name_str; in gst_vtenc_session_dump_property() local
1316 name_str = gst_vtutil_string_to_utf8 (prop_name); in gst_vtenc_session_dump_property()
1321 GST_DEBUG_OBJECT (dpc->self, "%s = %s", name_str, attrs_str); in gst_vtenc_session_dump_property()
1330 GST_DEBUG_OBJECT (dpc->self, "%s = %s", name_str, value_str); in gst_vtenc_session_dump_property()
1337 name_str, (int) status); in gst_vtenc_session_dump_property()
1340 g_free (name_str); in gst_vtenc_session_dump_property()
1418 gchar name_str[128]; in gst_vtenc_session_configure_property_int() local
1424 CFStringGetCString (name, name_str, sizeof (name_str), kCFStringEncodingUTF8); in gst_vtenc_session_configure_property_int()
1425 GST_DEBUG_OBJECT (self, "%s(%d) => %d", name_str, value, (int) status); in gst_vtenc_session_configure_property_int()
1436 gchar name_str[128]; in gst_vtenc_session_configure_property_double() local
1442 CFStringGetCString (name, name_str, sizeof (name_str), kCFStringEncodingUTF8); in gst_vtenc_session_configure_property_double()
1443 GST_DEBUG_OBJECT (self, "%s(%f) => %d", name_str, value, (int) status); in gst_vtenc_session_configure_property_double()