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; argument
96 FrameCode frame_code[256];
Dnutenc.c174 FrameCode *ft; in build_frame_code()
184 FrameCode *ft = &nut->frame_code[start]; in build_frame_code()
213 FrameCode *ft = &nut->frame_code[start2]; in build_frame_code()
239 FrameCode *ft = &nut->frame_code[start2]; in build_frame_code()
250 FrameCode *ft = &nut->frame_code[start2]; in build_frame_code()
283 FrameCode *ft = &nut->frame_code[index]; in build_frame_code()
296 memmove(&nut->frame_code['N' + 1], &nut->frame_code['N'], sizeof(FrameCode) * (255 - 'N')); in build_frame_code()
804 static int get_needed_flags(NUTContext *nut, StreamContext *nus, FrameCode *fc, in get_needed_flags()
982 FrameCode *fc; in nut_write_packet()
1095 FrameCode *fc = &nut->frame_code[i]; in nut_write_packet()