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:vps_id
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
hevc_ps.c
113
if (s->sps_list[i] && ((HEVCSPS*)s->sps_list[i]->data)->
vps_id
== id)
in remove_vps()
459
int
vps_id
= 0;
in ff_hevc_decode_nal_vps()
local
481
vps_id
= get_bits(gb, 4);
in ff_hevc_decode_nal_vps()
566
if (ps->vps_list[
vps_id
])
in ff_hevc_decode_nal_vps()
570
if (ps->vps_list[
vps_id
] &&
in ff_hevc_decode_nal_vps()
571
!memcmp(ps->vps_list[
vps_id
]->data, vps_buf->data, vps_buf->size)) {
in ff_hevc_decode_nal_vps()
574
remove_vps(ps,
vps_id
);
in ff_hevc_decode_nal_vps()
575
ps->vps_list[
vps_id
] = vps_buf;
in ff_hevc_decode_nal_vps()
916
sps->
vps_id
= get_bits(gb, 4);
in ff_hevc_parse_sps()
918
if (vps_list && !vps_list[sps->
vps_id
]) {
in ff_hevc_parse_sps()
[all...]
H
A
D
hevc_ps.h
154
unsigned
vps_id
;
member
H
A
D
qsvenc_hevc.c
128
ret = ff_hevc_encode_nal_vps(&vps, sps.
vps_id
, vps_rbsp_buf, sizeof(vps_rbsp_buf));
in generate_fake_vps()
H
A
D
hevc_parser.c
88
ps->vps = (HEVCVPS*)ps->vps_list[ps->sps->
vps_id
]->data;
in hevc_parse_slice_header()
H
A
D
hevcdec.c
328
const HEVCVPS *vps = (const HEVCVPS*)ps->vps_list[sps->
vps_id
]->data;
in export_stream_params()
544
s->ps.vps = (HEVCVPS*) s->ps.vps_list[s->ps.sps->
vps_id
]->data;
in set_sps()
Completed in 10 milliseconds