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:WebPAnimEncoder
(Results
1 - 6
of
6
) sorted by relevance
/third_party/skia/third_party/externals/libwebp/src/webp/
H
A
D
mux.h
395
//
WebPAnimEncoder
API
404
WebPAnimEncoder
* enc = WebPAnimEncoderNew(width, height, &enc_options);
417
typedef struct
WebPAnimEncoder
WebPAnimEncoder
; // Main opaque object.
typedef
458
WEBP_EXTERN
WebPAnimEncoder
* WebPAnimEncoderNewInternal(
461
// Creates and initializes a
WebPAnimEncoder
object.
467
// A pointer to the newly created
WebPAnimEncoder
object.
469
static WEBP_INLINE
WebPAnimEncoder
* WebPAnimEncoderNew(
in WebPAnimEncoderNew()
476
//
WebPAnimEncoder
object.
494
WebPAnimEncoder
* en
[all...]
/third_party/skia/third_party/externals/libwebp/src/mux/
H
A
D
anim_encode.c
48
struct
WebPAnimEncoder
{
struct
104
// Life of
WebPAnimEncoder
object.
109
// Reset the counters in the
WebPAnimEncoder
.
110
static void ResetCounters(
WebPAnimEncoder
* const enc) {
in ResetCounters()
218
static void MarkNoError(
WebPAnimEncoder
* const enc) {
in MarkNoError()
222
static void MarkError(
WebPAnimEncoder
* const enc, const char* str) {
in MarkError()
228
static void MarkError2(
WebPAnimEncoder
* const enc,
in MarkError2()
236
WebPAnimEncoder
* WebPAnimEncoderNewInternal(
in WebPAnimEncoderNewInternal()
239
WebPAnimEncoder
* enc;
in WebPAnimEncoderNewInternal()
249
enc = (
WebPAnimEncoder
*)WebPSafeCallo
in WebPAnimEncoderNewInternal()
[all...]
/third_party/skia/third_party/externals/libwebp/tests/fuzzer/
H
A
D
animencoder_fuzzer.cc
28
int AddFrame(
WebPAnimEncoder
** const enc,
in AddFrame()
123
WebPAnimEncoder
* enc = nullptr;
in LLVMFuzzerTestOneInput()
/third_party/ffmpeg/libavcodec/
H
A
D
libwebpenc_animencoder.c
24
* WebP encoder using libwebp (
WebPAnimEncoder
API)
36
WebPAnimEncoder
*enc; // the main AnimEncoder object
/third_party/skia/third_party/externals/libwebp/examples/
H
A
D
img2webp.c
128
WebPAnimEncoder
* enc = NULL;
in main()
263
fprintf(stderr, "Could not create
WebPAnimEncoder
object.\n");
in main()
H
A
D
gif2webp.c
114
WebPAnimEncoder
* enc = NULL;
in main()
Completed in 5 milliseconds