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:tcside
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
dpx.c
291
AVFrameSideData *
tcside
=
in decode_frame()
local
294
if (!
tcside
)
in decode_frame()
297
tc_sd = (uint32_t*)
tcside
->data;
in decode_frame()
H
A
D
mpeg12dec.c
2830
AVFrameSideData *
tcside
= av_frame_new_side_data(picture,
in mpeg_decode_frame()
local
2833
if (!
tcside
)
in mpeg_decode_frame()
2835
memcpy(
tcside
->data, &s->timecode_frame_start, sizeof(int64_t));
in mpeg_decode_frame()
H
A
D
h264_slice.c
1411
AVFrameSideData *
tcside
= av_frame_new_side_data(out,
in h264_export_frame_props()
local
1414
if (!
tcside
)
in h264_export_frame_props()
1417
tc_sd = (uint32_t*)
tcside
->data;
in h264_export_frame_props()
H
A
D
hevcdec.c
2894
AVFrameSideData *
tcside
= av_frame_new_side_data(out, AV_FRAME_DATA_S12M_TIMECODE,
in set_side_data()
local
2896
if (!
tcside
)
in set_side_data()
2899
tc_sd = (uint32_t*)
tcside
->data;
in set_side_data()
Completed in 18 milliseconds