Searched refs:convert_frame (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libswresample/ |
D | swresample_frame.c | 78 static inline int convert_frame(SwrContext *s, in convert_frame() function 157 return convert_frame(s, out, in); in swr_convert_frame()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_photosensitivity.c | 143 static void convert_frame(AVFilterContext *ctx, AVFrame *in, PhotosensitivityFrame *out, int skip) in convert_frame() function 237 convert_frame(ctx, in, &ef, s->skip); in filter_frame() 264 convert_frame(ctx, s->last_frame_av, &ef, s->skip); in filter_frame()
|
/third_party/ffmpeg/libavresample/ |
D | utils.c | 550 static inline int convert_frame(AVAudioResampleContext *avr, in convert_frame() function 634 return convert_frame(avr, out, in); in avresample_convert_frame()
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 111911 video: Add a simple unit test for the new convert_frame API 111926 video: Refactor convert_frame a bit and fix some minor memory leaks in error cases 114571 Move the marshaller for the convert_frame signal to the screenshot file in 114580 playbin2: move convert_frame to playsink 114581 Move the convert_frame function to playsink and make it part of the API. This is 114582 in preparation to add the convert_frame signal to playsink.
|