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:roi_warned
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
libx265.c
64
int
roi_warned
;
member
443
if (!ctx->
roi_warned
) {
in libx265_encode_set_roi()
444
ctx->
roi_warned
= 1;
in libx265_encode_set_roi()
H
A
D
vaapi_encode.h
353
int
roi_warned
;
member
H
A
D
libvpxenc.c
138
int
roi_warned
;
member
1517
if (!ctx->
roi_warned
) {
in vp9_encode_set_roi()
1518
ctx->
roi_warned
= 1;
in vp9_encode_set_roi()
1542
if (!ctx->
roi_warned
) {
in vp9_encode_set_roi()
1543
ctx->
roi_warned
= 1;
in vp9_encode_set_roi()
H
A
D
libx264.c
118
int
roi_warned
;
member
400
if (!x4->
roi_warned
) {
in X264_frame()
401
x4->
roi_warned
= 1;
in X264_frame()
460
if (!x4->
roi_warned
) {
in X264_frame()
461
x4->
roi_warned
= 1;
in X264_frame()
H
A
D
vaapi_encode.c
532
if (!ctx->
roi_warned
) {
in vaapi_encode_issue()
536
ctx->
roi_warned
= 1;
in vaapi_encode_issue()
1108
if (sd && !ctx->
roi_warned
) {
in vaapi_encode_check_frame()
1111
ctx->
roi_warned
= 1;
in vaapi_encode_check_frame()
Completed in 16 milliseconds