Go to the source code of this file.
| typedef struct sequence_s sequence_t |
| typedef struct audio_frame_s audio_frame_t |
| anonymous enum |
Definition at line 154 of file element.c.
Referenced by writeout_video().
| int find_audio_sync | ( | ringbuffer * | rbuf, | |
| uint8_t * | buf, | |||
| int | off, | |||
| int | type, | |||
| int | le | |||
| ) |
Definition at line 330 of file element.c.
Referenced by analyze_audio(), check_audio_header(), get_ac3_info(), and get_audio_info().
| int find_audio_s | ( | uint8_t * | rbuf, | |
| int | off, | |||
| int | type, | |||
| int | le | |||
| ) |
Definition at line 383 of file element.c.
Referenced by pes_id_out().
| int get_video_info | ( | ringbuffer * | rbuf, | |
| sequence_t * | s, | |||
| int | off, | |||
| int | le | |||
| ) |
Definition at line 196 of file element.c.
Referenced by analyze_video().
| int get_audio_info | ( | ringbuffer * | rbuf, | |
| audio_frame_t * | af, | |||
| int | off, | |||
| int | le | |||
| ) |
Definition at line 495 of file element.c.
Referenced by analyze_audio().
| int get_ac3_info | ( | ringbuffer * | rbuf, | |
| audio_frame_t * | af, | |||
| int | off, | |||
| int | le | |||
| ) |
Definition at line 546 of file element.c.
Referenced by analyze_audio().
| uint64_t add_pts_audio | ( | uint64_t | pts, | |
| audio_frame_t * | aframe, | |||
| uint64_t | frames | |||
| ) |
Definition at line 56 of file element.c.
Referenced by analyze_audio().
| uint64_t next_ptsdts_video | ( | uint64_t * | pts, | |
| sequence_t * | s, | |||
| uint64_t | fcount, | |||
| uint64_t | gcount | |||
| ) |
Definition at line 79 of file element.c.
Referenced by analyze_video().
| void fix_audio_count | ( | uint64_t * | acount, | |
| audio_frame_t * | aframe, | |||
| uint64_t | origpts, | |||
| uint64_t | pts | |||
| ) |
Definition at line 65 of file element.c.
Referenced by analyze_audio().
| void fix_video_count | ( | sequence_t * | s, | |
| uint64_t * | frame, | |||
| uint64_t | origpts, | |||
| uint64_t | pts, | |||
| uint64_t | origdts, | |||
| uint64_t | dts | |||
| ) |
Definition at line 119 of file element.c.
Referenced by analyze_video().
| int check_audio_header | ( | ringbuffer * | rbuf, | |
| audio_frame_t * | af, | |||
| int | off, | |||
| int | le, | |||
| int | type | |||
| ) |
Definition at line 430 of file element.c.
Referenced by analyze_audio().
| int get_video_ext_info | ( | ringbuffer * | rbuf, | |
| sequence_t * | s, | |||
| int | off, | |||
| int | le | |||
| ) |
Definition at line 605 of file element.c.
Referenced by analyze_video().
1.6.3