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:is_video
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
sdr2.c
77
int flags, ret = 0,
is_video
;
in sdr2_read_packet()
local
89
is_video
= avio_rl32(s->pb);
in sdr2_read_packet()
104
pkt->stream_index = !!
is_video
;
in sdr2_read_packet()
H
A
D
lvfdec.c
108
int ret,
is_video
= 0;
in lvf_read_packet()
local
121
is_video
= 1;
in lvf_read_packet()
125
stream_index =
is_video
? 0 : 1;
in lvf_read_packet()
/third_party/ffmpeg/tools/
H
A
D
sidxindex.c
40
int is_audio,
is_video
;
member
179
track->
is_video
= st->codecpar->codec_type == AVMEDIA_TYPE_VIDEO;
in handle_file()
181
if (!track->is_audio && !track->
is_video
) {
in handle_file()
197
if (track->
is_video
) {
in handle_file()
256
if (tracks->tracks[i]->
is_video
)
in output_mpd()
315
if (track->
is_video
) {
in output_mpd()
H
A
D
ismindex.c
74
int is_audio,
is_video
;
member
194
const char *type = track->
is_video
? "video" : "audio";
in write_fragments()
559
track->
is_video
= st->codecpar->codec_type == AVMEDIA_TYPE_VIDEO;
in handle_file()
561
if (!track->is_audio && !track->
is_video
) {
in handle_file()
590
if (track->
is_video
) {
in handle_file()
642
const char *type = track->
is_video
? "video" : "audio";
in output_server_manifest()
720
if (!track->
is_video
)
in output_client_manifest()
/third_party/ffmpeg/libavcodec/
H
A
D
mfenc.c
39
int
is_video
, is_audio;
member
220
if (c->
is_video
) {
in mf_output_type_get()
507
if (c->
is_video
&& c->codec_api) {
in mf_receive_packet()
766
if (c->
is_video
) {
in mf_choose_output_type()
795
if (c->
is_video
) {
in mf_choose_output_type()
855
if (c->
is_video
) {
in mf_choose_input_type()
883
if (c->
is_video
) {
in mf_choose_input_type()
976
if (!(c->
is_video
&& c->opt_enc_hw))
in mf_unlock_async()
1058
c->
is_video
= !c->is_audio;
in mf_init_encoder()
1061
if (c->
is_video
in mf_init_encoder()
[all...]
Completed in 7 milliseconds