Home
last modified time | relevance | path

Searched refs:hb_batch_t (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/handbrake/HandBrake-1.4.2/libhb/
H A Dbatch.c30 hb_batch_t * hb_batch_init( hb_handle_t *h, char * path ) in hb_batch_init()
32 hb_batch_t * d; in hb_batch_init()
90 d = calloc( sizeof( hb_batch_t ), 1 ); in hb_batch_init()
115 int hb_batch_title_count( hb_batch_t * d ) in hb_batch_title_count()
123 hb_title_t * hb_batch_title_scan( hb_batch_t * d, int t ) in hb_batch_title_scan()
157 void hb_batch_close( hb_batch_t ** _d ) in hb_batch_close()
159 hb_batch_t * d = *_d; in hb_batch_close()
H A Dscan.c25 hb_batch_t * batch;
/dports/multimedia/handbrake/HandBrake-1.4.2/libhb/handbrake/
H A Dinternal.h316 typedef struct hb_batch_s hb_batch_t; typedef
318 hb_batch_t * hb_batch_init( hb_handle_t *h, char * path );
319 void hb_batch_close( hb_batch_t ** _d );
320 int hb_batch_title_count( hb_batch_t * d );
321 hb_title_t * hb_batch_title_scan( hb_batch_t * d, int t );