• Home
  • Raw
  • Download

Lines Matching refs:target_path

13 target_path=$4
36 target_path(){ function
79 test "${V:-0}" -gt 0 && echo "$target_exec" $target_path/"$@" >&3
80 $target_exec $target_path/"$@"
84 test "${V:-0}" -gt 0 && echo "$target_exec" $target_path/"$@" >&3
85 $target_exec $target_path/"$@" >&3
161 ffmpeg -y "$@" $(target_path $encfile) || return
179 src_file=$(target_path $4)
183 encfile=$(target_path ${encfile})
204 tsrcfile=$(target_path $srcfile)
205 tencfile=$(target_path $encfile)
206 tdecfile=$(target_path $decfile)
228 tsrcfile=$(target_path $srcfile)
229 tencfile=$(target_path $encfile)
249 tsrcfile=$(target_path $srcfile)
250 tencfile=$(target_path $encfile)
261 ffmpeg2="$target_exec ${target_path}/ffmpeg${PROGSUF}${EXECSUF}"
262 raw_src="${target_path}/tests/vsynth1/%02d.pgm"
263 pcm_src="${target_path}/tests/data/asynth1.sw"
265 target_crcfile="${target_path}/$crcfile"
286 set -- $* ${target_path}/$f
304 do_avconv_crc $file -auto_conversion_filters $DEC_OPTS $3 -i $target_path/$file
313 do_avconv_crc $file -auto_conversion_filters $DEC_OPTS -i $target_path/$file $3
334 do_avconv_crc $file -auto_conversion_filters $DEC_OPTS -i $target_path/$file $3
342 …w_src $1 "$ENC_OPTS -metadata title=lavftest" -vf scale -frames 13 -y -qscale 10 $target_path/$file
344 do_avconv_crc $file -auto_conversion_filters $DEC_OPTS $2 -i $target_path/$file $2
354 do_avconv_crc $file -auto_conversion_filters $DEC_OPTS -f image2pipe -i $target_path/$file
362 do_avconv_crc $file -auto_conversion_filters $DEC_OPTS -i $target_path/$file $1
380 $ENC_OPTS -f rawvideo -t 1 -s 352x288 -pix_fmt $conversion $target_path/$raw_dst
381 do_avconv $file $DEC_OPTS -f rawvideo -s 352x288 -pix_fmt $conversion -i $target_path/$raw_dst \
389 raw_src="${target_path}/tests/vsynth1/%02d.pgm"
402 showfiltfmts="$target_exec $target_path/libavfilter/tests/filtfmts${EXECSUF}"
427 sample=$(target_path $1)
436 …ersion_filters $extra_args -i "$sample" -bitexact -c:a copy -f framecrc -y $(target_path $decfile1)
441 …gs -ss 0 -seek_timestamp 1 -i "$sample" -bitexact -c:a copy -f framecrc -y $(target_path $decfile2)
445 …gs -ss 5 -seek_timestamp 1 -i "$sample" -bitexact -c:a copy -f framecrc -y $(target_path $decfile3)
450 sample=$(target_path $1)
463 sample=$(target_path $1)
470 ffmpeg -auto_conversion_filters -i "$sample" -bitexact $extra_args -y $(target_path $decfile)
487 …${EXECSUF} -bitexact -show_streams -show_packets -safe 0 $extra_args $(target_path $concatfile) | …
490 …act -show_streams -show_packets -of compact=p=0:nk=1 -safe 0 $extra_args $(target_path $concatfile)