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:has_audio
(Results
1 - 9
of
9
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
thp.c
44
int
has_audio
;
member
134
if (thp->
has_audio
!= 0)
in thp_read_header()
152
thp->
has_audio
= 1;
in thp_read_header()
186
if (thp->
has_audio
)
in thp_read_packet()
H
A
D
dvenc.c
54
int
has_audio
; /* frame under construction has audio */
member
283
c->
has_audio
|= ((reqasize <= av_fifo_can_read(c->audio_data[i])) << i);
in dv_assemble_frame()
291
if (c->has_video == 1 && c->
has_audio
+ 1 == 1 << c->n_ast) {
in dv_assemble_frame()
293
c->
has_audio
= 0;
in dv_assemble_frame()
298
c->
has_audio
|= ((reqasize <= av_fifo_can_read(c->audio_data[i])) << i);
in dv_assemble_frame()
371
c->
has_audio
= 0;
in dv_init_mux()
H
A
D
siff.c
54
int
has_audio
;
member
137
c->
has_audio
= !!c->rate;
in siff_parse_vbv1()
139
if (c->
has_audio
)
in siff_parse_vbv1()
203
if (c->flags & VB_HAS_AUDIO && !c->
has_audio
)
in siff_read_packet()
H
A
D
hdsenc.c
57
int
has_audio
, has_video;
member
347
if (os->
has_audio
) {
in hds_write_header()
351
os->
has_audio
= 1;
in hds_write_header()
H
A
D
smoothstreamingenc.c
74
int has_video,
has_audio
;
member
259
if (c->
has_audio
) {
in write_manifest()
363
c->
has_audio
= 1;
in ism_write_header()
H
A
D
rtmpproto.c
102
int
has_audio
; ///< presence of audio data
member
2217
rt->
has_audio
= 1;
in append_flv_data()
2278
rt->
has_audio
= 1;
in handle_notify()
2805
rt->
has_audio
= 0;
in rtmp_open()
2853
while (!rt->
has_audio
&& !rt->has_video && !rt->received_metadata) {
in rtmp_open()
2861
if (rt->
has_audio
) {
in rtmp_open()
H
A
D
movenc.c
3893
int i,
has_audio
= 0, has_video = 0;
local
3899
has_audio
|= mov->tracks[i].par->codec_type == AVMEDIA_TYPE_AUDIO;
3904
audio_profile = 0xFF -
has_audio
;
/third_party/ffmpeg/libavdevice/
H
A
D
dshow.c
387
int
has_audio
= 0, has_video = 0;
in dshow_get_device_media_types()
local
424
has_audio
= 1;
in dshow_get_device_media_types()
440
if (
has_audio
|| has_video) {
in dshow_get_device_media_types()
441
int nb_types =
has_audio
+ has_video;
in dshow_get_device_media_types()
444
if (
has_audio
)
in dshow_get_device_media_types()
447
(*media_types)[0 +
has_audio
] = AVMEDIA_TYPE_VIDEO;
in dshow_get_device_media_types()
/third_party/ffmpeg/fftools/
H
A
D
ffmpeg.c
3833
int i, ret,
has_audio
= 0;
in seek_to_start()
local
3848
has_audio
= 1;
in seek_to_start()
3855
if (
has_audio
) {
in seek_to_start()
Completed in 40 milliseconds