/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_screen.c | 60 return (eng3d->oclass >= NV40_3D_CLASS) ? 4 : 1; in nv30_screen_get_param() 107 return eng3d->oclass == NV35_3D_CLASS || eng3d->oclass >= NV40_3D_CLASS; in nv30_screen_get_param() 119 return (eng3d->oclass >= NV40_3D_CLASS) ? 1 : 0; in nv30_screen_get_param() 299 return (eng3d->oclass >= NV40_3D_CLASS) ? 16.0 : 8.0; in nv30_screen_get_paramf() 325 return (eng3d->oclass >= NV40_3D_CLASS) ? 512 : 256; in nv30_screen_get_shader_param() 328 return (eng3d->oclass >= NV40_3D_CLASS) ? 512 : 0; in nv30_screen_get_shader_param() 335 return ((eng3d->oclass >= NV40_3D_CLASS) ? (468 - 6): (256 - 6)) * sizeof(float[4]); in nv30_screen_get_shader_param() 339 return (eng3d->oclass >= NV40_3D_CLASS) ? 32 : 13; in nv30_screen_get_shader_param() 394 return ((eng3d->oclass >= NV40_3D_CLASS) ? 224 : 32) * sizeof(float[4]); in nv30_screen_get_shader_param() 548 unsigned oclass = 0; in nv30_screen_create() local [all …]
|
D | nv30_vertprog.c | 80 vp->translated = _nvfx_vertprog_translate(eng3d->oclass, vp); in nv30_vertprog_validate() 106 if (eng3d->oclass < NV40_3D_CLASS) { in nv30_vertprog_validate() 149 if (eng3d->oclass < NV40_3D_CLASS) { in nv30_vertprog_validate() 208 if (eng3d->oclass < NV40_3D_CLASS) { in nv30_vertprog_validate()
|
D | nv30_clear.c | 86 if (nv30->screen->eng3d->oclass < NV40_3D_CLASS) { in nv30_clear() 142 if (eng3d->oclass < NV40_3D_CLASS) in nv30_clear_render_target() 206 if (eng3d->oclass < NV40_3D_CLASS) { in nv30_clear_depth_stencil()
|
D | nv30_fragprog.c | 75 _nvfx_fragprog_translate(eng3d->oclass, fp); in nv30_fragprog_validate() 121 if (eng3d->oclass < NV40_3D_CLASS) { in nv30_fragprog_validate()
|
D | nv30_state.c | 87 if (eng3d->oclass >= NV40_3D_CLASS) { in nv30_blend_state_create() 100 if (eng3d->oclass < NV40_3D_CLASS) { in nv30_blend_state_create() 227 if (eng3d->oclass == NV35_3D_CLASS || eng3d->oclass >= NV40_3D_CLASS) { in nv30_zsa_state_create()
|
/third_party/gstreamer/gst_libav/ext/libav/ |
D | gstavauddec.c | 180 GstFFMpegAudDecClass *oclass; in gst_ffmpegauddec_close() local 182 oclass = (GstFFMpegAudDecClass *) (G_OBJECT_GET_CLASS (ffmpegdec)); in gst_ffmpegauddec_close() 195 ffmpegdec->context = avcodec_alloc_context3 (oclass->in_plugin); in gst_ffmpegauddec_close() 210 GstFFMpegAudDecClass *oclass; in gst_ffmpegauddec_start() local 212 oclass = (GstFFMpegAudDecClass *) (G_OBJECT_GET_CLASS (ffmpegdec)); in gst_ffmpegauddec_start() 216 ffmpegdec->context = avcodec_alloc_context3 (oclass->in_plugin); in gst_ffmpegauddec_start() 249 GstFFMpegAudDecClass *oclass; in gst_ffmpegauddec_open() local 251 oclass = (GstFFMpegAudDecClass *) (G_OBJECT_GET_CLASS (ffmpegdec)); in gst_ffmpegauddec_open() 253 if (gst_ffmpeg_avcodec_open (ffmpegdec->context, oclass->in_plugin) < 0) in gst_ffmpegauddec_open() 259 oclass->in_plugin->name, oclass->in_plugin->id); in gst_ffmpegauddec_open() [all …]
|
D | gstavvidenc.c | 243 GstFFMpegVidEncClass *oclass = in gst_ffmpegvidenc_set_format() local 252 ffmpegenc->context = avcodec_alloc_context3 (oclass->in_plugin); in gst_ffmpegvidenc_set_format() 304 if ((oclass->in_plugin->id == AV_CODEC_ID_MPEG4) in gst_ffmpegvidenc_set_format() 331 gst_ffmpeg_caps_with_codecid (oclass->in_plugin->id, in gst_ffmpegvidenc_set_format() 332 oclass->in_plugin->type, allowed_caps, ffmpegenc->context); in gst_ffmpegvidenc_set_format() 335 if (gst_ffmpeg_avcodec_open (ffmpegenc->context, oclass->in_plugin) < 0) { in gst_ffmpegvidenc_set_format() 358 other_caps = gst_ffmpeg_codecid_to_caps (oclass->in_plugin->id, in gst_ffmpegvidenc_set_format() 437 oclass->in_plugin->name); in gst_ffmpegvidenc_set_format() 445 oclass->in_plugin->name, pix_fmt, ffmpegenc->context->pix_fmt); in gst_ffmpegvidenc_set_format() 452 oclass->in_plugin->name); in gst_ffmpegvidenc_set_format() [all …]
|
D | gstavaudenc.c | 188 GstFFMpegAudEncClass *oclass = in gst_ffmpegaudenc_start() local 195 ffmpegaudenc->context = avcodec_alloc_context3 (oclass->in_plugin); in gst_ffmpegaudenc_start() 235 GstFFMpegAudEncClass *oclass = in gst_ffmpegaudenc_set_format() local 244 ffmpegaudenc->context = avcodec_alloc_context3 (oclass->in_plugin); in gst_ffmpegaudenc_set_format() 281 gst_ffmpeg_caps_with_codecid (oclass->in_plugin->id, in gst_ffmpegaudenc_set_format() 282 oclass->in_plugin->type, allowed_caps, ffmpegaudenc->context); in gst_ffmpegaudenc_set_format() 285 if (gst_ffmpeg_avcodec_open (ffmpegaudenc->context, oclass->in_plugin) < 0) { in gst_ffmpegaudenc_set_format() 289 oclass->in_plugin->name); in gst_ffmpegaudenc_set_format() 290 ffmpegaudenc->context = avcodec_alloc_context3 (oclass->in_plugin); in gst_ffmpegaudenc_set_format() 294 if ((oclass->in_plugin->capabilities & AV_CODEC_CAP_EXPERIMENTAL) && in gst_ffmpegaudenc_set_format() [all …]
|
D | gstavviddec.c | 417 GstFFMpegVidDecClass *oclass; in gst_ffmpegviddec_close() local 420 oclass = (GstFFMpegVidDecClass *) (G_OBJECT_GET_CLASS (ffmpegdec)); in gst_ffmpegviddec_close() 437 ffmpegdec->context = avcodec_alloc_context3 (oclass->in_plugin); in gst_ffmpegviddec_close() 451 GstFFMpegVidDecClass *oclass; in gst_ffmpegviddec_open() local 454 oclass = (GstFFMpegVidDecClass *) (G_OBJECT_GET_CLASS (ffmpegdec)); in gst_ffmpegviddec_open() 456 if (gst_ffmpeg_avcodec_open (ffmpegdec->context, oclass->in_plugin) < 0) in gst_ffmpegviddec_open() 465 oclass->in_plugin->name, oclass->in_plugin->id); in gst_ffmpegviddec_open() 477 oclass->in_plugin->name); in gst_ffmpegviddec_open() 506 GstFFMpegVidDecClass *oclass; in gst_ffmpegviddec_set_format() local 511 oclass = (GstFFMpegVidDecClass *) (G_OBJECT_GET_CLASS (ffmpegdec)); in gst_ffmpegviddec_set_format() [all …]
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstelement.c | 358 GstElementClass *oclass; in gst_element_release_request_pad() local 367 oclass = GST_ELEMENT_GET_CLASS (element); in gst_element_release_request_pad() 371 if (oclass->release_pad) in gst_element_release_request_pad() 372 oclass->release_pad (element, pad); in gst_element_release_request_pad() 394 GstElementClass *oclass; in gst_element_provide_clock() local 398 oclass = GST_ELEMENT_GET_CLASS (element); in gst_element_provide_clock() 400 if (oclass->provide_clock) in gst_element_provide_clock() 401 result = oclass->provide_clock (element); in gst_element_provide_clock() 437 GstElementClass *oclass; in gst_element_set_clock() local 443 oclass = GST_ELEMENT_GET_CLASS (element); in gst_element_set_clock() [all …]
|
D | gstdeviceproviderfactory.c | 257 GstDeviceProviderClass *oclass; in gst_device_provider_factory_get() local 294 oclass = GST_DEVICE_PROVIDER_GET_CLASS (device_provider); in gst_device_provider_factory_get() 295 if (!g_atomic_pointer_compare_and_exchange (&oclass->factory, in gst_device_provider_factory_get()
|
/third_party/libdrm/nouveau/ |
D | nouveau.c | 150 size = sizeof(*args) + cnt * sizeof(args->sclass.oclass[0]); in nouveau_object_sclass_get() 169 sclass[i].oclass = args->sclass.oclass[i].oclass; in nouveau_object_sclass_get() 170 sclass[i].minver = args->sclass.oclass[i].minver; in nouveau_object_sclass_get() 171 sclass[i].maxver = args->sclass.oclass[i].maxver; in nouveau_object_sclass_get() 195 for (i = 0; ret < 0 && mclass[i].oclass; i++) { in nouveau_object_mclass() 197 if (mclass[i].oclass == sclass[j].oclass && in nouveau_object_mclass() 232 int32_t oclass, void *data, uint32_t size, in nouveau_object_init() argument 246 obj->oclass = oclass; in nouveau_object_init() 260 args->new.oclass = oclass; in nouveau_object_init() 287 uint32_t oclass, void *data, uint32_t length, in nouveau_object_new() argument [all …]
|
D | abi16.c | 112 .class = obj->oclass, in abi16_engobj() 178 switch (obj->oclass) { in abi16_sclass() 221 if (obj->oclass == NOUVEAU_FIFO_CHANNEL_CLASS) { in abi16_delete() 243 if ((parent->length != 0 && parent->oclass == NOUVEAU_DEVICE_CLASS) || in abi16_object() 244 (parent->length == 0 && parent->oclass == NV_DEVICE)) { in abi16_object() 245 if (obj->oclass == NOUVEAU_FIFO_CHANNEL_CLASS) { in abi16_object() 258 parent->oclass == NOUVEAU_FIFO_CHANNEL_CLASS)) { in abi16_object() 259 if (obj->oclass == NOUVEAU_NOTIFIER_CLASS) { in abi16_object()
|
D | nouveau.h | 9 int32_t oclass; member 19 int32_t oclass; member 27 uint32_t oclass; member 33 uint32_t oclass, void *data, uint32_t length, 74 int nouveau_device_new(struct nouveau_object *parent, int32_t oclass,
|
/third_party/gstreamer/gstplugins_bad/gst/transcode/ |
D | gst-cpu-throttling-clock.c | 173 GObjectClass *oclass = G_OBJECT_CLASS (klass); in gst_cpu_throttling_clock_class_init() local 179 oclass->get_property = gst_cpu_throttling_clock_get_property; in gst_cpu_throttling_clock_class_init() 180 oclass->set_property = gst_cpu_throttling_clock_set_property; in gst_cpu_throttling_clock_class_init() 181 oclass->dispose = gst_cpu_throttling_clock_dispose; in gst_cpu_throttling_clock_class_init() 193 g_object_class_install_properties (oclass, PROP_LAST, param_specs); in gst_cpu_throttling_clock_class_init()
|
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | audiotestsrc.c | 79 GObjectClass *oclass; in GST_START_TEST() local 85 oclass = G_OBJECT_GET_CLASS (audiotestsrc); in GST_START_TEST() 86 property = g_object_class_find_property (oclass, "wave"); in GST_START_TEST() 163 GObjectClass *oclass; in GST_START_TEST() local 178 oclass = G_OBJECT_GET_CLASS (interleavedsrc->element); in GST_START_TEST() 179 property = g_object_class_find_property (oclass, "wave"); in GST_START_TEST()
|
/third_party/libdrm/nouveau/nvif/ |
D | ioctl.h | 44 __s32 oclass; member 47 } oclass[]; member 58 __s32 oclass; member
|
/third_party/openssl/crypto/asn1/ |
D | tasn_dec.c | 42 static int asn1_check_tlen(long *olen, int *otag, unsigned char *oclass, 145 unsigned char oclass; in asn1_item_embed_d2i() local 196 ret = asn1_check_tlen(NULL, &otag, &oclass, NULL, NULL, in asn1_item_embed_d2i() 204 if (oclass != V_ASN1_UNIVERSAL) { in asn1_item_embed_d2i() 684 unsigned char oclass; in asn1_d2i_ex_primitive() local 695 ret = asn1_check_tlen(NULL, &utype, &oclass, NULL, NULL, in asn1_d2i_ex_primitive() 701 if (oclass != V_ASN1_UNIVERSAL) in asn1_d2i_ex_primitive() 1097 static int asn1_check_tlen(long *olen, int *otag, unsigned char *oclass, in asn1_check_tlen() argument 1171 if (oclass) in asn1_check_tlen() 1172 *oclass = pclass; in asn1_check_tlen()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_screen.c | 605 const uint16_t obj_class = screen->compute->oclass; in nvc0_screen_get_compute_param() 962 if (screen->eng3d->oclass < GV100_3D_CLASS) { in nvc0_screen_resize_text_area() 1150 PUSH_DATA (push, screen->m2mf->oclass); in nvc0_screen_create() 1151 if (screen->m2mf->oclass == NVE4_P2MF_CLASS) { in nvc0_screen_create() 1162 PUSH_DATA (push, screen->eng2d->oclass); in nvc0_screen_create() 1245 PUSH_DATA (push, screen->eng3d->oclass); in nvc0_screen_create() 1283 if (screen->eng3d->oclass < NVE4_3D_CLASS) { in nvc0_screen_create() 1293 if (screen->eng3d->oclass >= NVC1_3D_CLASS) { in nvc0_screen_create() 1298 nvc0_magic_3d_init(push, screen->eng3d->oclass); in nvc0_screen_create() 1359 if (screen->eng3d->oclass < GM107_3D_CLASS) { in nvc0_screen_create() [all …]
|
/third_party/python/Lib/test/ |
D | test_pyclbr.py | 68 def ismethod(oclass, obj, name): argument 69 classdict = oclass.__dict__ 73 obj.__self__ is not oclass): 80 objname = "_%s%s" % (oclass.__name__, objname)
|
/third_party/glib/gobject/ |
D | gobject.h | 393 void g_object_class_install_property (GObjectClass *oclass, 397 GParamSpec* g_object_class_find_property (GObjectClass *oclass, 400 GParamSpec**g_object_class_list_properties (GObjectClass *oclass, 403 void g_object_class_override_property (GObjectClass *oclass, 407 void g_object_class_install_properties (GObjectClass *oclass,
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | videooverlay.c | 531 gst_video_overlay_install_properties (GObjectClass * oclass, gint last_prop_id) in gst_video_overlay_install_properties() argument 533 g_object_class_install_property (oclass, last_prop_id + PROP_RENDER_RECTANGLE, in gst_video_overlay_install_properties()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv98_video.c | 135 nv98_decoder_msvld[ret].oclass, NULL, 0, in nv98_create_decoder() 144 nv98_decoder_mspdec[ret].oclass, NULL, 0, in nv98_create_decoder() 153 nv98_decoder_msppp[ret].oclass, NULL, 0, in nv98_create_decoder()
|
/third_party/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nv04_context.h | 52 #define nv04_mtex_engine(obj) ((obj)->oclass == NV04_MULTITEX_TRIANGLE_CLASS)
|
/third_party/gstreamer/gstplugins_bad/ext/lv2/ |
D | gstlv2filter.c | 298 for (i = 0; i < oclass->lv2.in_groups->len; ++i) { in gst_lv2_filter_setup() 299 group = &g_array_index (oclass->lv2.in_groups, GstLV2Group, i); in gst_lv2_filter_setup() 316 for (i = 0; i < oclass->lv2.out_groups->len; ++i) { in gst_lv2_filter_setup() 317 group = &g_array_index (oclass->lv2.out_groups, GstLV2Group, i); in gst_lv2_filter_setup()
|