• Home
  • Raw
  • Download

Lines Matching refs:prof

338     GstEncodingProfile *prof = (GstEncodingProfile *) profiles->data;  in gst_encoding_target_new()  local
341 g_list_append (res->profiles, gst_encoding_profile_ref (prof)); in gst_encoding_target_new()
386 GstEncodingProfile *prof = (GstEncodingProfile *) tmp->data; in gst_encoding_target_add_profile() local
389 gst_encoding_profile_get_name (prof))) { in gst_encoding_target_add_profile()
497 serialize_encoding_profile (GKeyFile * out, GstEncodingProfile * prof) in serialize_encoding_profile() argument
505 profname = gst_encoding_profile_get_name (prof); in serialize_encoding_profile()
506 profdesc = gst_encoding_profile_get_description (prof); in serialize_encoding_profile()
507 profformat = gst_encoding_profile_get_format (prof); in serialize_encoding_profile()
508 profpreset = gst_encoding_profile_get_preset (prof); in serialize_encoding_profile()
509 proftype = gst_encoding_profile_get_type_nick (prof); in serialize_encoding_profile()
538 if (GST_IS_ENCODING_CONTAINER_PROFILE (prof)) { in serialize_encoding_profile()
541 (GST_ENCODING_CONTAINER_PROFILE (prof)), i = 0; tmp; in serialize_encoding_profile()
567 GstEncodingProfile *prof = (GstEncodingProfile *) tmp->data; in serialize_target() local
568 if (!serialize_encoding_profile (out, prof)) in serialize_target()
719 GstEncodingProfile *prof; in parse_keyfile() local
729 prof = parse_encoding_profile (in, NULL, groups[i], nbgroups, groups); in parse_keyfile()
730 if (prof) in parse_keyfile()
731 gst_encoding_target_add_profile (res, prof); in parse_keyfile()