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:ico
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
icoenc.c
64
av_log(s, AV_LOG_ERROR, "PNG in
ico
requires pixel format to be rgba\n");
in ico_check_attributes()
83
IcoMuxContext *
ico
= s->priv_data;
in ico_write_header()
local
93
ico
->current_image = 0;
in ico_write_header()
94
ico
->nb_images = s->nb_streams;
in ico_write_header()
108
ico
->images = av_calloc(
ico
->nb_images, sizeof(*
ico
->images));
in ico_write_header()
109
if (!
ico
->images)
in ico_write_header()
117
IcoMuxContext *
ico
= s->priv_data;
in ico_write_packet()
local
122
if (
ico
in ico_write_packet()
160
IcoMuxContext *
ico
= s->priv_data;
ico_write_trailer()
local
191
IcoMuxContext *
ico
= s->priv_data;
ico_deinit()
local
[all...]
H
A
D
icodec.c
79
IcoDemuxContext *
ico
= s->priv_data;
in read_header()
local
84
ico
->nb_images = avio_rl16(pb);
in read_header()
86
if (!
ico
->nb_images)
in read_header()
89
ico
->images = av_malloc_array(
ico
->nb_images, sizeof(IcoImage));
in read_header()
90
if (!
ico
->images)
in read_header()
93
for (i = 0; i <
ico
->nb_images; i++) {
in read_header()
107
ico
->images[i].nb_pal = avio_r8(pb);
in read_header()
108
if (
ico
->images[i].nb_pal == 255)
in read_header()
109
ico
in read_header()
152
IcoDemuxContext *
ico
= s->priv_data;
read_packet()
local
214
IcoDemuxContext *
ico
= s->priv_data;
ico_read_close()
local
[all...]
/third_party/ffmpeg/libavcodec/
H
A
D
aacdec_template.c
2019
INTFLOAT
ico
= -pulse->amp[i];
in decode_spectrum_and_dequant()
local
2022
ico
= co + (co > 0 ? -
ico
:
ico
);
in decode_spectrum_and_dequant()
2024
coef_base[ pulse->pos[i] ] =
ico
;
in decode_spectrum_and_dequant()
2028
ico
= co / sqrtf(sqrtf(fabsf(co))) + (co > 0 ? -
ico
:
ico
);
in decode_spectrum_and_dequant()
2030
coef_base[ pulse->pos[i] ] = cbrtf(fabsf(
ico
)) *
ico
* s
in decode_spectrum_and_dequant()
[all...]
/third_party/skia/dm/
H
A
D
DMSrcSink.cpp
602
//
ico
may use the old scanline method or the new one, depending on whether it
in draw()
604
const bool
ico
= fPath.endsWith("
ico
");
in draw()
local
605
bool useOldScanlineMethod = !useIncremental && !
ico
;
in draw()
606
if (useIncremental ||
ico
) {
in draw()
/third_party/mksh/
H
A
D
Build.sh
247
*.1|*.faq|*.
ico
) ;;
654
ccpr='|| for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.
ico
) ;; *) rm -f "$_f" ;; esac; done'
/third_party/astc-encoder/Source/
H
A
D
wuffs-v0.3.c
15945
// - https://docs.fileformat.com/image/
ico
/
16154
int32_t
ico
= wuffs_base__magic_number_guess_fourcc__maybe_ico(
in wuffs_base__magic_number_guess_fourcc()
local
16156
if (
ico
!= 0) {
in wuffs_base__magic_number_guess_fourcc()
16157
return
ico
;
in wuffs_base__magic_number_guess_fourcc()
[all...]
Completed in 55 milliseconds