Home
last modified time | relevance | path

Searched refs:FrameCode (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
Dnut.h65 typedef struct FrameCode { struct
73 } FrameCode; typedef
96 FrameCode frame_code[256];
Dnutenc.c152 FrameCode *ft; in build_frame_code()
162 FrameCode *ft = &nut->frame_code[start]; in build_frame_code()
191 FrameCode *ft = &nut->frame_code[start2]; in build_frame_code()
217 FrameCode *ft = &nut->frame_code[start2]; in build_frame_code()
228 FrameCode *ft = &nut->frame_code[start2]; in build_frame_code()
261 FrameCode *ft = &nut->frame_code[index]; in build_frame_code()
274 memmove(&nut->frame_code['N' + 1], &nut->frame_code['N'], sizeof(FrameCode) * (255 - 'N')); in build_frame_code()
782 static int get_needed_flags(NUTContext *nut, StreamContext *nus, FrameCode *fc, in get_needed_flags()
958 FrameCode *fc; in nut_write_packet()
1070 FrameCode *fc = &nut->frame_code[i]; in nut_write_packet()