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:next_pkt
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
oggparseopus.c
131
uint8_t *
next_pkt
= last_pkt;
in opus_packet()
local
141
last_pkt =
next_pkt
=
next_pkt
+ os->psize;
in opus_packet()
143
next_pkt
+= os->segments[seg];
in opus_packet()
144
if (os->segments[seg] < 255 &&
next_pkt
!= last_pkt) {
in opus_packet()
145
int d = opus_duration(last_pkt,
next_pkt
- last_pkt);
in opus_packet()
148
last_pkt =
next_pkt
;
in opus_packet()
H
A
D
oggparsevp8.c
112
uint8_t *
next_pkt
;
in vp8_packet()
local
116
next_pkt
= last_pkt += os->psize;
in vp8_packet()
120
last_pkt =
next_pkt
+ os->segments[seg];
in vp8_packet()
122
next_pkt
+= os->segments[seg];
in vp8_packet()
H
A
D
oggparsevorbis.c
426
uint8_t *
next_pkt
= last_pkt;
in vorbis_packet()
local
440
last_pkt =
next_pkt
=
next_pkt
+ os->psize;
in vorbis_packet()
452
last_pkt =
next_pkt
+ os->segments[seg];
in vorbis_packet()
454
next_pkt
+= os->segments[seg];
in vorbis_packet()
H
A
D
demux.c
1472
AVPacket *
next_pkt
= &pktl->pkt;
in av_read_frame()
local
1474
if (
next_pkt
->dts != AV_NOPTS_VALUE) {
in av_read_frame()
1475
int wrap_bits = s->streams[
next_pkt
->stream_index]->pts_wrap_bits;
in av_read_frame()
1478
int64_t last_dts =
next_pkt
->dts;
in av_read_frame()
1480
while (pktl &&
next_pkt
->pts == AV_NOPTS_VALUE) {
in av_read_frame()
1481
if (pktl->pkt.stream_index ==
next_pkt
->stream_index &&
in av_read_frame()
1482
av_compare_mod(
next_pkt
->dts, pktl->pkt.dts, 2ULL << (wrap_bits - 1)) < 0) {
in av_read_frame()
1485
next_pkt
->pts = pktl->pkt.dts;
in av_read_frame()
1494
if (eof &&
next_pkt
->pts == AV_NOPTS_VALUE && last_dts != AV_NOPTS_VALUE) {
in av_read_frame()
1500
next_pkt
in av_read_frame()
[all...]
H
A
D
mpegenc.c
1019
PacketDesc *
next_pkt
= stream->premux_packet;
in output_packet()
local
1033
if (
next_pkt
&&
next_pkt
->dts - scr > max_delay && !ignore_delay)
in output_packet()
/third_party/FreeBSD/sys/dev/usb/net/
H
A
D
if_urndis.c
969
next_pkt
:
in urndis_bulk_write_callback()
982
goto
next_pkt
;
in urndis_bulk_write_callback()
Completed in 8 milliseconds