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:old_twopassbuffer
(Results
1 - 1
of
1
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
libxvid.c
76
char *
old_twopassbuffer
; /**< Old character buffer (two-pass) */
member
495
x->
old_twopassbuffer
= NULL;
in xvid_encode_init()
502
x->
old_twopassbuffer
= av_malloc(BUFFER_SIZE);
in xvid_encode_init()
503
if (!x->twopassbuffer || !x->
old_twopassbuffer
) {
in xvid_encode_init()
509
x->
old_twopassbuffer
[0] = 0;
in xvid_encode_init()
807
tmp = x->
old_twopassbuffer
;
in xvid_encode_frame()
808
x->
old_twopassbuffer
= x->twopassbuffer;
in xvid_encode_frame()
811
if (x->
old_twopassbuffer
[0] != 0) {
in xvid_encode_frame()
812
avctx->stats_out = x->
old_twopassbuffer
;
in xvid_encode_frame()
862
av_freep(&x->
old_twopassbuffer
);
in xvid_encode_close()
[all...]
Completed in 3 milliseconds