Searched refs:current_video_data_size (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dtiertexseq.c57 unsigned int current_video_data_size; member in struct:SeqDemuxContext
174 seq->current_video_data_size = seq_buffer->fill_size;
178 seq->current_video_data_size = 0;
256 if (seq->current_pal_data_size + seq->current_video_data_size != 0) {
257 if (av_new_packet(pkt, 1 + seq->current_pal_data_size + seq->current_video_data_size))
267 if (seq->current_video_data_size) {
271 seq->current_video_data_size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dtiertexseq.c56 unsigned int current_video_data_size; member in struct:SeqDemuxContext
173 seq->current_video_data_size = seq_buffer->fill_size;
177 seq->current_video_data_size = 0;
253 if (seq->current_pal_data_size + seq->current_video_data_size != 0) {
254 if (av_new_packet(pkt, 1 + seq->current_pal_data_size + seq->current_video_data_size))
264 if (seq->current_video_data_size) {
268 seq->current_video_data_size);

Completed in 75 milliseconds