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:nb_tiles
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
arbc.c
45
int
nb_tiles
= bytestream2_get_le16(gb);
in fill_tile4()
local
49
if ((avctx->width / 4 + 1) * (avctx->height / 4 + 1) <
nb_tiles
)
in fill_tile4()
52
for (int i = 0; i <
nb_tiles
; i++) {
in fill_tile4()
83
int
nb_tiles
= bytestream2_get_le16(gb);
in fill_tileX()
local
87
if ((avctx->width / tile_width + 1) * (avctx->height / tile_height + 1) <
nb_tiles
)
in fill_tileX()
90
for (int i = 0; i <
nb_tiles
; i++) {
in fill_tileX()
H
A
D
sga.c
47
int
nb_tiles
;
member
145
int tindex = av_clip((tilemap & 511) - 1, 0, s->
nb_tiles
- 1);
in decode_index_tilemap()
286
for (int n = 0; n < s->
nb_tiles
; n++) {
in decode_tiledata()
297
for (int i = 0; i < s->
nb_tiles
&& s->swap; i++) {
in decode_tiledata()
349
s->
nb_tiles
= s->flags & HAVE_TILEMAP ? AV_RB16(avpkt->data + 12) : s->tiles_w * s->tiles_h;
in sga_decode_frame()
350
if (s->
nb_tiles
> s->tiles_w * s->tiles_h)
in sga_decode_frame()
353
av_log(avctx, AV_LOG_DEBUG, "type: %X flags: %X
nb_tiles
: %d\n", type, s->flags, s->
nb_tiles
);
in sga_decode_frame()
452
s->tiledata_size = s->
nb_tiles
* 32;
in sga_decode_frame()
Completed in 2 milliseconds