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:avs
(Results
1 - 7
of
7
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
avs.c
68
AvsFormat *
avs
= s->priv_data;
in avs_read_header()
local
73
avs
->width = avio_rl16(s->pb);
in avs_read_header()
74
avs
->height = avio_rl16(s->pb);
in avs_read_header()
75
avs
->bits_per_sample = avio_rl16(s->pb);
in avs_read_header()
76
avs
->fps = avio_rl16(s->pb);
in avs_read_header()
77
avs
->nb_frames = avio_rl32(s->pb);
in avs_read_header()
78
avs
->remaining_frame_size = 0;
in avs_read_header()
79
avs
->remaining_audio_size = 0;
in avs_read_header()
81
avs
->st_video =
avs
in avs_read_header()
96
AvsFormat *
avs
= s->priv_data;
avs_read_video_packet()
local
130
AvsFormat *
avs
= s->priv_data;
avs_read_audio_packet()
local
156
AvsFormat *
avs
= s->priv_data;
avs_read_packet()
local
[all...]
H
A
D
avisynth.c
182
AviSynthContext *
avs
= s->priv_data;
in avisynth_context_create()
local
189
avs
->env = avs_library.avs_create_script_environment(3);
in avisynth_context_create()
191
const char *error = avs_library.avs_get_error(
avs
->env);
in avisynth_context_create()
199
avs_ctx_list =
avs
;
in avisynth_context_create()
201
avs
->next = avs_ctx_list;
in avisynth_context_create()
202
avs_ctx_list =
avs
;
in avisynth_context_create()
208
static av_cold void avisynth_context_destroy(AviSynthContext *
avs
)
in avisynth_context_destroy()
argument
213
if (
avs
== avs_ctx_list) {
in avisynth_context_destroy()
214
avs_ctx_list =
avs
->next;
in avisynth_context_destroy()
217
while (prev->next !=
avs
)
in avisynth_context_destroy()
234
AviSynthContext *
avs
=
avs
_ctx_list;
avisynth_atexit_handler()
local
249
AviSynthContext *
avs
= s->priv_data;
avisynth_create_stream_video()
local
751
AviSynthContext *
avs
= s->priv_data;
avisynth_create_stream_audio()
local
786
AviSynthContext *
avs
= s->priv_data;
avisynth_create_stream()
local
812
AviSynthContext *
avs
= s->priv_data;
avisynth_open_file()
local
886
AviSynthContext *
avs
= s->priv_data;
avisynth_next_stream()
local
904
AviSynthContext *
avs
= s->priv_data;
avisynth_read_packet_video()
local
974
AviSynthContext *
avs
= s->priv_data;
avisynth_read_packet_audio()
local
1057
AviSynthContext *
avs
= s->priv_data;
avisynth_read_packet()
local
1098
AviSynthContext *
avs
= s->priv_data;
avisynth_read_seek()
local
[all...]
H
A
D
Makefile
134
OBJS-$(CONFIG_AVS_DEMUXER) +=
avs
.o voc_packet.o voc.o
/third_party/ffmpeg/libavcodec/
H
A
D
avs.c
52
AvsContext *const
avs
= avctx->priv_data;
in avs_decode_frame()
local
53
AVFrame *const p =
avs
->frame;
in avs_decode_frame()
179
.p.name = "
avs
",
H
A
D
Makefile
247
OBJS-$(CONFIG_AVS_DECODER) +=
avs
.o
/third_party/ffmpeg/tests/fate/
H
A
D
video.mak
100
FATE_VIDEO-$(call FRAMECRC, AVS, AVS, ARESAMPLE_FILTER SCALE_FILTER) += fate-creatureshock-
avs
101
fate-creatureshock-
avs
: CMD = framecrc -i $(TARGET_SAMPLES)/creatureshock-
avs
/OUTATIME.AVS -pix_fmt rgb24 -vf scale -af aresample
/third_party/ffmpeg/
H
A
D
configure
6513
enabled avisynth && { require_headers "avisynth/avisynth_c.h avisynth/
avs
/version.h" &&
6514
{ test_cpp_condition avisynth/
avs
/version.h "AVS_MAJOR_VER >= 3 && AVS_MINOR_VER >= 7 && AVS_BUGFIX_VER >= 1 || AVS_MAJOR_VER >= 3 && AVS_MINOR_VER > 7 || AVS_MAJOR_VER > 3" ||
Completed in 13 milliseconds