Home
last modified time | relevance | path

Searched refs:hb_video_encoder_get_tunes (Results 1 – 9 of 9) sorted by relevance

/dports/multimedia/handbrake/HandBrake-1.4.2/win/CS/HandBrake.Interop/Interop/Interfaces/Model/Encoders/
H A DHBVideoEncoder.cs80 … return InteropUtilities.ToStringListFromArrayPtr(HBFunctions.hb_video_encoder_get_tunes(this.Id));
/dports/multimedia/handbrake/HandBrake-1.4.2/win/CS/HandBrake.Interop/Interop/HbLib/
H A DHbFunctions.cs202 public static extern IntPtr hb_video_encoder_get_tunes(int encoder); in hb_video_encoder_get_tunes() method in HandBrake.Interop.Interop.HbLib.HBFunctions
/dports/multimedia/handbrake/HandBrake-1.4.2/macosx/
H A DHBVideo+UIAdditions.m89 const char * const *tunes = hb_video_encoder_get_tunes(self.encoder);
H A DHBVideo.m388 const char * const *tunes = hb_video_encoder_get_tunes(self.encoder);
/dports/multimedia/handbrake/HandBrake-1.4.2/libhb/handbrake/
H A Dcommon.h415 const char* const* hb_video_encoder_get_tunes (int encoder);
/dports/multimedia/handbrake/HandBrake-1.4.2/gtk/src/
H A Dqueuehandler.c384 if (hb_video_encoder_get_tunes(video_encoder->codec) != NULL) in queue_update_summary()
H A Dhb-backend.c2573 tunes = hb_video_encoder_get_tunes(encoder); in video_tune_opts_set()
/dports/multimedia/handbrake/HandBrake-1.4.2/test/
H A Dtest.c2991hb_video_encoder_get_tunes(hb_video_encoder_get_from_name(optarg)), in ParseOptions()
/dports/multimedia/handbrake/HandBrake-1.4.2/libhb/
H A Dcommon.c1587 const char* const* hb_video_encoder_get_tunes(int encoder) in hb_video_encoder_get_tunes() function