LiVES 1.4.9
Data Structures | Functions | Variables

src/resample.h File Reference

#include "../libweed/weed.h"

Go to the source code of this file.

Data Structures

struct  _resaudw
 resample audio window More...

Functions

LIVES_INLINE weed_timecode_t q_gint64 (weed_timecode_t in, double fps)
LIVES_INLINE weed_timecode_t q_gint64_floor (weed_timecode_t in, double fps)
LIVES_INLINE weed_timecode_t q_dbl (gdouble in, gdouble fps)
weed_plant_t * quantise_events (weed_plant_t *in_list, gdouble new_fps, gboolean allow_gap)
 quantise frame events for a single clip
gint count_resampled_frames (gint in_frames, gdouble orig_fps, gdouble resampled_fps)
void create_new_pb_speed (gshort type)
 window change speed from Tools menu
_resaudwcreate_resaudw (gshort type, render_details *rdet, GtkWidget *top_vbox)
void on_change_speed_activate (GtkMenuItem *, gpointer)
void on_change_speed_ok_clicked (GtkButton *, gpointer)
gboolean auto_resample_resize (gint width, gint height, gdouble fps, gint fps_num, gint fps_denom, gint arate, gint asigned, gboolean swap_endian)
gint reorder_frames (int rwidth, int rheight)
gint deorder_frames (gint old_framecount, gboolean leave_bak)
 leave_bak is a special mode for the clipboard
gboolean resample_clipboard (gdouble new_fps)
 call this to resample clipboard video

Variables

_resaudwresaudw

Function Documentation

gboolean auto_resample_resize ( gint  width,
gint  height,
gdouble  fps,
gint  fps_num,
gint  fps_denom,
gint  arate,
gint  asigned,
gboolean  swap_endian 
)
gint count_resampled_frames ( gint  in_frames,
gdouble  orig_fps,
gdouble  resampled_fps 
)
void create_new_pb_speed ( gshort  type)

window change speed from Tools menu

_resaudw* create_resaudw ( gshort  type,
render_details rdet,
GtkWidget *  top_vbox 
)

resample audio window

type 1 : show current and new, type 2 : show new

gint deorder_frames ( gint  old_framecount,
gboolean  leave_bak 
)

leave_bak is a special mode for the clipboard

void on_change_speed_activate ( GtkMenuItem *  ,
gpointer   
)
void on_change_speed_ok_clicked ( GtkButton *  ,
gpointer   
)
LIVES_INLINE weed_timecode_t q_dbl ( gdouble  in,
gdouble  fps 
)
LIVES_INLINE weed_timecode_t q_gint64 ( weed_timecode_t  in,
double  fps 
)
LIVES_INLINE weed_timecode_t q_gint64_floor ( weed_timecode_t  in,
double  fps 
)
weed_plant_t* quantise_events ( weed_plant_t *  in_list,
gdouble  new_fps,
gboolean  allow_gap 
)

quantise frame events for a single clip

gint reorder_frames ( int  rwidth,
int  rheight 
)
gboolean resample_clipboard ( gdouble  new_fps)

call this to resample clipboard video


Variable Documentation

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines