Home
last modified time | relevance | path

Searched refs:mustcopy (Results 1 – 3 of 3) sorted by relevance

/third_party/gettext/gettext-tools/misc/
Dautopoint.in796 mustcopy=
801 mustcopy=yes
807 mustcopy=yes
809 if test -n "$mustcopy"; then
/third_party/ffmpeg/libswresample/
Drematrix.c507 int swri_rematrix(SwrContext *s, AudioData *out, AudioData *in, int len, int mustcopy){ in swri_rematrix() argument
528 if(mustcopy) in swri_rematrix()
538 }else if(mustcopy){ in swri_rematrix()
Dswresample_internal.h201 int swri_rematrix(SwrContext *s, AudioData *out, AudioData *in, int len, int mustcopy);