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_size
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
libx265.c
455
uint32_t
roi_size
;
in libx265_encode_set_roi()
local
459
roi_size
= roi->self_size;
in libx265_encode_set_roi()
460
if (!
roi_size
|| sd->size %
roi_size
!= 0) {
in libx265_encode_set_roi()
464
nb_rois = sd->size /
roi_size
;
in libx265_encode_set_roi()
476
roi = (const AVRegionOfInterest*)(sd->data +
roi_size
* i);
in libx265_encode_set_roi()
H
A
D
libx264.c
411
uint32_t
roi_size
;
in X264_frame()
local
415
roi_size
= roi->self_size;
in X264_frame()
416
if (!
roi_size
|| sd->size %
roi_size
!= 0) {
in X264_frame()
421
nb_rois = sd->size /
roi_size
;
in X264_frame()
434
roi = (const AVRegionOfInterest*)(sd->data +
roi_size
* i);
in X264_frame()
H
A
D
qsvenc.c
1582
uint32_t
roi_size
;
in set_roi_encode_ctrl()
local
1586
roi_size
= roi->self_size;
in set_roi_encode_ctrl()
1587
if (!
roi_size
|| sd->size %
roi_size
) {
in set_roi_encode_ctrl()
1591
nb_roi = sd->size /
roi_size
;
in set_roi_encode_ctrl()
1607
roi = (AVRegionOfInterest *)(sd->data +
roi_size
* i);
in set_roi_encode_ctrl()
H
A
D
vaapi_encode.c
523
uint32_t
roi_size
;
in vaapi_encode_issue()
local
528
roi_size
= roi->self_size;
in vaapi_encode_issue()
529
av_assert0(
roi_size
&& sd->size %
roi_size
== 0);
in vaapi_encode_issue()
530
nb_roi = sd->size /
roi_size
;
in vaapi_encode_issue()
548
roi = (const AVRegionOfInterest*)(sd->data +
roi_size
* i);
in vaapi_encode_issue()
/third_party/ffmpeg/libavfilter/
H
A
D
vf_showinfo.c
143
uint32_t
roi_size
;
in dump_roi()
local
146
roi_size
= roi->self_size;
in dump_roi()
147
if (!
roi_size
|| sd->size %
roi_size
!= 0) {
in dump_roi()
151
nb_rois = sd->size /
roi_size
;
in dump_roi()
155
roi = (const AVRegionOfInterest *)(sd->data +
roi_size
* i);
in dump_roi()
Completed in 10 milliseconds