Home
last modified time | relevance | path

Searched refs:hb_bd_t (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/handbrake/HandBrake-1.4.2/libhb/handbrake/
H A Dinternal.h326 typedef struct hb_bd_s hb_bd_t; typedef
345 int hb_bd_title_count( hb_bd_t * d );
347 int hb_bd_start( hb_bd_t * d, hb_title_t *title );
348 void hb_bd_stop( hb_bd_t * d );
349 int hb_bd_seek( hb_bd_t * d, float f );
350 int hb_bd_seek_pts( hb_bd_t * d, uint64_t pts );
351 int hb_bd_seek_chapter( hb_bd_t * d, int chapter );
352 hb_buffer_t * hb_bd_read( hb_bd_t * d );
353 int hb_bd_chapter( hb_bd_t * d );
354 void hb_bd_close( hb_bd_t ** _d );
[all …]
/dports/multimedia/handbrake/HandBrake-1.4.2/libhb/
H A Dbd.c43 hb_bd_t * d; in hb_bd_init()
46 d = calloc( sizeof( hb_bd_t ), 1 ); in hb_bd_init()
86 int hb_bd_title_count( hb_bd_t * d ) in hb_bd_title_count()
807 void hb_bd_stop( hb_bd_t * d ) in hb_bd_stop()
817 int hb_bd_seek( hb_bd_t * d, float f ) in hb_bd_seek()
835 int hb_bd_seek_chapter( hb_bd_t * d, int c ) in hb_bd_seek_chapter()
848 hb_buffer_t * hb_bd_read( hb_bd_t * d ) in hb_bd_read()
959 int hb_bd_chapter( hb_bd_t * d ) in hb_bd_chapter()
969 void hb_bd_close( hb_bd_t ** _d ) in hb_bd_close()
971 hb_bd_t * d = *_d; in hb_bd_close()
[all …]
H A Dreader.c41 hb_bd_t * bd;
H A Dscan.c22 hb_bd_t * bd;