• Home
  • Raw
  • Download

Lines Matching refs:gobject_class

266   GObjectClass *gobject_class = G_OBJECT_CLASS (klass);  in gst_ahc_src_class_init()  local
271 gobject_class->set_property = gst_ahc_src_set_property; in gst_ahc_src_class_init()
272 gobject_class->get_property = gst_ahc_src_get_property; in gst_ahc_src_class_init()
273 gobject_class->finalize = gst_ahc_src_finalize; in gst_ahc_src_class_init()
299 g_object_class_install_property (gobject_class, PROP_DEVICE, in gst_ahc_src_class_init()
310 g_object_class_install_property (gobject_class, PROP_DEVICE_NAME, in gst_ahc_src_class_init()
324 g_object_class_install_property (gobject_class, PROP_DEVICE_ORIENTATION, in gst_ahc_src_class_init()
340 g_object_class_install_property (gobject_class, PROP_DEVICE_FACING, in gst_ahc_src_class_init()
351 g_object_class_install_property (gobject_class, PROP_FOCAL_LENGTH, in gst_ahc_src_class_init()
363 g_object_class_install_property (gobject_class, PROP_HORIZONTAL_VIEW_ANGLE, in gst_ahc_src_class_init()
375 g_object_class_install_property (gobject_class, PROP_VERTICAL_VIEW_ANGLE, in gst_ahc_src_class_init()
387 g_object_class_install_property (gobject_class, PROP_VIDEO_STABILIZATION, in gst_ahc_src_class_init()
400 g_object_class_install_property (gobject_class, PROP_SMOOTH_ZOOM, in gst_ahc_src_class_init()
404 g_object_class_override_property (gobject_class, PROP_WB_MODE, in gst_ahc_src_class_init()
406 properties[PROP_WB_MODE] = g_object_class_find_property (gobject_class, in gst_ahc_src_class_init()
409 g_object_class_override_property (gobject_class, PROP_COLOUR_TONE, in gst_ahc_src_class_init()
411 properties[PROP_COLOUR_TONE] = g_object_class_find_property (gobject_class, in gst_ahc_src_class_init()
414 g_object_class_override_property (gobject_class, PROP_SCENE_MODE, in gst_ahc_src_class_init()
416 properties[PROP_SCENE_MODE] = g_object_class_find_property (gobject_class, in gst_ahc_src_class_init()
419 g_object_class_override_property (gobject_class, PROP_FLASH_MODE, in gst_ahc_src_class_init()
421 properties[PROP_FLASH_MODE] = g_object_class_find_property (gobject_class, in gst_ahc_src_class_init()
424 g_object_class_override_property (gobject_class, PROP_NOISE_REDUCTION, in gst_ahc_src_class_init()
427 g_object_class_find_property (gobject_class, in gst_ahc_src_class_init()
430 g_object_class_override_property (gobject_class, PROP_CAPABILITIES, in gst_ahc_src_class_init()
432 properties[PROP_CAPABILITIES] = g_object_class_find_property (gobject_class, in gst_ahc_src_class_init()
435 g_object_class_override_property (gobject_class, PROP_EV_COMP, in gst_ahc_src_class_init()
437 properties[PROP_EV_COMP] = g_object_class_find_property (gobject_class, in gst_ahc_src_class_init()
440 g_object_class_override_property (gobject_class, PROP_ISO_SPEED, in gst_ahc_src_class_init()
442 properties[PROP_ISO_SPEED] = g_object_class_find_property (gobject_class, in gst_ahc_src_class_init()
445 g_object_class_override_property (gobject_class, PROP_APERTURE, in gst_ahc_src_class_init()
447 properties[PROP_APERTURE] = g_object_class_find_property (gobject_class, in gst_ahc_src_class_init()
451 g_object_class_override_property (gobject_class, PROP_EXPOSURE_MODE, in gst_ahc_src_class_init()
453 properties[PROP_EXPOSURE] = g_object_class_find_property (gobject_class, in gst_ahc_src_class_init()
457 g_object_class_override_property (gobject_class, in gst_ahc_src_class_init()
461 g_object_class_find_property (gobject_class, in gst_ahc_src_class_init()
464 g_object_class_override_property (gobject_class, in gst_ahc_src_class_init()
468 g_object_class_find_property (gobject_class, in gst_ahc_src_class_init()
471 g_object_class_override_property (gobject_class, PROP_FLICKER_MODE, in gst_ahc_src_class_init()
473 properties[PROP_FLICKER_MODE] = g_object_class_find_property (gobject_class, in gst_ahc_src_class_init()
476 g_object_class_override_property (gobject_class, PROP_FOCUS_MODE, in gst_ahc_src_class_init()
478 properties[PROP_FOCUS_MODE] = g_object_class_find_property (gobject_class, in gst_ahc_src_class_init()
481 g_object_class_override_property (gobject_class, PROP_ZOOM, in gst_ahc_src_class_init()
483 properties[PROP_ZOOM] = g_object_class_find_property (gobject_class, in gst_ahc_src_class_init()
486 g_object_class_override_property (gobject_class, PROP_WHITE_POINT, in gst_ahc_src_class_init()
488 properties[PROP_WHITE_POINT] = g_object_class_find_property (gobject_class, in gst_ahc_src_class_init()
491 g_object_class_override_property (gobject_class, PROP_MIN_EXPOSURE_TIME, in gst_ahc_src_class_init()
494 g_object_class_find_property (gobject_class, in gst_ahc_src_class_init()
497 g_object_class_override_property (gobject_class, PROP_MAX_EXPOSURE_TIME, in gst_ahc_src_class_init()
500 g_object_class_find_property (gobject_class, in gst_ahc_src_class_init()
503 g_object_class_override_property (gobject_class, PROP_LENS_FOCUS, in gst_ahc_src_class_init()
505 properties[PROP_LENS_FOCUS] = g_object_class_find_property (gobject_class, in gst_ahc_src_class_init()
508 g_object_class_override_property (gobject_class, PROP_EXPOSURE_TIME, in gst_ahc_src_class_init()
510 properties[PROP_EXPOSURE_TIME] = g_object_class_find_property (gobject_class, in gst_ahc_src_class_init()
513 g_object_class_override_property (gobject_class, PROP_COLOR_TEMPERATURE, in gst_ahc_src_class_init()
516 g_object_class_find_property (gobject_class, in gst_ahc_src_class_init()
519 g_object_class_override_property (gobject_class, PROP_ANALOG_GAIN, in gst_ahc_src_class_init()
521 properties[PROP_ANALOG_GAIN] = g_object_class_find_property (gobject_class, in gst_ahc_src_class_init()