Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:av_usleep
(Results
1 - 25
of
33
) sorted by relevance
1
2
/third_party/ffmpeg/libavfilter/
H
A
D
f_realtime.c
61
av_usleep
(600000000);
in filter_frame()
62
av_usleep
(sleep);
in filter_frame()
H
A
D
f_cue.c
73
av_usleep
(av_clip(-diff / 2, 100, 1000000));
in activate()
H
A
D
vf_dnn_processing.c
268
av_usleep
(5000);
in flush_frame()
H
A
D
vf_dnn_classify.c
231
av_usleep
(5000);
in dnn_classify_flush_frame()
H
A
D
vf_dnn_detect.c
374
av_usleep
(5000);
in dnn_detect_flush_frame()
H
A
D
vf_deinterlace_qsv.c
473
av_usleep
(1);
in process_frame()
H
A
D
vf_scale_qsv.c
569
av_usleep
(1);
in qsvscale_filter_frame()
H
A
D
qsvvpp.c
837
av_usleep
(500);
in ff_qsvvpp_filter_frame()
/third_party/ffmpeg/libavutil/
H
A
D
time.h
54
int
av_usleep
(unsigned usec);
H
A
D
time.c
84
int
av_usleep
(unsigned usec)
in av_usleep()
function
H
A
D
hwcontext_qsv.c
1115
av_usleep
(1);
in qsv_transfer_data_from()
1213
av_usleep
(1);
in qsv_transfer_data_to()
/third_party/ffmpeg/libavformat/
H
A
D
fifo.c
407
av_usleep
(FFMIN(10000, time_to_wait));
in fifo_thread_recover()
469
av_usleep
(10000);
in fifo_consumer_thread()
640
av_usleep
(10000);
in fifo_write_trailer()
H
A
D
fifo_test.c
87
av_usleep
(SLEEPTIME_10_MS);
in failing_write_packet()
H
A
D
rtmphttp.c
133
av_usleep
(50000);
in rtmp_http_read()
H
A
D
hlsproto.c
292
av_usleep
(100*1000);
in hls_read()
H
A
D
network.c
112
av_usleep
(FFMIN(time_left, POLLING_TIME * 1000));
in ff_network_sleep_interruptible()
H
A
D
avio.c
386
av_usleep
(1000);
in retry_transfer_wrapper()
/third_party/ffmpeg/tools/
H
A
D
pktdumper.c
136
av_usleep
(60 * 1000000);
in main()
H
A
D
aviocat.c
128
av_usleep
(50 * 1000);
in main()
/third_party/ffmpeg/libavdevice/
H
A
D
openal-dec.c
198
av_usleep
(1000);
in read_packet()
H
A
D
kmsgrab.c
278
av_usleep
(delay);
in kmsgrab_read_packet()
H
A
D
gdigrab.c
578
av_usleep
(delay);
in gdigrab_read_packet()
H
A
D
xcbgrab.c
213
av_usleep
(delay);
in wait_frame()
/third_party/ffmpeg/libavcodec/
H
A
D
amfenc.c
758
av_usleep
(1000); // wait and poll again
in ff_amf_receive_packet()
H
A
D
dxva2.c
930
av_usleep
(2000);
in ff_dxva2_common_end_frame()
Completed in 34 milliseconds
1
2