Searched refs:is_start (Results 1 - 9 of 9) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavformat/
H A Dmpegtsenc.c601 int val, is_start, len, header_len, write_pcr, private_code, flags; local
606 is_start = 1;
612 if (ts->mux_rate > 1 || is_start) // VBR pcr period is based on frames
635 if (is_start)
658 if (is_start) {
737 is_start = 0;
H A Dmpegts.c50 typedef int PESCallback(MpegTSFilter *f, const uint8_t *buf, int len, int is_start, int64_t pos);
246 const uint8_t *buf, int buf_size, int is_start)
251 if (is_start) {
642 const uint8_t *buf, int buf_size, int is_start,
653 if (is_start) {
1143 int len, pid, cc, cc_ok, afc, is_start; local
1150 is_start = packet[1] & 0x40;
1152 if (ts->auto_guess && tss == NULL && is_start) {
1184 if (is_start) {
1211 if ((ret = tss->u.pes_filter.pes_cb(tss, p, p_end - p, is_start,
245 write_section_data(AVFormatContext *s, MpegTSFilter *tss1, const uint8_t *buf, int buf_size, int is_start) argument
641 mpegts_push_data(MpegTSFilter *filter, const uint8_t *buf, int buf_size, int is_start, int64_t pos) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavformat/
H A Dmpegtsenc.c601 int val, is_start, len, header_len, write_pcr, private_code, flags; local
606 is_start = 1;
612 if (ts->mux_rate > 1 || is_start) // VBR pcr period is based on frames
635 if (is_start)
658 if (is_start) {
737 is_start = 0;
H A Dmpegts.c50 typedef int PESCallback(MpegTSFilter *f, const uint8_t *buf, int len, int is_start, int64_t pos);
246 const uint8_t *buf, int buf_size, int is_start)
251 if (is_start) {
642 const uint8_t *buf, int buf_size, int is_start,
653 if (is_start) {
1143 int len, pid, cc, cc_ok, afc, is_start; local
1150 is_start = packet[1] & 0x40;
1152 if (ts->auto_guess && tss == NULL && is_start) {
1184 if (is_start) {
1211 if ((ret = tss->u.pes_filter.pes_cb(tss, p, p_end - p, is_start,
245 write_section_data(AVFormatContext *s, MpegTSFilter *tss1, const uint8_t *buf, int buf_size, int is_start) argument
641 mpegts_push_data(MpegTSFilter *filter, const uint8_t *buf, int buf_size, int is_start, int64_t pos) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavformat/
H A Dmpegtsenc.c601 int val, is_start, len, header_len, write_pcr, private_code, flags; local
606 is_start = 1;
612 if (ts->mux_rate > 1 || is_start) // VBR pcr period is based on frames
635 if (is_start)
658 if (is_start) {
737 is_start = 0;
H A Dmpegts.c50 typedef int PESCallback(MpegTSFilter *f, const uint8_t *buf, int len, int is_start, int64_t pos);
246 const uint8_t *buf, int buf_size, int is_start)
251 if (is_start) {
642 const uint8_t *buf, int buf_size, int is_start,
653 if (is_start) {
1143 int len, pid, cc, cc_ok, afc, is_start; local
1150 is_start = packet[1] & 0x40;
1152 if (ts->auto_guess && tss == NULL && is_start) {
1184 if (is_start) {
1211 if ((ret = tss->u.pes_filter.pes_cb(tss, p, p_end - p, is_start,
245 write_section_data(AVFormatContext *s, MpegTSFilter *tss1, const uint8_t *buf, int buf_size, int is_start) argument
641 mpegts_push_data(MpegTSFilter *filter, const uint8_t *buf, int buf_size, int is_start, int64_t pos) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/
H A Dffmpeg.c305 int is_start; /* is 1 at the start and after a discontinuity */ member in struct:AVInputStream
702 if(ist->is_start || fabs(delta) > audio_drift_threshold*enc->sample_rate){
711 ist->is_start=0;
720 ist->is_start=0;
2182 ist->is_start = 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/
H A Dffmpeg.c305 int is_start; /* is 1 at the start and after a discontinuity */ member in struct:AVInputStream
702 if(ist->is_start || fabs(delta) > audio_drift_threshold*enc->sample_rate){
711 ist->is_start=0;
720 ist->is_start=0;
2182 ist->is_start = 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/
H A Dffmpeg.c305 int is_start; /* is 1 at the start and after a discontinuity */ member in struct:AVInputStream
702 if(ist->is_start || fabs(delta) > audio_drift_threshold*enc->sample_rate){
711 ist->is_start=0;
720 ist->is_start=0;
2182 ist->is_start = 1;

Completed in 173 milliseconds