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:best_format
(Results
1 - 2
of
2
) sorted by relevance
/third_party/astc-encoder/Source/
H
A
D
astcenc_pick_best_endpoint_format.cpp
758
* @param[out]
best_format
The output best color format.
768
uint8_t&
best_format
801
best_format
= FMT_RGBA;
805
best_format
= FMT_LUMINANCE;
809
best_format
= best_combined_format[ql][best_integer_count];
820
* @param
best_format
The best format for a single endpoint quant level and integer count.
826
const uint8_t
best_format
[2][21][4],
856
best_combined_format[quant][intcnt][0] =
best_format
[0][quant][i];
857
best_combined_format[quant][intcnt][1] =
best_format
[1][quant][j];
940
* @param
best_format
Th
[all...]
/third_party/ffmpeg/libavcodec/
H
A
D
vaapi_decode.c
288
enum AVPixelFormat source_format,
best_format
, format;
in vaapi_decode_find_best_format()
local
316
best_format
= AV_PIX_FMT_NONE;
in vaapi_decode_find_best_format()
336
best_format
= av_find_best_pix_fmt_of_2(format,
best_format
,
in vaapi_decode_find_best_format()
338
if (format ==
best_format
)
in vaapi_decode_find_best_format()
344
if (
best_format
== AV_PIX_FMT_NONE) {
in vaapi_decode_find_best_format()
350
av_get_pix_fmt_name(
best_format
), best_fourcc,
in vaapi_decode_find_best_format()
353
frames->sw_format =
best_format
;
in vaapi_decode_find_best_format()
Completed in 3 milliseconds