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:pps_list
(Results
1 - 10
of
10
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
mediacodecdec.c
146
if (ps.
pps_list
[i]) {
in h264_set_extradata()
147
pps = (const PPS*)ps.
pps_list
[i]->data;
in h264_set_extradata()
230
if (ps.
pps_list
[i]) {
in hevc_set_extradata()
231
pps = (const HEVCPPS*)ps.
pps_list
[i]->data;
in hevc_set_extradata()
H
A
D
h264_ps.c
89
av_buffer_unref(&s->
pps_list
[id]);
in remove_pps()
98
for (i = 0; i < FF_ARRAY_ELEMS(s->
pps_list
); i++)
in remove_sps()
99
if (s->
pps_list
[i] && ((PPS*)s->
pps_list
[i]->data)->sps_id == id)
in remove_sps()
324
av_buffer_unref(&ps->
pps_list
[i]);
in ff_h264_ps_uninit()
897
ps->
pps_list
[pps_id] = pps_buf;
in ff_h264_decode_picture_parameter_set()
H
A
D
h264_ps.h
145
AVBufferRef *
pps_list
[MAX_PPS_COUNT];
member
H
A
D
hevc_ps.c
83
if (s->
pps_list
[id] && s->pps == (const HEVCPPS*)s->
pps_list
[id]->data)
in remove_pps()
85
av_buffer_unref(&s->
pps_list
[id]);
in remove_pps()
96
for (i = 0; i < FF_ARRAY_ELEMS(s->
pps_list
); i++)
in remove_sps()
97
if (s->
pps_list
[i] && ((HEVCPPS*)s->
pps_list
[i]->data)->sps_id == id)
in remove_sps()
1735
ps->
pps_list
[pps_id] = pps_buf;
in ff_hevc_decode_nal_pps()
1752
for (i = 0; i < FF_ARRAY_ELEMS(ps->
pps_list
); i++)
in ff_hevc_ps_uninit()
1753
av_buffer_unref(&ps->
pps_list
[i]);
in ff_hevc_ps_uninit()
H
A
D
hevc_parser.c
76
if (pps_id >= HEVC_MAX_PPS_COUNT || !ps->
pps_list
[pps_id]) {
in hevc_parse_slice_header()
80
ps->pps = (HEVCPPS*)ps->
pps_list
[pps_id]->data;
in hevc_parse_slice_header()
H
A
D
hevc_ps.h
330
AVBufferRef *
pps_list
[HEVC_MAX_PPS_COUNT];
member
H
A
D
h264_parser.c
370
if (!p->ps.
pps_list
[pps_id]) {
in parse_nal_units()
379
p->ps.pps_ref = av_buffer_ref(p->ps.
pps_list
[pps_id]);
in parse_nal_units()
H
A
D
h264_refs.c
808
for (i = 0; i < FF_ARRAY_ELEMS(h->ps.
pps_list
); i++) {
in ff_h264_execute_ref_pic_marking()
809
if (h->ps.
pps_list
[i]) {
in ff_h264_execute_ref_pic_marking()
810
const PPS *pps = (const PPS *)h->ps.
pps_list
[i]->data;
in ff_h264_execute_ref_pic_marking()
H
A
D
h264_slice.c
343
for (i = 0; i < FF_ARRAY_ELEMS(h->ps.
pps_list
); i++) {
in ff_h264_update_thread_context()
344
ret = av_buffer_replace(&h->ps.
pps_list
[i], h1->ps.
pps_list
[i]);
in ff_h264_update_thread_context()
1049
h->ps.pps_ref = av_buffer_ref(h->ps.
pps_list
[sl->pps_id]);
in h264_init_ps()
1876
if (!h->ps.
pps_list
[sl->pps_id]) {
in h264_slice_header_parse()
1882
pps = (const PPS*)h->ps.
pps_list
[sl->pps_id]->data;
in h264_slice_header_parse()
2269
const PPS *pps = (const PPS*)h->ps.
pps_list
[sl->pps_id]->data;
in ff_h264_queue_decode_slice()
H
A
D
hevcdec.c
582
if (sh->pps_id >= HEVC_MAX_PPS_COUNT || !s->ps.
pps_list
[sh->pps_id]) {
in hls_slice_header()
587
s->ps.pps != (HEVCPPS*)s->ps.
pps_list
[sh->pps_id]->data) {
in hls_slice_header()
591
s->ps.pps = (HEVCPPS*)s->ps.
pps_list
[sh->pps_id]->data;
in hls_slice_header()
3727
for (i = 0; i < FF_ARRAY_ELEMS(s->ps.
pps_list
); i++) {
in hevc_update_thread_context()
3728
ret = av_buffer_replace(&s->ps.
pps_list
[i], s0->ps.
pps_list
[i]);
in hevc_update_thread_context()
Completed in 18 milliseconds