Home
last modified time | relevance | path

Searched refs:get_profile (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth265parser.c3656 GstH265Profile (*get_profile) (const GstH265ProfileTierLevel *); member
3696 if (profiles_map[j].get_profile) in gst_h265_profile_tier_level_get_profiles()
3697 append_profile (profiles, &i, profiles_map[j].get_profile (ptl)); in gst_h265_profile_tier_level_get_profiles()
3709 if (profiles_map[j].get_profile) in gst_h265_profile_tier_level_get_profiles()
3710 append_profile (profiles, &i, profiles_map[j].get_profile (ptl)); in gst_h265_profile_tier_level_get_profiles()
/third_party/libinput/src/
Dlibinput-private.h242 enum libinput_config_accel_profile (*get_profile)(struct libinput_device *device); member
Devdev-totem.c793 device->pointer.config.get_profile = totem_accel_config_get_profile; in totem_init_accel()
Devdev-tablet.c2333 device->pointer.config.get_profile = tablet_accel_config_get_profile; in tablet_init_accel()
Devdev.c1303 device->pointer.config.get_profile = evdev_accel_config_get_profile; in evdev_device_init_pointer_acceleration()
Dlibinput.c4142 return device->config.accel->get_profile(device); in libinput_device_config_accel_get_profile()
/third_party/gstreamer/gstplugins_bad/
DChangeLog7504 va: Consider the compatibility when we get_profile() for H265 decoder.
79725 androidmedia: Fix get_level and get_profile exception checking by not using return