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:last_pkt_props
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
decode.c
154
if (IS_EMPTY(avci->
last_pkt_props
)) {
in extract_packet_props()
155
if (av_fifo_read(avci->pkt_props, avci->
last_pkt_props
, 1) < 0)
in extract_packet_props()
156
return copy_packet_props(avci->
last_pkt_props
, pkt);
in extract_packet_props()
360
side= av_packet_get_side_data(avci->
last_pkt_props
, AV_PKT_DATA_SKIP_SAMPLES, &side_size);
in decode_simple_internal()
486
av_packet_unref(avci->
last_pkt_props
);
in decode_simple_internal()
495
avci->
last_pkt_props
->size -= consumed; // See extract_packet_props() comment.
in decode_simple_internal()
496
avci->
last_pkt_props
->pts = AV_NOPTS_VALUE;
in decode_simple_internal()
497
avci->
last_pkt_props
->dts = AV_NOPTS_VALUE;
in decode_simple_internal()
534
av_packet_unref(avci->
last_pkt_props
);
in decode_receive_frame_internal()
542
IS_EMPTY(avci->
last_pkt_props
)) {
in decode_receive_frame_internal()
[all...]
H
A
D
avcodec.c
394
av_packet_unref(avci->
last_pkt_props
);
in avcodec_flush_buffers()
395
while (av_fifo_read(avci->pkt_props, avci->
last_pkt_props
, 1) >= 0)
in avcodec_flush_buffers()
396
av_packet_unref(avci->
last_pkt_props
);
in avcodec_flush_buffers()
464
av_packet_unref(avci->
last_pkt_props
);
in avcodec_close()
465
av_fifo_read(avci->pkt_props, avci->
last_pkt_props
, 1);
in avcodec_close()
469
av_packet_free(&avci->
last_pkt_props
);
in avcodec_close()
H
A
D
internal.h
80
AVPacket *
last_pkt_props
;
member
H
A
D
rawdec.c
236
frame->pkt_pos = avctx->internal->
last_pkt_props
->pos;
in raw_decode()
237
frame->pkt_duration = avctx->internal->
last_pkt_props
->duration;
in raw_decode()
H
A
D
pthread_frame.c
837
copy->internal->
last_pkt_props
= p->avpkt;
in init_thread()
Completed in 6 milliseconds