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:pkt_buffer
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
avpacket.c
575
int avpriv_packet_list_get(PacketList *
pkt_buffer
,
in avpriv_packet_list_get()
argument
578
PacketListEntry *pktl =
pkt_buffer
->head;
in avpriv_packet_list_get()
582
pkt_buffer
->head = pktl->next;
in avpriv_packet_list_get()
583
if (!
pkt_buffer
->head)
in avpriv_packet_list_get()
584
pkt_buffer
->tail = NULL;
in avpriv_packet_list_get()
/third_party/ffmpeg/libavformat/
H
A
D
demux.c
793
* Updates the dts of packets of a stream in
pkt_buffer
, by re-ordering the pts
797
PacketListEntry *
pkt_buffer
)
in update_dts_from_pts()
807
for (;
pkt_buffer
;
pkt_buffer
= get_next_pkt(s, st,
pkt_buffer
)) {
in update_dts_from_pts()
808
if (
pkt_buffer
->pkt.stream_index != stream_index)
in update_dts_from_pts()
811
if (
pkt_buffer
->pkt.pts != AV_NOPTS_VALUE && delay <= MAX_REORDER_DELAY) {
in update_dts_from_pts()
812
pts_buffer[0] =
pkt_buffer
->pkt.pts;
in update_dts_from_pts()
816
pkt_buffer
->pkt.dts = select_from_pts_buffer(st, pts_buffer,
pkt_buffer
in update_dts_from_pts()
796
update_dts_from_pts(AVFormatContext *s, int stream_index, PacketListEntry *
pkt_buffer
)
update_dts_from_pts()
argument
[all...]
Completed in 6 milliseconds