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:num_profiles
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/va/
H
A
D
config.c
44
vlVaQueryConfigProfiles(VADriverContextP ctx, VAProfile *profile_list, int *
num_profiles
)
in vlVaQueryConfigProfiles()
argument
53
*
num_profiles
= 0;
in vlVaQueryConfigProfiles()
64
profile_list[(*
num_profiles
)++] = vap;
in vlVaQueryConfigProfiles()
69
profile_list[(*
num_profiles
)++] = VAProfileNone;
in vlVaQueryConfigProfiles()
H
A
D
va_private.h
350
VAStatus vlVaQueryConfigProfiles(VADriverContextP ctx, VAProfile *profile_list,int *
num_profiles
);
/third_party/ffmpeg/libavcodec/
H
A
D
qsvenc.c
94
int i,
num_profiles
;
in print_profile()
local
99
num_profiles
= FF_ARRAY_ELEMS(avc_profiles);
in print_profile()
104
num_profiles
= FF_ARRAY_ELEMS(mpeg2_profiles);
in print_profile()
109
num_profiles
= FF_ARRAY_ELEMS(hevc_profiles);
in print_profile()
114
num_profiles
= FF_ARRAY_ELEMS(vp9_profiles);
in print_profile()
121
for (i = 0; i <
num_profiles
; i++)
in print_profile()
/third_party/cups-filters/filter/
H
A
D
imagetoraster.c
564
for (i = 0, profile = ppd->profiles; i < ppd->
num_profiles
; i ++, profile ++)
in main()
585
if (i >= ppd->
num_profiles
)
in main()
Completed in 8 milliseconds