Home
last modified time | relevance | path

Searched defs:SwsContext (Results 1 – 1 of 1) sorted by relevance

/external/crosvm/media/ffmpeg/src/
Dffmpeg.rs3724 pub struct SwsContext { struct
3737 pub fn sws_alloc_context() -> *mut SwsContext; in sws_alloc_context() argument
3741 sws_context: *mut SwsContext, in sws_init_context()
3747 pub fn sws_freeContext(swsContext: *mut SwsContext); in sws_freeContext()
3761 ) -> *mut SwsContext; in sws_getContext()
3765 c: *mut SwsContext, in sws_scale()
3776 c: *mut SwsContext, in sws_scale_frame()
3783 c: *mut SwsContext, in sws_frame_start()
3789 pub fn sws_frame_end(c: *mut SwsContext); in sws_frame_end()
3793 c: *mut SwsContext, in sws_send_slice()
[all …]