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:xmv
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
xmv.c
137
XMVDemuxContext *
xmv
= s->priv_data;
in xmv_read_close()
local
139
av_freep(&
xmv
->audio);
in xmv_read_close()
146
XMVDemuxContext *
xmv
= s->priv_data;
in xmv_read_header()
local
168
xmv
->video_width = avio_rl32(pb);
in xmv_read_header()
169
xmv
->video_height = avio_rl32(pb);
in xmv_read_header()
170
xmv
->video_duration = avio_rl32(pb);
in xmv_read_header()
174
xmv
->audio_track_count = avio_rl16(pb);
in xmv_read_header()
178
xmv
->audio = av_calloc(
xmv
->audio_track_count, sizeof(*
xmv
in xmv_read_header()
261
XMVDemuxContext *
xmv
= s->priv_data;
xmv_process_packet_header()
local
408
XMVDemuxContext *
xmv
= s->priv_data;
xmv_fetch_new_packet()
local
439
XMVDemuxContext *
xmv
= s->priv_data;
xmv_fetch_audio_packet()
local
485
XMVDemuxContext *
xmv
= s->priv_data;
xmv_fetch_video_packet()
local
544
XMVDemuxContext *
xmv
= s->priv_data;
xmv_read_packet()
local
[all...]
H
A
D
Makefile
619
OBJS-$(CONFIG_XMV_DEMUXER) +=
xmv
.o
/third_party/ffmpeg/tests/fate/
H
A
D
demux.mak
148
FATE_SAMPLES_DEMUX-$(CONFIG_XMV_DEMUXER) += fate-
xmv
-demux
149
fate-
xmv
-demux: CMD = framecrc -i $(TARGET_SAMPLES)/
xmv
/logos1p.fmv -c:v copy -c:a copy
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
H
A
D
xm_api.c
300
bits_per_pixel( XMesaVisual
xmv
)
in bits_per_pixel()
302
Display *dpy =
xmv
->display;
in bits_per_pixel()
303
XVisualInfo * visinfo =
xmv
->visinfo;
in bits_per_pixel()
Completed in 5 milliseconds