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:rc_override
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
options.c
177
av_freep(&avctx->
rc_override
);
in avcodec_free_context()
H
A
D
avcodec.h
1207
RcOverride *
rc_override
;
member
H
A
D
ratecontrol.c
285
RcOverride *rco = s->avctx->
rc_override
;
in get_qscale()
/third_party/ffmpeg/fftools/
H
A
D
ffmpeg_opt.c
88
static const char *const opt_name_rc_overrides[] = {"
rc_override
", NULL};
1904
av_log(NULL, AV_LOG_FATAL, "error parsing
rc_override
\n");
in new_video_stream()
1907
video_enc->
rc_override
=
in new_video_stream()
1908
av_realloc_array(video_enc->
rc_override
,
in new_video_stream()
1910
if (!video_enc->
rc_override
) {
in new_video_stream()
1911
av_log(NULL, AV_LOG_FATAL, "Could not (re)allocate memory for
rc_override
.\n");
in new_video_stream()
1914
video_enc->
rc_override
[i].start_frame = start;
in new_video_stream()
1915
video_enc->
rc_override
[i].end_frame = end;
in new_video_stream()
1917
video_enc->
rc_override
[i].qscale = q;
in new_video_stream()
1918
video_enc->
rc_override
[
in new_video_stream()
[all...]
Completed in 11 milliseconds