Searched refs:profile_id (Results 1 – 11 of 11) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/ |
D | codec-utils.c | 1573 int profile_id, level_id; in gst_codec_utils_mpeg4video_get_profile() local 1582 profile_id = vis_obj_seq[0] >> 4; in gst_codec_utils_mpeg4video_get_profile() 1585 GST_LOG ("profile_id = %d, level_id = %d", profile_id, level_id); in gst_codec_utils_mpeg4video_get_profile() 1587 if (profile_id != 6 && profile_id < 0xe) in gst_codec_utils_mpeg4video_get_profile() 1588 return profiles[profile_id]; in gst_codec_utils_mpeg4video_get_profile() 1590 if (profile_id != 0xf && level_id == 0) in gst_codec_utils_mpeg4video_get_profile() 1593 switch (profile_id) { in gst_codec_utils_mpeg4video_get_profile() 1647 int profile_id, level_id; in gst_codec_utils_mpeg4video_get_level() local 1656 profile_id = vis_obj_seq[0] >> 4; in gst_codec_utils_mpeg4video_get_level() 1659 GST_LOG ("profile_id = %d, level_id = %d", profile_id, level_id); in gst_codec_utils_mpeg4video_get_level() [all …]
|
/third_party/ffmpeg/libavformat/ |
D | rtpdec_hevc.c | 42 int profile_id; member 57 hevc_data->profile_id = atoi(value); in hevc_sdp_parse_fmtp_config() 58 av_log(s, AV_LOG_TRACE, "SDP: found profile-id: %d\n", hevc_data->profile_id); in hevc_sdp_parse_fmtp_config()
|
/third_party/cef/libcef/browser/chrome/ |
D | chrome_browser_context.cc | 114 const auto& profile_id = Profile::OTRProfileID::CreateUniqueForCEF(); in ProfileCreated() local 118 profile_id, /*create_if_needed=*/true); in ProfileCreated()
|
/third_party/gstreamer/gstplugins_bad/sys/decklink/ |
D | gstdecklinkvideosink.h | 55 GstDecklinkProfileId profile_id; member
|
D | gstdecklinkvideosrc.h | 75 GstDecklinkProfileId profile_id; member
|
D | gstdecklink.cpp | 869 device, GstDecklinkProfileId profile_id); 1718 videosink->profile_id) == PROFILE_SET_FAILURE) { in gst_decklink_acquire_nth_output() 1792 videosrc->profile_id) == PROFILE_SET_FAILURE) { in gst_decklink_acquire_nth_input() 1848 GstDecklinkProfileId profile_id) in gst_decklink_configure_profile() argument 1852 if (profile_id == GST_DECKLINK_PROFILE_ID_DEFAULT) in gst_decklink_configure_profile() 1863 switch (profile_id) { in gst_decklink_configure_profile()
|
D | gstdecklinkvideosrc.cpp | 401 self->profile_id = GST_DECKLINK_PROFILE_ID_DEFAULT; in gst_decklink_video_src_init() 477 self->profile_id = (GstDecklinkProfileId) g_value_get_enum (value); in gst_decklink_video_src_set_property() 528 g_value_set_enum (value, self->profile_id); in gst_decklink_video_src_get_property()
|
D | gstdecklinkvideosink.cpp | 433 self->profile_id = GST_DECKLINK_PROFILE_ID_DEFAULT; in gst_decklink_video_sink_init() 472 self->profile_id = (GstDecklinkProfileId) g_value_get_enum (value); in gst_decklink_video_sink_set_property() 516 g_value_set_enum (value, self->profile_id); in gst_decklink_video_sink_get_property()
|
/third_party/ffmpeg/libavcodec/ |
D | mediacodec_wrapper.c | 55 jfieldID profile_id; member 92 …leLevel", "profile", "I", FF_JNI_FIELD, offsetof(struct JNIAMediaCodecListFields, profile_id), 1 }, 527 supported_profile = (*env)->GetIntField(env, profile_level, jfields.profile_id); in ff_AMediaCodecList_getCodecNameByType()
|
/third_party/flutter/skia/third_party/skcms/ |
D | skcms.cc | 186 uint8_t profile_id [16]; member
|
/third_party/skia/third_party/skcms/ |
D | skcms.cc | 357 uint8_t profile_id [16]; member
|