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:encbuffer
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
flashsvenc.c
63
uint8_t *
encbuffer
;
member
95
av_freep(&s->
encbuffer
);
in flashsv_encode_end()
118
s->
encbuffer
= av_mallocz(s->image_width * s->image_height * 3);
in flashsv_encode_init()
120
if (!s->
encbuffer
) {
in flashsv_encode_init()
H
A
D
flashsv2enc.c
92
uint8_t *
encbuffer
;
member
132
av_freep(&s->
encbuffer
);
in cleanup()
197
init_blocks(s, s->frame_blocks, s->
encbuffer
, s->databuffer);
in update_block_dimensions()
250
s->
encbuffer
= av_mallocz(s->frame_size);
in flashsv2_encode_init()
255
if (!s->
encbuffer
|| !s->keybuffer || !s->databuffer
in flashsv2_encode_init()
279
s->key_blocks[i].enc += (s->keybuffer - s->
encbuffer
);
in new_key_frame()
284
memcpy(s->keybuffer, s->
encbuffer
, s->frame_size);
in new_key_frame()
/third_party/libsnd/src/
H
A
D
flac.c
76
int32_t*
encbuffer
;
member
675
pflac->
encbuffer
= calloc (ENC_BUFFER_SIZE, sizeof (int32_t)) ;
in flac_write_header()
766
free (pflac->
encbuffer
) ;
in flac_close()
1066
int32_t* buffer = pflac->
encbuffer
;
in flac_write_s2flac()
1108
int32_t* buffer = pflac->
encbuffer
;
in flac_write_i2flac()
1150
int32_t* buffer = pflac->
encbuffer
;
in flac_write_f2flac()
1281
int32_t* buffer = pflac->
encbuffer
;
in flac_write_d2flac()
Completed in 5 milliseconds