Searched defs:copy_fields (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dffv1dec.c1016 static void copy_fields(FFV1Context *fsdst, FFV1Context *fssrc, FFV1Context *fsrc) function
H A Dpthread_frame.c255 #define copy_fields(s, e) memcpy(&dst->s, &src->s, (char*)&dst->e - (char*)&dst->s); macro
295 #undef copy_fields macro
H A Dh264_slice.c488 #define copy_fields(to, from, start_field, end_field) \ macro
H A Dvp3.c1935 #define copy_fields(to, from, start_field, end_field) \ macro
1982 #undef copy_fields macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dpthread.c453 #define copy_fields(s, e) memcpy(&dst->s, &src->s, (char*)&dst->e - (char*)&dst->s); macro
488 #undef copy_fields macro
H A Dh264.c1186 #define copy_fields(to, from, start_field, end_field) memcpy(&to->start_field, &from->start_field, (char*)&to->end_field - (char*)&to->start_field) macro
H A Dvp3.c1862 #define copy_fields(to, from, start_field, end_field) memcpy(&to->start_field, &from->start_field, (char*)&to->end_field - (char*)&to->start_field) macro
1902 #undef copy_fields macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_fieldmatch.c607 static void copy_fields(const FieldMatchContext *fm, AVFrame *dst, function

Completed in 538 milliseconds