Home
last modified time | relevance | path

Searched refs:hb_video_quality_get_name (Results 1 – 10 of 10) sorted by relevance

/dports/multimedia/handbrake/HandBrake-1.4.2/macosx/
H A DHBJob+HBAdditions.m177 [name appendString:[@(hb_video_quality_get_name(codec)) lowercaseString]];
H A DHBVideo+UIAdditions.m131 return @(hb_video_quality_get_name(self.encoder));
H A DHBJob+UIAdditions.m490 …t Quality: %.2f %s", @"Video description"), self.video.quality, hb_video_quality_get_name(self.vid…
/dports/multimedia/handbrake/HandBrake-1.4.2/gtk/src/
H A Dvideohandler.c319 vqname = hb_video_quality_get_name(vcodec); in format_vquality_cb()
H A Dqueuehandler.c372 hb_video_quality_get_name(video_encoder->codec)); in queue_update_summary()
H A Dcallbacks.c1263 vqname = hb_video_quality_get_name(vcodec); in set_destination_settings()
/dports/multimedia/handbrake/HandBrake-1.4.2/win/CS/HandBrake.Interop/Interop/HbLib/
H A DHbFunctions.cs151 public static extern IntPtr hb_video_quality_get_name(uint codec); in hb_video_quality_get_name() method in HandBrake.Interop.Interop.HbLib.HBFunctions
/dports/multimedia/handbrake/HandBrake-1.4.2/libhb/handbrake/
H A Dcommon.h408 const char* hb_video_quality_get_name(uint32_t codec);
/dports/multimedia/handbrake/HandBrake-1.4.2/libhb/
H A Dwork.c598 hb_video_quality_get_name(job->vcodec)); in hb_display_job_info()
H A Dcommon.c1450 const char* hb_video_quality_get_name(uint32_t codec) in hb_video_quality_get_name() function