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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dflvenc.c63 typedef struct FLVStreamContext { struct
65 } FLVStreamContext; typedef in typeref:struct:FLVStreamContext
188 FLVStreamContext *sc;
207 sc = av_mallocz(sizeof(FLVStreamContext));
358 FLVStreamContext *sc = s->streams[i]->priv_data;
382 FLVStreamContext *sc = s->streams[pkt->stream_index]->priv_data;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dflvenc.c68 typedef struct FLVStreamContext { struct
70 } FLVStreamContext; typedef in typeref:struct:FLVStreamContext
206 FLVStreamContext *sc;
265 sc = av_mallocz(sizeof(FLVStreamContext));
446 FLVStreamContext *sc = s->streams[i]->priv_data;
473 FLVStreamContext *sc = s->streams[pkt->stream_index]->priv_data;

Completed in 111 milliseconds