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:validate_index
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
flvdec.c
60
}
validate_index
[2];
member
524
flv->
validate_index
[i].pos = filepositions[i];
in parse_keyframes_index()
525
flv->
validate_index
[i].dts = times[i] * 1000;
in parse_keyframes_index()
1091
int64_t validate_pos = flv->
validate_index
[flv->validate_next].pos;
1093
if (FFABS(dts - flv->
validate_index
[flv->validate_next].dts) <=
1139
flv->
validate_index
[0].pos > next &&
1140
flv->
validate_index
[0].pos - 4 < next) {
1142
next = flv->
validate_index
[0].pos - 4;
/third_party/libdrm/intel/
H
A
D
intel_bufmgr_gem.c
185
int
validate_index
;
member
493
if (bo_gem->
validate_index
!= -1) {
in drm_intel_add_validate_buffer2()
494
bufmgr_gem->exec2_objects[bo_gem->
validate_index
].flags |= flags;
in drm_intel_add_validate_buffer2()
515
bo_gem->
validate_index
= index;
in drm_intel_add_validate_buffer2()
794
bo_gem->
validate_index
= -1;
in drm_intel_gem_bo_alloc_internal()
952
bo_gem->
validate_index
= -1;
in drm_intel_gem_bo_alloc_userptr()
1120
bo_gem->
validate_index
= -1;
in drm_intel_bo_gem_create_from_name()
1361
bo_gem->
validate_index
= -1;
in drm_intel_gem_bo_unreference_final()
2398
bo_gem->
validate_index
= -1;
in do_exec2()
2627
bo_gem->
validate_index
in drm_intel_bo_gem_create_from_prime()
[all...]
Completed in 6 milliseconds