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:in_pkt
(Results
1 - 11
of
11
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
pcm_rechunk_bsf.c
33
AVPacket *
in_pkt
;
member
60
s->
in_pkt
= av_packet_alloc();
in init()
62
if (!s->
in_pkt
|| !s->out_pkt)
in init()
71
av_packet_free(&s->
in_pkt
);
in uninit()
78
av_packet_unref(s->
in_pkt
);
in flush()
119
if (s->
in_pkt
->size) {
in rechunk_filter()
120
if (s->out_pkt->size || s->
in_pkt
->size < data_size) {
in rechunk_filter()
121
int drain = FFMIN(s->
in_pkt
->size, data_size - s->out_pkt->size);
in rechunk_filter()
126
ret = av_packet_copy_props(s->out_pkt, s->
in_pkt
);
in rechunk_filter()
133
memcpy(s->out_pkt->data + s->out_pkt->size, s->
in_pkt
in rechunk_filter()
[all...]
H
A
D
audiotoolboxdec.c
47
AVPacket
in_pkt
;
member
444
av_packet_unref(&at->
in_pkt
);
in ffat_decode_callback()
445
av_packet_move_ref(&at->
in_pkt
, &at->new_in_pkt);
in ffat_decode_callback()
447
if (!at->
in_pkt
.data) {
in ffat_decode_callback()
454
data->mBuffers[0].mDataByteSize = at->
in_pkt
.size;
in ffat_decode_callback()
455
data->mBuffers[0].mData = at->
in_pkt
.data;
in ffat_decode_callback()
460
at->pkt_desc.mDataByteSize = at->
in_pkt
.size;
in ffat_decode_callback()
569
av_packet_unref(&at->
in_pkt
);
in ffat_decode_flush()
578
av_packet_unref(&at->
in_pkt
);
in ffat_close_decoder()
H
A
D
internal.h
73
AVPacket *
in_pkt
;
member
H
A
D
avcodec.c
398
av_packet_unref(avci->
in_pkt
);
in avcodec_flush_buffers()
471
av_packet_free(&avci->
in_pkt
);
in avcodec_close()
H
A
D
binkaudio.c
150
s->pkt = avctx->internal->
in_pkt
;
in decode_init()
362
/* s->pkt coincides with avctx->internal->
in_pkt
in decode_flush()
H
A
D
decode.c
280
AVPacket *const pkt = avci->
in_pkt
;
in decode_simple_internal()
1610
avci->
in_pkt
= av_packet_alloc();
in ff_decode_preinit()
1614
if (!avci->
in_pkt
|| !avci->last_pkt_props || !avci->pkt_props)
in ff_decode_preinit()
H
A
D
crystalhd.c
96
/* This packet coincides with AVCodecInternal.
in_pkt
337
priv->pkt = avctx->internal->
in_pkt
;
in init()
H
A
D
libdav1d.c
44
/* This packet coincides with AVCodecInternal.
in_pkt
221
dav1d->pkt = c->internal->
in_pkt
;
in libdav1d_init()
H
A
D
mmaldec.c
361
ctx->pkt = avctx->internal->
in_pkt
;
in ffmmal_init_decoder()
H
A
D
cuviddec.c
60
/* This packet coincides with AVCodecInternal.
in_pkt
808
ctx->pkt = avctx->internal->
in_pkt
;
in cuvid_decode_init()
H
A
D
mjpegdec.c
134
s->pkt = avctx->internal->
in_pkt
;
in ff_mjpeg_decode_init()
Completed in 15 milliseconds