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:request_probe
(Results
1 - 7
of
7
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
mpeg.c
487
int
request_probe
= 0;
in mpegps_read_packet()
local
564
request_probe
= 1;
in mpegps_read_packet()
574
request_probe
= 50;
in mpegps_read_packet()
577
request_probe
= 50;
in mpegps_read_packet()
581
request_probe
= 25;
in mpegps_read_packet()
630
sti->
request_probe
=
request_probe
;
in mpegps_read_packet()
H
A
D
demux.c
141
if (sti->
request_probe
> score &&
in set_codec_from_probe_data()
424
if (sti->
request_probe
> 0) {
in probe_codec()
460
sti->
request_probe
= -1;
in probe_codec()
566
if (ffstream(st)->
request_probe
<= 0) {
in ff_read_packet()
587
if (sti->probe_packets || sti->
request_probe
> 0)
in ff_read_packet()
590
av_assert0(sti->
request_probe
<= 0);
in ff_read_packet()
638
if (!pktl && sti->
request_probe
<= 0)
in ff_read_packet()
2488
if (!sti->parser && !(ic->flags & AVFMT_FLAG_NOPARSE) && sti->
request_probe
<= 0) {
in avformat_find_stream_info()
2506
if (sti->
request_probe
<= 0)
in avformat_find_stream_info()
2524
if (!has_codec_parameters(st, NULL) && sti->
request_probe
<
in avformat_find_stream_info()
[all...]
H
A
D
internal.h
264
* rest -> perform probing with
request_probe
being the minimum score to accept.
266
int
request_probe
;
member
H
A
D
mpegts.c
1499
sti->
request_probe
= 0;
in mpegts_find_stream_type()
1533
sti->
request_probe
= 50;
in mpegts_set_stream_info()
1571
(sti->
request_probe
> 0 && sti->
request_probe
< AVPROBE_SCORE_STREAM_RETRY / 5)) &&
in mpegts_set_stream_info()
1576
sti->
request_probe
= AVPROBE_SCORE_STREAM_RETRY / 5;
in mpegts_set_stream_info()
1811
if (pes->st->codecpar->codec_id == AV_CODEC_ID_NONE && !pes_sti->
request_probe
) {
in mpegts_push_data()
1816
pes_sti->
request_probe
= 1;
in mpegts_push_data()
2428
if ((st->codecpar->codec_id == AV_CODEC_ID_NONE || sti->
request_probe
> 0) &&
in ff_parse_mpeg2_descriptor()
2466
(sti->
request_probe
== 0 && st->codecpar->codec_id == AV_CODEC_ID_NONE) ||
in ff_parse_mpeg2_descriptor()
2467
sti->
request_probe
>
in ff_parse_mpeg2_descriptor()
[all...]
H
A
D
wavdec.c
171
sti->
request_probe
= AVPROBE_SCORE_EXTENSION;
in handle_stream_probing()
H
A
D
avidec.c
940
sti->
request_probe
= 1;
in avi_read_header()
H
A
D
asfdec_f.c
384
sti->
request_probe
= 1;
in asf_read_stream_properties()
Completed in 18 milliseconds