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:sub_st
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
mpegts.c
297
AVStream *
sub_st
; /**< stream for the embedded AC3 stream in HDMV TrueHD */
member
1541
AVStream *
sub_st
;
in mpegts_set_stream_info()
local
1547
sub_st
= avformat_new_stream(pes->stream, NULL);
in mpegts_set_stream_info()
1548
if (!
sub_st
) {
in mpegts_set_stream_info()
1553
sub_st
->id = pes->pid;
in mpegts_set_stream_info()
1554
avpriv_set_pts_info(
sub_st
, 33, 1, 90000);
in mpegts_set_stream_info()
1555
sub_st
->priv_data = sub_pes;
in mpegts_set_stream_info()
1556
sub_st
->codecpar->codec_type = AVMEDIA_TYPE_AUDIO;
in mpegts_set_stream_info()
1557
sub_st
->codecpar->codec_id = AV_CODEC_ID_AC3;
in mpegts_set_stream_info()
1558
ffstream(
sub_st
)
in mpegts_set_stream_info()
[all...]
H
A
D
avidec.c
1187
AVStream *st, *
sub_st
= NULL;
in get_subtitle_pkt()
local
1200
sub_st
= st;
in get_subtitle_pkt()
1205
if (
sub_st
) {
in get_subtitle_pkt()
1206
ast =
sub_st
->priv_data;
in get_subtitle_pkt()
1208
pkt->stream_index =
sub_st
->index;
in get_subtitle_pkt()
1213
return
sub_st
;
in get_subtitle_pkt()
Completed in 9 milliseconds