Home
last modified time | relevance | path

Searched refs:detail_type (Results 1 – 25 of 118) sorted by relevance

12345

/dports/net/pjsip/pjproject-2.11.1/pjmedia/include/pjmedia/
H A Dport.h260 pia->fmt.detail_type==PJMEDIA_FORMAT_DETAIL_AUDIO); in PJMEDIA_PIA_SRATE()
273 pia->fmt.detail_type==PJMEDIA_FORMAT_DETAIL_AUDIO); in PJMEDIA_PIA_CCNT()
286 pia->fmt.detail_type==PJMEDIA_FORMAT_DETAIL_AUDIO); in PJMEDIA_PIA_BITS()
300 pia->fmt.detail_type==PJMEDIA_FORMAT_DETAIL_AUDIO); in PJMEDIA_PIA_PTIME()
314 pia->fmt.detail_type==PJMEDIA_FORMAT_DETAIL_AUDIO); in PJMEDIA_PIA_SPF()
328 pia->fmt.detail_type==PJMEDIA_FORMAT_DETAIL_AUDIO); in PJMEDIA_PIA_AVG_BPS()
342 pia->fmt.detail_type==PJMEDIA_FORMAT_DETAIL_AUDIO); in PJMEDIA_PIA_MAX_BPS()
356 pia->fmt.detail_type==PJMEDIA_FORMAT_DETAIL_AUDIO); in PJMEDIA_PIA_AVG_FSZ()
370 pia->fmt.detail_type==PJMEDIA_FORMAT_DETAIL_AUDIO); in PJMEDIA_PIA_MAX_FSZ()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/System.ServiceModel/
H A DFaultContractAttribute.cs36 Type detail_type; field in System.ServiceModel.FaultContractAttribute
42 detail_type = detailType; in FaultContractAttribute()
51 get { return detail_type; }
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/System.ServiceModel.Description/
H A DFaultDescription.cs43 Type detail_type; field in System.ServiceModel.Description.FaultDescription
59 get { return detail_type; }
60 set { detail_type = value; }
/dports/security/barnyard2/barnyard2-2-1.13/schemas/
H A Dcreate_oracle.sql285 detail_type INT NOT NULL, field
287 PRIMARY KEY (detail_type));
289 INSERT INTO detail (detail_type, detail_text) VALUES (0, 'fast');
290 INSERT INTO detail (detail_type, detail_text) VALUES (1, 'full');
H A Dcreate_postgresql161 CREATE TABLE detail (detail_type INT2 NOT NULL,
163 PRIMARY KEY (detail_type));
164 INSERT INTO detail (detail_type, detail_text) VALUES (0, 'fast');
165 INSERT INTO detail (detail_type, detail_text) VALUES (1, 'full');
H A Dcreate_mysql162 CREATE TABLE detail (detail_type TINYINT UNSIGNED NOT NULL,
164 PRIMARY KEY (detail_type));
165 INSERT INTO detail (detail_type, detail_text) VALUES (0, 'fast');
166 INSERT INTO detail (detail_type, detail_text) VALUES (1, 'full');
H A Dcreate_db2161 CREATE TABLE detail (detail_type SMALLINT NOT NULL,
163 PRIMARY KEY (detail_type));
164 INSERT INTO detail (detail_type, detail_text) VALUES (0, 'fast');
165 INSERT INTO detail (detail_type, detail_text) VALUES (1, 'full');
H A Dcreate_mssql90 detail INT , -- FK to detail.detail_type
179 CREATE TABLE detail (detail_type TINYINT NOT NULL ,
181 PRIMARY KEY (detail_type))
182 INSERT INTO detail (detail_type, detail_text) VALUES (0, 'fast')
183 INSERT INTO detail (detail_type, detail_text) VALUES (1, 'full')
/dports/security/barnyard2-sguil/barnyard2-2-1.13/schemas/
H A Dcreate_oracle.sql285 detail_type INT NOT NULL, field
287 PRIMARY KEY (detail_type));
289 INSERT INTO detail (detail_type, detail_text) VALUES (0, 'fast');
290 INSERT INTO detail (detail_type, detail_text) VALUES (1, 'full');
H A Dcreate_postgresql161 CREATE TABLE detail (detail_type INT2 NOT NULL,
163 PRIMARY KEY (detail_type));
164 INSERT INTO detail (detail_type, detail_text) VALUES (0, 'fast');
165 INSERT INTO detail (detail_type, detail_text) VALUES (1, 'full');
H A Dcreate_db2161 CREATE TABLE detail (detail_type SMALLINT NOT NULL,
163 PRIMARY KEY (detail_type));
164 INSERT INTO detail (detail_type, detail_text) VALUES (0, 'fast');
165 INSERT INTO detail (detail_type, detail_text) VALUES (1, 'full');
H A Dcreate_mysql162 CREATE TABLE detail (detail_type TINYINT UNSIGNED NOT NULL,
164 PRIMARY KEY (detail_type));
165 INSERT INTO detail (detail_type, detail_text) VALUES (0, 'fast');
166 INSERT INTO detail (detail_type, detail_text) VALUES (1, 'full');
H A Dcreate_mssql90 detail INT , -- FK to detail.detail_type
179 CREATE TABLE detail (detail_type TINYINT NOT NULL ,
181 PRIMARY KEY (detail_type))
182 INSERT INTO detail (detail_type, detail_text) VALUES (0, 'fast')
183 INSERT INTO detail (detail_type, detail_text) VALUES (1, 'full')
/dports/multimedia/gstreamer1-plugins-theora/gst-plugins-base-1.16.2/gst-libs/gst/pbutils/
H A Dmissing-plugins.c340 GType detail_type; in missing_structure_get_string_detail() local
344 detail_type = gst_structure_get_field_type (s, "detail"); in missing_structure_get_string_detail()
345 if (!g_type_is_a (detail_type, G_TYPE_STRING)) { in missing_structure_get_string_detail()
364 GType detail_type; in missing_structure_get_caps_detail() local
368 detail_type = gst_structure_get_field_type (s, "detail"); in missing_structure_get_caps_detail()
369 if (!g_type_is_a (detail_type, GST_TYPE_CAPS)) { in missing_structure_get_caps_detail()
/dports/multimedia/gstreamer1-plugins/gst-plugins-base-1.16.2/gst-libs/gst/pbutils/
H A Dmissing-plugins.c340 GType detail_type; in missing_structure_get_string_detail() local
344 detail_type = gst_structure_get_field_type (s, "detail"); in missing_structure_get_string_detail()
345 if (!g_type_is_a (detail_type, G_TYPE_STRING)) { in missing_structure_get_string_detail()
364 GType detail_type; in missing_structure_get_caps_detail() local
368 detail_type = gst_structure_get_field_type (s, "detail"); in missing_structure_get_caps_detail()
369 if (!g_type_is_a (detail_type, GST_TYPE_CAPS)) { in missing_structure_get_caps_detail()
/dports/audio/gstreamer1-plugins-vorbis/gst-plugins-base-1.16.2/gst-libs/gst/pbutils/
H A Dmissing-plugins.c340 GType detail_type; in missing_structure_get_string_detail() local
344 detail_type = gst_structure_get_field_type (s, "detail"); in missing_structure_get_string_detail()
345 if (!g_type_is_a (detail_type, G_TYPE_STRING)) { in missing_structure_get_string_detail()
364 GType detail_type; in missing_structure_get_caps_detail() local
368 detail_type = gst_structure_get_field_type (s, "detail"); in missing_structure_get_caps_detail()
369 if (!g_type_is_a (detail_type, GST_TYPE_CAPS)) { in missing_structure_get_caps_detail()
/dports/audio/gstreamer1-plugins-opus/gst-plugins-base-1.16.2/gst-libs/gst/pbutils/
H A Dmissing-plugins.c340 GType detail_type; in missing_structure_get_string_detail() local
344 detail_type = gst_structure_get_field_type (s, "detail"); in missing_structure_get_string_detail()
345 if (!g_type_is_a (detail_type, G_TYPE_STRING)) { in missing_structure_get_string_detail()
364 GType detail_type; in missing_structure_get_caps_detail() local
368 detail_type = gst_structure_get_field_type (s, "detail"); in missing_structure_get_caps_detail()
369 if (!g_type_is_a (detail_type, GST_TYPE_CAPS)) { in missing_structure_get_caps_detail()
/dports/audio/gstreamer1-plugins-ogg/gst-plugins-base-1.16.2/gst-libs/gst/pbutils/
H A Dmissing-plugins.c340 GType detail_type; in missing_structure_get_string_detail() local
344 detail_type = gst_structure_get_field_type (s, "detail"); in missing_structure_get_string_detail()
345 if (!g_type_is_a (detail_type, G_TYPE_STRING)) { in missing_structure_get_string_detail()
364 GType detail_type; in missing_structure_get_caps_detail() local
368 detail_type = gst_structure_get_field_type (s, "detail"); in missing_structure_get_caps_detail()
369 if (!g_type_is_a (detail_type, GST_TYPE_CAPS)) { in missing_structure_get_caps_detail()
/dports/graphics/gstreamer1-plugins-gl/gst-plugins-base-1.16.2/gst-libs/gst/pbutils/
H A Dmissing-plugins.c340 GType detail_type; in missing_structure_get_string_detail() local
344 detail_type = gst_structure_get_field_type (s, "detail"); in missing_structure_get_string_detail()
345 if (!g_type_is_a (detail_type, G_TYPE_STRING)) { in missing_structure_get_string_detail()
364 GType detail_type; in missing_structure_get_caps_detail() local
368 detail_type = gst_structure_get_field_type (s, "detail"); in missing_structure_get_caps_detail()
369 if (!g_type_is_a (detail_type, GST_TYPE_CAPS)) { in missing_structure_get_caps_detail()
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/gst-libs/gst/pbutils/
H A Dmissing-plugins.c340 GType detail_type; in missing_structure_get_string_detail() local
344 detail_type = gst_structure_get_field_type (s, "detail"); in missing_structure_get_string_detail()
345 if (!g_type_is_a (detail_type, G_TYPE_STRING)) { in missing_structure_get_string_detail()
364 GType detail_type; in missing_structure_get_caps_detail() local
368 detail_type = gst_structure_get_field_type (s, "detail"); in missing_structure_get_caps_detail()
369 if (!g_type_is_a (detail_type, GST_TYPE_CAPS)) { in missing_structure_get_caps_detail()
/dports/x11-toolkits/gstreamer1-plugins-pango/gst-plugins-base-1.16.2/gst-libs/gst/pbutils/
H A Dmissing-plugins.c340 GType detail_type; in missing_structure_get_string_detail() local
344 detail_type = gst_structure_get_field_type (s, "detail"); in missing_structure_get_string_detail()
345 if (!g_type_is_a (detail_type, G_TYPE_STRING)) { in missing_structure_get_string_detail()
364 GType detail_type; in missing_structure_get_caps_detail() local
368 detail_type = gst_structure_get_field_type (s, "detail"); in missing_structure_get_caps_detail()
369 if (!g_type_is_a (detail_type, GST_TYPE_CAPS)) { in missing_structure_get_caps_detail()
/dports/graphics/gstreamer1-plugins-libvisual/gst-plugins-base-1.16.2/gst-libs/gst/pbutils/
H A Dmissing-plugins.c340 GType detail_type; in missing_structure_get_string_detail() local
344 detail_type = gst_structure_get_field_type (s, "detail"); in missing_structure_get_string_detail()
345 if (!g_type_is_a (detail_type, G_TYPE_STRING)) { in missing_structure_get_string_detail()
364 GType detail_type; in missing_structure_get_caps_detail() local
368 detail_type = gst_structure_get_field_type (s, "detail"); in missing_structure_get_caps_detail()
369 if (!g_type_is_a (detail_type, GST_TYPE_CAPS)) { in missing_structure_get_caps_detail()
/dports/x11/gstreamer1-plugins-x/gst-plugins-base-1.16.2/gst-libs/gst/pbutils/
H A Dmissing-plugins.c340 GType detail_type; in missing_structure_get_string_detail() local
344 detail_type = gst_structure_get_field_type (s, "detail"); in missing_structure_get_string_detail()
345 if (!g_type_is_a (detail_type, G_TYPE_STRING)) { in missing_structure_get_string_detail()
364 GType detail_type; in missing_structure_get_caps_detail() local
368 detail_type = gst_structure_get_field_type (s, "detail"); in missing_structure_get_caps_detail()
369 if (!g_type_is_a (detail_type, GST_TYPE_CAPS)) { in missing_structure_get_caps_detail()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/printing/
H A Dprint_job_worker.cc113 JobEventDetails::Type detail_type, in NotificationCallback() argument
117 base::MakeRefCounted<JobEventDetails>(detail_type, job_id, document); in NotificationCallback()
126 JobEventDetails::Type detail_type, in PageNotificationCallback() argument
130 auto details = base::MakeRefCounted<JobEventDetails>(detail_type, job_id, in PageNotificationCallback()
/dports/net/pjsip/pjproject-2.11.1/pjmedia/src/pjmedia/
H A Dconverter_libswscale.c93 prm->src.detail_type != PJMEDIA_FORMAT_DETAIL_VIDEO || in factory_create_converter()
94 prm->dst.detail_type != prm->src.detail_type) in factory_create_converter()

12345