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:dav1d
(Results
1 - 1
of
1
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
libdav1d.c
22
#include <
dav1d
/
dav1d
.h>
78
Libdav1dContext *
dav1d
= cookie;
in libdav1d_picture_allocator()
local
88
if (ret !=
dav1d
->pool_size) {
in libdav1d_picture_allocator()
89
av_buffer_pool_uninit(&
dav1d
->pool);
in libdav1d_picture_allocator()
91
dav1d
->pool = av_buffer_pool_init(ret + DAV1D_PICTURE_ALIGNMENT * 2, NULL);
in libdav1d_picture_allocator()
92
if (!
dav1d
->pool) {
in libdav1d_picture_allocator()
93
dav1d
->pool_size = 0;
in libdav1d_picture_allocator()
96
dav1d
->pool_size = ret;
in libdav1d_picture_allocator()
98
buf = av_buffer_pool_get(
dav1d
in libdav1d_picture_allocator()
212
Lib
dav1d
Context *
dav1d
= c->priv_data;
libdav1d_init()
local
276
Lib
dav1d
Context *
dav1d
= c->priv_data;
libdav1d_flush()
local
295
Lib
dav1d
Context *
dav1d
= c->priv_data;
libdav1d_receive_frame()
local
543
Lib
dav1d
Context *
dav1d
= c->priv_data;
libdav1d_close()
local
[all...]
Completed in 1 milliseconds