Searched refs:bmd_profile_id (Results 1 – 2 of 2) sorted by relevance
1861 BMDProfileID bmd_profile_id; in gst_decklink_configure_profile() local1865 bmd_profile_id = bmdProfileOneSubDeviceFullDuplex; in gst_decklink_configure_profile()1868 bmd_profile_id = bmdProfileOneSubDeviceHalfDuplex; in gst_decklink_configure_profile()1871 bmd_profile_id = bmdProfileTwoSubDevicesFullDuplex; in gst_decklink_configure_profile()1874 bmd_profile_id = bmdProfileTwoSubDevicesHalfDuplex; in gst_decklink_configure_profile()1877 bmd_profile_id = bmdProfileFourSubDevicesHalfDuplex; in gst_decklink_configure_profile()1886 res = manager->GetProfile (bmd_profile_id, &profile); in gst_decklink_configure_profile()
185 …BMDProfileID bmd_profile_id = ctx->duplex_mode == 2 ? bmdProfileOneSubDeviceFullDuplex : bmdProfil… in ff_decklink_set_configs() local186 res = manager->GetProfile(bmd_profile_id, &profile); in ff_decklink_set_configs()