[−][src]Struct x264_dev::raw::x264_param_t
Fields
cpu: c_uinti_threads: c_inti_lookahead_threads: c_intb_sliced_threads: c_intb_deterministic: c_intb_cpu_independent: c_inti_sync_lookahead: c_inti_width: c_inti_height: c_inti_csp: c_inti_bitdepth: c_inti_level_idc: c_inti_frame_total: c_inti_nal_hrd: c_intvui: x264_param_t__bindgen_ty_1i_frame_reference: c_inti_dpb_size: c_inti_keyint_max: c_inti_keyint_min: c_inti_scenecut_threshold: c_intb_intra_refresh: c_inti_bframe: c_inti_bframe_adaptive: c_inti_bframe_bias: c_inti_bframe_pyramid: c_intb_open_gop: c_intb_bluray_compat: c_inti_avcintra_class: c_inti_avcintra_flavor: c_intb_deblocking_filter: c_inti_deblocking_filter_alphac0: c_inti_deblocking_filter_beta: c_intb_cabac: c_inti_cabac_init_idc: c_intb_interlaced: c_intb_constrained_intra: c_inti_cqm_preset: c_intpsz_cqm_file: *mut c_charcqm_4iy: [u8; 16]cqm_4py: [u8; 16]cqm_4ic: [u8; 16]cqm_4pc: [u8; 16]cqm_8iy: [u8; 64]cqm_8py: [u8; 64]cqm_8ic: [u8; 64]cqm_8pc: [u8; 64]pf_log: Option<unsafe extern "C" fn(arg1: *mut c_void, i_level: c_int, psz: *const c_char, arg2: *mut __va_list_tag)>p_log_private: *mut c_voidi_log_level: c_intb_full_recon: c_intpsz_dump_yuv: *mut c_charanalyse: x264_param_t__bindgen_ty_2rc: x264_param_t__bindgen_ty_3crop_rect: x264_param_t__bindgen_ty_4i_frame_packing: c_inti_alternative_transfer: c_intb_aud: c_intb_repeat_headers: c_intb_annexb: c_inti_sps_id: c_intb_vfr_input: c_intb_pulldown: c_inti_fps_num: u32i_fps_den: u32i_timebase_num: u32i_timebase_den: u32b_tff: c_intb_pic_struct: c_intb_fake_interlaced: c_intb_stitchable: c_intb_opencl: c_inti_opencl_device: c_intopencl_device_id: *mut c_voidpsz_clbin_file: *mut c_chari_slice_max_size: c_inti_slice_max_mbs: c_inti_slice_min_mbs: c_inti_slice_count: c_inti_slice_count_max: c_intparam_free: Option<unsafe extern "C" fn(arg1: *mut c_void)>nalu_process: Option<unsafe extern "C" fn(h: *mut x264_t, nal: *mut x264_nal_t, opaque: *mut c_void)>Trait Implementations
impl Clone for x264_param_t[src]
fn clone(&self) -> x264_param_t[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for x264_param_t[src]
Auto Trait Implementations
impl !Send for x264_param_t
impl !Sync for x264_param_t
impl Unpin for x264_param_t
impl UnwindSafe for x264_param_t
impl RefUnwindSafe for x264_param_t
Blanket Implementations
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = !
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,