Searched refs:video_frame (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dbfi.c37 int video_frame; member in struct:BFIContext
158 pkt->pts = bfi->video_frame;
159 bfi->video_frame += ret / bfi->video_size;
H A Dpaf.c46 uint8_t *video_frame; member in struct:__anon3609
71 av_freep(&p->video_frame);
156 p->video_frame = av_mallocz(p->video_size);
165 !p->video_frame ||
237 avio_read(pb, p->video_frame + offset, p->buffer_size);
252 memcpy(pkt->data, p->video_frame + p->frames_offset_table[p->current_frame], size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dbfi.c36 int video_frame; member in struct:BFIContext
150 pkt->pts = bfi->video_frame;
151 bfi->video_frame += ret / bfi->video_size;

Completed in 110 milliseconds