|
MythTV
0.26-pre
|
Go to the source code of this file.
Definition at line 42 of file pes.c.
Referenced by analyze_audio(), analyze_video(), check_times(), fix_audio(), get_audio_info(), ptscmp(), writeout_ext(), and writeout_video().
Definition at line 78 of file pes.c.
Referenced by analyze_audio(), analyze_video(), do_analyze(), fix_audio_count(), fix_video_count(), and writeout_video().
Definition at line 104 of file pes.c.
Referenced by analyze_audio(), get_next_ext_unit(), get_next_video_unit(), ptsdec(), setup_multiplex(), writeout_ext(), and writeout_video().
Definition at line 116 of file pes.c.
Referenced by check_times(), fix_audio(), ptsdiff(), use_video(), and which_ext().
| void init_pes_in | ( | pes_in_t * | p, |
| int | t, | ||
| ringbuffer * | rb, | ||
| int | wi | ||
| ) |
Definition at line 147 of file pes.c.
Referenced by do_scan(), find_pids_stdin(), get_avi(), get_avi_from_index(), get_pes(), init_replex(), and replex_tsp().
Definition at line 165 of file pes.c.
Referenced by find_pes_ids(), replex_fill_buffers(), and replex_tsp().
| static uint32_t scr_base_ps | ( | uint8_t * | scr | ) | [static] |
| static uint16_t scr_ext_ps | ( | uint8_t * | scr | ) | [static] |
Definition at line 434 of file pes.c.
Referenced by kill_ps(), and write_ps_header().
Definition at line 444 of file pes.c.
Referenced by write_ps_header().
| static void setlength_ps | ( | ps_packet * | p | ) | [static] |
Definition at line 458 of file pes.c.
Referenced by write_ps_header().
Definition at line 465 of file pes.c.
Referenced by write_ps_header().
| static int write_ps_header | ( | uint8_t * | buf, |
| uint64_t | SCR, | ||
| uint32_t | muxr, | ||
| uint8_t | audio_bound, | ||
| uint8_t | fixed, | ||
| uint8_t | CSPS, | ||
| uint8_t | audio_lock, | ||
| uint8_t | video_lock, | ||
| uint8_t | video_bound, | ||
| uint8_t | navpack | ||
| ) | [static] |
Definition at line 509 of file pes.c.
Referenced by write_ac3_pes(), write_audio_pes(), write_nav_pack(), write_padding_pes(), and write_video_pes().
| static void get_pespts | ( | uint8_t * | spts, |
| uint8_t * | pts | ||
| ) | [static] |
Definition at line 595 of file pes.c.
Referenced by write_pes_header().
| int write_pes_header | ( | uint8_t | id, |
| int | length, | ||
| uint64_t | PTS, | ||
| uint64_t | DTS, | ||
| uint8_t * | obuf, | ||
| int | stuffing, | ||
| uint8_t | ptsdts | ||
| ) |
Definition at line 609 of file pes.c.
Referenced by write_ac3_pes(), write_ac3_ts(), write_audio_pes(), write_audio_ts(), write_padding_pes(), write_video_pes(), and write_video_ts().
Definition at line 689 of file pes.c.
Referenced by writeout_padding().
| int write_video_pes | ( | int | pack_size, |
| int | extcnt, | ||
| uint64_t | vpts, | ||
| uint64_t | vdts, | ||
| uint64_t | SCR, | ||
| uint64_t | muxr, | ||
| uint8_t * | buf, | ||
| int * | vlength, | ||
| uint8_t | ptsdts, | ||
| ringbuffer * | vrbuffer | ||
| ) |
Definition at line 702 of file pes.c.
Referenced by writeout_video().
| int write_audio_pes | ( | int | pack_size, |
| int | extcnt, | ||
| int | n, | ||
| uint64_t | pts, | ||
| uint64_t | SCR, | ||
| uint32_t | muxr, | ||
| uint8_t * | buf, | ||
| int * | alength, | ||
| uint8_t | ptsdts, | ||
| ringbuffer * | arbuffer | ||
| ) |
Definition at line 755 of file pes.c.
Referenced by writeout_ext().
| int write_ac3_pes | ( | int | pack_size, |
| int | extcnt, | ||
| int | n, | ||
| uint64_t | pts, | ||
| uint64_t | SCR, | ||
| uint32_t | muxr, | ||
| uint8_t * | buf, | ||
| int * | alength, | ||
| uint8_t | ptsdts, | ||
| int | nframes, | ||
| int | ac3_off, | ||
| ringbuffer * | ac3rbuffer | ||
| ) |
Definition at line 803 of file pes.c.
Referenced by writeout_ext().
Definition at line 859 of file pes.c.
Referenced by setup_multiplex(), and writeout_video().
1.7.6.1