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_MARKER
(Results
1 - 7
of
7
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
vc1_common.h
44
#define
IS_MARKER
(x) (((x) & ~0xFF) == VC1_CODE_RES0)
macro
64
if (
IS_MARKER
(mrk))
in find_next_marker()
H
A
D
dca_parser.c
51
#define
IS_MARKER
(state) (IS_CORE_MARKER(state) || IS_EXSS_MARKER(state))
macro
85
if (
IS_MARKER
(state) &&
in dca_find_frame_end()
167
if (
IS_MARKER
(state) &&
in dca_find_frame_end()
H
A
D
remove_extradata_bsf.c
174
} else if (charged &&
IS_MARKER
(state))
in vc1_split()
H
A
D
dxva2_vc1.c
348
size >= 4 &&
IS_MARKER
(AV_RB32(buffer))) {
in dxva2_vc1_decode_slice()
H
A
D
extract_extradata_bsf.c
242
} else if (has_extradata &&
IS_MARKER
(state)) {
in extract_extradata_vc1()
H
A
D
vaapi_vc1.c
476
if (avctx->codec_id == AV_CODEC_ID_VC1 &&
IS_MARKER
(AV_RB32(buffer))) {
in vaapi_vc1_decode_slice()
H
A
D
vc1dec.c
670
if (
IS_MARKER
(AV_RB32(buf))) { /* frame starts with marker and needs to be parsed */
in vc1_decode_frame()
Completed in 5 milliseconds