Data Fields | |
| int | mode |
| int | entry |
| long | timescale |
| long | time |
| int64_t | trackDuration |
| long | sampleCount |
| long | sampleSize |
| int | hasKeyframes |
| int | hasBframes |
| int | language |
| int | trackID |
| int | tag |
| stsd fourcc | |
| AVCodecContext * | enc |
| int | vosLen |
| uint8_t * | vosData |
| MOVIentry * | cluster |
| int | audio_vbr |
| int | height |
| active picture (w/o VBI) height for D-10/IMX | |
Definition at line 53 of file movenc.c.
Definition at line 71 of file movenc.c.
Referenced by mov_write_audio_tag(), mov_write_header(), and mov_write_stts_tag().
Definition at line 70 of file movenc.c.
Referenced by mov_write_ctts_tag(), mov_write_edts_tag(), mov_write_packet(), mov_write_stco_tag(), mov_write_stsc_tag(), mov_write_stss_tag(), mov_write_stsz_tag(), mov_write_stts_tag(), and mov_write_trailer().
Definition at line 66 of file movenc.c.
Referenced by mov_find_codec_tag(), mov_write_audio_tag(), mov_write_avid_tag(), mov_write_esds_tag(), mov_write_extradata_tag(), mov_write_hdlr_tag(), mov_write_header(), mov_write_minf_tag(), mov_write_packet(), mov_write_stbl_tag(), mov_write_stsd_tag(), mov_write_stts_tag(), mov_write_subtitle_tag(), mov_write_tkhd_tag(), mov_write_udta_tag(), mov_write_video_tag(), and mov_write_wave_tag().
| int MOVIndex::entry |
Definition at line 55 of file movenc.c.
Referenced by mov_write_ctts_tag(), mov_write_moov_tag(), mov_write_mvhd_tag(), mov_write_packet(), mov_write_stbl_tag(), mov_write_stco_tag(), mov_write_stsc_tag(), mov_write_stss_tag(), mov_write_stsz_tag(), and mov_write_stts_tag().
Definition at line 62 of file movenc.c.
Referenced by mov_write_packet(), mov_write_stbl_tag(), and mov_write_trak_tag().
| int MOVIndex::height |
active picture (w/o VBI) height for D-10/IMX
Definition at line 72 of file movenc.c.
Referenced by mov_write_header(), mov_write_tkhd_tag(), and mov_write_video_tag().
| int MOVIndex::mode |
Definition at line 54 of file movenc.c.
Referenced by mov_find_codec_tag(), mov_write_amr_tag(), mov_write_audio_tag(), mov_write_hdlr_tag(), mov_write_header(), mov_write_mdhd_tag(), mov_write_minf_tag(), mov_write_trak_tag(), and mov_write_video_tag().
| long MOVIndex::sampleSize |
Definition at line 60 of file movenc.c.
Referenced by mov_write_audio_tag(), mov_write_header(), and mov_write_packet().
| int MOVIndex::tag |
stsd fourcc
Definition at line 65 of file movenc.c.
Referenced by mov_write_audio_tag(), mov_write_header(), mov_write_subtitle_tag(), mov_write_video_tag(), and mov_write_wave_tag().
| long MOVIndex::time |
Definition at line 57 of file movenc.c.
Referenced by mov_write_mdhd_tag(), mov_write_moov_tag(), and mov_write_tkhd_tag().
| long MOVIndex::timescale |
Definition at line 56 of file movenc.c.
Referenced by mov_write_audio_tag(), mov_write_edts_tag(), mov_write_header(), mov_write_mdhd_tag(), mov_write_mvhd_tag(), and mov_write_tkhd_tag().
| int64_t MOVIndex::trackDuration |
Definition at line 58 of file movenc.c.
Referenced by mov_write_edts_tag(), mov_write_mdhd_tag(), mov_write_mvhd_tag(), mov_write_packet(), mov_write_stts_tag(), and mov_write_tkhd_tag().
Definition at line 64 of file movenc.c.
Referenced by mov_write_esds_tag(), mov_write_moov_tag(), mov_write_mvhd_tag(), and mov_write_tkhd_tag().
| uint8_t* MOVIndex::vosData |
Definition at line 69 of file movenc.c.
Referenced by mov_write_ac3_tag(), mov_write_avcc_tag(), mov_write_avid_tag(), mov_write_esds_tag(), mov_write_glbl_tag(), mov_write_packet(), and mov_write_trailer().
| int MOVIndex::vosLen |
Definition at line 68 of file movenc.c.
Referenced by mov_write_ac3_tag(), mov_write_audio_tag(), mov_write_avcc_tag(), mov_write_esds_tag(), mov_write_glbl_tag(), mov_write_packet(), mov_write_trailer(), and mov_write_video_tag().
1.5.8