Searched refs:MOV_SYNC_SAMPLE (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmovenc.h49 #define MOV_SYNC_SAMPLE 0x0001 macro
H A Dmovenc.c172 ffio_wfourcc(pb, flag == MOV_SYNC_SAMPLE ? "stss" : "stps");
1039 mov_write_stss_tag(pb, track, MOV_SYNC_SAMPLE);
2024 *flags = MOV_SYNC_SAMPLE;
2124 trk->cluster[trk->entry].flags = MOV_SYNC_SAMPLE;
2126 if (trk->cluster[trk->entry].flags & MOV_SYNC_SAMPLE)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmovenc.h53 #define MOV_SYNC_SAMPLE 0x0001 macro
H A Dmovenc.c207 ffio_wfourcc(pb, flag == MOV_SYNC_SAMPLE ? "stss" : "stps");
1484 mov_write_stss_tag(pb, track, MOV_SYNC_SAMPLE);
2766 return entry->flags & MOV_SYNC_SAMPLE ? MOV_FRAG_SAMPLE_FLAG_DEPENDS_NO :
3152 *flags = MOV_SYNC_SAMPLE;
3189 trk->cluster[i].flags &= ~MOV_SYNC_SAMPLE;
3201 trk->cluster[0].flags |= MOV_SYNC_SAMPLE;
3213 trk->cluster[trk->entry].flags |= MOV_SYNC_SAMPLE;
3503 trk->cluster[trk->entry].flags = MOV_SYNC_SAMPLE;
3505 if (trk->cluster[trk->entry].flags & MOV_SYNC_SAMPLE)

Completed in 184 milliseconds