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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dnut.h65 typedef struct FrameCode { struct
73 } FrameCode; typedef in typeref:struct:FrameCode
96 FrameCode frame_code[256];
H A Dnutenc.c151 FrameCode *ft;
161 FrameCode *ft = &nut->frame_code[start];
190 FrameCode *ft = &nut->frame_code[start2];
209 FrameCode *ft = &nut->frame_code[start2];
220 FrameCode *ft = &nut->frame_code[start2];
253 FrameCode *ft = &nut->frame_code[index];
266 memmove(&nut->frame_code['N' + 1], &nut->frame_code['N'], sizeof(FrameCode) * (255 - 'N'));
784 static int get_needed_flags(NUTContext *nut, StreamContext *nus, FrameCode *fc,
958 FrameCode *fc;
1069 FrameCode *f
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dnut.h71 } FrameCode; typedef in typeref:struct:__anon2247
92 FrameCode frame_code[256];
H A Dnutenc.c139 FrameCode *ft;
149 FrameCode *ft= &nut->frame_code[start];
168 FrameCode *ft= &nut->frame_code[start2];
185 FrameCode *ft= &nut->frame_code[start2];
196 FrameCode *ft= &nut->frame_code[start2];
226 FrameCode *ft= &nut->frame_code[index];
239 memmove(&nut->frame_code['N'+1], &nut->frame_code['N'], sizeof(FrameCode)*(255-'N'));
657 static int get_needed_flags(NUTContext *nut, StreamContext *nus, FrameCode *fc, AVPacket *pkt){
698 FrameCode *fc;
759 FrameCode *f
[all...]

Completed in 110 milliseconds