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_buf
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
h264_picture.c
50
av_buffer_unref(&pic->
pps_buf
);
in ff_h264_unref_picture()
113
dst->
pps_buf
= av_buffer_ref(src->
pps_buf
);
in ff_h264_ref_picture()
114
if (!dst->qscale_table_buf || !dst->mb_type_buf || !dst->
pps_buf
) {
in ff_h264_ref_picture()
171
ret |= av_buffer_replace(&dst->
pps_buf
, src->
pps_buf
);
in ff_h264_replace_picture()
H
A
D
h264_ps.c
750
AVBufferRef *
pps_buf
;
in ff_h264_decode_picture_parameter_set()
local
766
pps_buf
= av_buffer_create((uint8_t*)pps, sizeof(*pps),
in ff_h264_decode_picture_parameter_set()
768
if (!
pps_buf
) {
in ff_h264_decode_picture_parameter_set()
897
ps->pps_list[pps_id] =
pps_buf
;
in ff_h264_decode_picture_parameter_set()
902
av_buffer_unref(&
pps_buf
);
in ff_h264_decode_picture_parameter_set()
H
A
D
hevc_ps.c
1505
AVBufferRef *
pps_buf
;
in ff_hevc_decode_nal_pps()
local
1511
pps_buf
= av_buffer_create((uint8_t *)pps, sizeof(*pps),
in ff_hevc_decode_nal_pps()
1513
if (!
pps_buf
) {
in ff_hevc_decode_nal_pps()
1735
ps->pps_list[pps_id] =
pps_buf
;
in ff_hevc_decode_nal_pps()
1740
av_buffer_unref(&
pps_buf
);
in ff_hevc_decode_nal_pps()
H
A
D
h264dec.h
152
AVBufferRef *
pps_buf
;
member
H
A
D
qsvenc.c
1062
uint8_t
pps_buf
[128];
in qsv_retrieve_enc_params()
local
1068
.PPSBuffer =
pps_buf
, .PPSBufSize = sizeof(
pps_buf
)
in qsv_retrieve_enc_params()
1157
memcpy(avctx->extradata + extradata_offset,
pps_buf
, extradata.PPSBufSize);
in qsv_retrieve_enc_params()
H
A
D
h264_slice.c
258
pic->
pps_buf
= av_buffer_ref(h->ps.pps_ref);
in alloc_picture()
259
if (!pic->
pps_buf
)
in alloc_picture()
261
pic->pps = (const PPS*)pic->
pps_buf
->data;
in alloc_picture()
Completed in 12 milliseconds