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:rep_dest
(Results
1 - 1
of
1
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
dashdec.c
1451
static void move_timelines(struct representation *rep_src, struct representation *
rep_dest
, DASHContext *c)
in move_timelines()
argument
1453
if (
rep_dest
&& rep_src ) {
in move_timelines()
1454
free_timelines_list(
rep_dest
);
in move_timelines()
1455
rep_dest
->timelines = rep_src->timelines;
in move_timelines()
1456
rep_dest
->n_timelines = rep_src->n_timelines;
in move_timelines()
1457
rep_dest
->first_seq_no = rep_src->first_seq_no;
in move_timelines()
1458
rep_dest
->last_seq_no = calc_max_seg_no(
rep_dest
, c);
in move_timelines()
1461
rep_dest
->cur_seq_no = rep_src->cur_seq_no;
in move_timelines()
1465
static void move_segments(struct representation *rep_src, struct representation *
rep_dest
, DASHContex
argument
2000
copy_init_section(struct representation *
rep_dest
, struct representation *rep_src)
copy_init_section()
argument
[all...]
Completed in 4 milliseconds