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:nb_nals
(Results
1 - 10
of
10
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
h2645_parse.c
412
pkt->
nb_nals
= 0;
in ff_h2645_packet_split()
440
if (pkt->
nb_nals
> 0) {
in ff_h2645_packet_split()
459
if (pkt->nals_allocated < pkt->
nb_nals
+ 1) {
in ff_h2645_packet_split()
473
nal = &pkt->nals[pkt->
nb_nals
];
in ff_h2645_packet_split()
481
nal = &pkt->nals[pkt->
nb_nals
];
in ff_h2645_packet_split()
522
pkt->
nb_nals
++;
in ff_h2645_packet_split()
H
A
D
h2645_parse.h
85
int
nb_nals
;
member
H
A
D
hevc_parse.c
38
for (i = 0; i < pkt.
nb_nals
; i++) {
in hevc_decode_nal_units()
H
A
D
extract_extradata_bsf.c
164
for (i = 0; i < s->h2645_pkt.
nb_nals
; i++) {
in extract_extradata_h2645()
207
for (i = 0; i < s->h2645_pkt.
nb_nals
; i++) {
in extract_extradata_h2645()
H
A
D
cbs_h2645.c
475
for (i = 0; i < packet->
nb_nals
; i++) {
in cbs_h2645_fragment_add_nals()
594
int i, j, nb_arrays, nal_unit_type,
nb_nals
, version;
in cbs_h2645_split_fragment()
local
616
nb_nals
= bytestream2_get_be16(&gbc);
in cbs_h2645_split_fragment()
619
for (j = 0; j <
nb_nals
; j++) {
in cbs_h2645_split_fragment()
635
i,
nb_nals
, nal_unit_type);
in cbs_h2645_split_fragment()
H
A
D
h264_parse.c
378
for (i = 0; i < pkt.
nb_nals
; i++) {
in decode_extradata_ps()
H
A
D
hevc_parser.c
203
for (i = 0; i < ctx->pkt.
nb_nals
; i++) {
in parse_nal_units()
H
A
D
h264dec.c
499
for (i = 0; i < h->pkt.
nb_nals
; i++) {
in get_last_needed_nal()
611
for (i = 0; i < h->pkt.
nb_nals
; i++) {
in decode_nal_units()
H
A
D
hevc_refs.c
97
frame->rpl_buf = av_buffer_allocz(s->pkt.
nb_nals
* sizeof(RefPicListTab));
in alloc_frame()
H
A
D
hevcdec.c
3315
for (i = 0; i < s->pkt.
nb_nals
; i++) {
in decode_nal_units()
3336
if (s->pkt.
nb_nals
> 1 && s->pkt.nals[s->pkt.
nb_nals
- 1].type == HEVC_NAL_UNSPEC62 &&
in decode_nal_units()
3337
s->pkt.nals[s->pkt.
nb_nals
- 1].size > 2 && !s->pkt.nals[s->pkt.
nb_nals
- 1].nuh_layer_id
in decode_nal_units()
3338
&& !s->pkt.nals[s->pkt.
nb_nals
- 1].temporal_id) {
in decode_nal_units()
3339
H2645NAL *nal = &s->pkt.nals[s->pkt.
nb_nals
- 1];
in decode_nal_units()
3359
for (i = 0; i < s->pkt.
nb_nals
; i++) {
in decode_nal_units()
Completed in 19 milliseconds