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:video_type
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
segafilm.c
58
enum AVCodecID
video_type
;
member
140
film->
video_type
= AV_CODEC_ID_CINEPAK;
in film_read_header()
142
film->
video_type
= AV_CODEC_ID_RAWVIDEO;
in film_read_header()
144
film->
video_type
= AV_CODEC_ID_NONE;
in film_read_header()
147
if (film->
video_type
== AV_CODEC_ID_NONE && film->audio_type == AV_CODEC_ID_NONE)
in film_read_header()
151
if (film->
video_type
!= AV_CODEC_ID_NONE) {
in film_read_header()
157
st->codecpar->codec_id = film->
video_type
;
in film_read_header()
162
if (film->
video_type
== AV_CODEC_ID_RAWVIDEO) {
in film_read_header()
241
if (film->
video_type
!= AV_CODEC_ID_NONE)
in film_read_header()
253
if (film->
video_type
!
in film_read_header()
[all...]
H
A
D
jvdec.c
40
uint8_t
video_type
; /**< per-frame video compression type */
member
147
jvf->
video_type
= avio_r8(pb);
in read_header()
153
e->flags = jvf->
video_type
!= 1 ? AVINDEX_KEYFRAME : 0;
in read_header()
191
pkt->data[4] = jvf->
video_type
;
in read_packet()
203
if (jvf->
video_type
!= 1)
in read_packet()
/third_party/ffmpeg/libavcodec/
H
A
D
jvdec.c
153
int video_size,
video_type
, i, j, ret;
in decode_frame()
local
159
video_type
= buf[4];
in decode_frame()
168
if (
video_type
== 0 ||
video_type
== 1) {
in decode_frame()
187
} else if (
video_type
== 2) {
in decode_frame()
199
"unsupported frame type %i\n",
video_type
);
in decode_frame()
Completed in 3 milliseconds