Home
last modified time | relevance | path

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

/third_party/rust/crates/which-rs/src/
Dlib.rs426 pub fn new_in<T, U, V>(binary_name: T, paths: Option<U>, cwd: V) -> Result<Path> in new_in() method
549 pub fn new_in<T, U, V>(binary_name: T, paths: Option<U>, cwd: V) -> Result<CanonicalPath> in new_in() method
/third_party/ffmpeg/libavfilter/
Daf_afwtdn.c1028 AVFrame *new_in = ff_get_audio_buffer(outlink, s->nb_samples); in filter_frame() local