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:nalu_type
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
remove_extradata_bsf.c
72
int
nalu_type
;
in h264_split()
local
78
nalu_type
= state & 0x1F;
in h264_split()
79
if (
nalu_type
== H264_NAL_SPS) {
in h264_split()
81
} else if (
nalu_type
== H264_NAL_PPS)
in h264_split()
83
/* else if (
nalu_type
== 0x01 ||
in h264_split()
84
*
nalu_type
== 0x02 ||
in h264_split()
85
*
nalu_type
== 0x05) {
in h264_split()
88
else if ((
nalu_type
!= H264_NAL_SEI || has_pps) &&
in h264_split()
89
nalu_type
!= H264_NAL_AUD &&
nalu_type
!
in h264_split()
[all...]
H
A
D
hevc_mp4toannexb_bsf.c
142
int
nalu_type
;
in hevc_mp4toannexb_filter()
local
157
nalu_type
= (bytestream2_peek_byte(&gb) >> 1) & 0x3f;
in hevc_mp4toannexb_filter()
160
is_irap =
nalu_type
>= 16 &&
nalu_type
<= 23;
in hevc_mp4toannexb_filter()
H
A
D
h264_parser.c
122
int
nalu_type
= buf[i] & 0x1F;
in h264_find_frame_end()
local
123
if (
nalu_type
== H264_NAL_SEI ||
nalu_type
== H264_NAL_SPS ||
in h264_find_frame_end()
124
nalu_type
== H264_NAL_PPS ||
nalu_type
== H264_NAL_AUD) {
in h264_find_frame_end()
129
} else if (
nalu_type
== H264_NAL_SLICE ||
nalu_type
== H264_NAL_DPA ||
in h264_find_frame_end()
130
nalu_type
== H264_NAL_IDR_SLICE) {
in h264_find_frame_end()
/third_party/ffmpeg/libavformat/
H
A
D
sdp.c
272
int num_nalus,
nalu_type
;
in extradata2psets_hevc()
local
275
nalu_type
= extradata[pos] & 0x3f;
in extradata2psets_hevc()
278
if (
nalu_type
== 32) // VPS
in extradata2psets_hevc()
280
else if (
nalu_type
== 33) // SPS
in extradata2psets_hevc()
282
else if (
nalu_type
== 34) // PPS
in extradata2psets_hevc()
Completed in 3 milliseconds