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:ff_queue_size
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ffmpeg/libavfilter/dnn/
H
A
D
safe_queue.c
82
return sq ?
ff_queue_size
(sq->q) : 0;
in ff_safe_queue_size()
109
while (
ff_queue_size
(sq->q) == 0) {
in ff_safe_queue_pop_front()
H
A
D
queue.h
49
size_t
ff_queue_size
(Queue *q);
H
A
D
dnn_backend_openvino.c
452
if (
ff_queue_size
(inferenceq) == 0) {
in execute_model_ov()
829
while (
ff_queue_size
(ov_model->lltask_queue) >= ctx->options.batch_size) {
in ff_dnn_execute_model_ov()
880
if (
ff_queue_size
(ov_model->lltask_queue) == 0) {
in ff_dnn_flush_ov()
924
while (
ff_queue_size
(ov_model->lltask_queue) != 0) {
in ff_dnn_free_model_ov()
930
while (
ff_queue_size
(ov_model->task_queue) != 0) {
in ff_dnn_free_model_ov()
H
A
D
dnn_backend_native.c
478
if (
ff_queue_size
(native_model->lltask_queue) == 0) {
in ff_dnn_flush_native()
543
while (
ff_queue_size
(native_model->lltask_queue) != 0) {
in ff_dnn_free_model_native()
549
while (
ff_queue_size
(native_model->task_queue) != 0) {
in ff_dnn_free_model_native()
H
A
D
queue.c
88
size_t
ff_queue_size
(Queue *q)
in ff_queue_size()
function
H
A
D
dnn_backend_tf.c
1107
if (
ff_queue_size
(lltask_queue) == 0) {
in execute_model_tf()
1202
if (
ff_queue_size
(tf_model->lltask_queue) == 0) {
in ff_dnn_flush_tf()
1237
while (
ff_queue_size
(tf_model->lltask_queue) != 0) {
in ff_dnn_free_model_tf()
1243
while (
ff_queue_size
(tf_model->task_queue) != 0) {
in ff_dnn_free_model_tf()
Completed in 5 milliseconds