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:jpkt
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
cri.c
41
AVPacket *
jpkt
; // encoded JPEG tile
member
61
s->
jpkt
= av_packet_alloc();
in cri_decode_init()
62
if (!s->
jpkt
)
in cri_decode_init()
352
av_packet_unref(s->
jpkt
);
in cri_decode_frame()
353
s->
jpkt
->data = (uint8_t *)s->data + offset;
in cri_decode_frame()
354
s->
jpkt
->size = s->tile_size[tile];
in cri_decode_frame()
356
ret = avcodec_send_packet(s->jpeg_avctx, s->
jpkt
);
in cri_decode_frame()
420
av_packet_free(&s->
jpkt
);
in cri_decode_close()
H
A
D
tdsc.c
57
AVPacket *
jpkt
; // encoded JPEG tile
member
85
av_packet_free(&ctx->
jpkt
);
in tdsc_close()
117
ctx->
jpkt
= av_packet_alloc();
in tdsc_init()
118
if (!ctx->refframe || !ctx->jpgframe || !ctx->
jpkt
)
in tdsc_init()
352
av_packet_unref(ctx->
jpkt
);
in tdsc_decode_jpeg_tile()
353
ctx->
jpkt
->data = ctx->tilebuffer;
in tdsc_decode_jpeg_tile()
354
ctx->
jpkt
->size = tile_size;
in tdsc_decode_jpeg_tile()
356
ret = avcodec_send_packet(ctx->jpeg_avctx, ctx->
jpkt
);
in tdsc_decode_jpeg_tile()
H
A
D
tiff.c
63
AVPacket *
jpkt
; // encoded JPEG tile
member
648
av_packet_unref(s->
jpkt
);
in dng_decode_jpeg()
649
s->
jpkt
->data = (uint8_t*)s->gb.buffer;
in dng_decode_jpeg()
650
s->
jpkt
->size = tile_byte_count;
in dng_decode_jpeg()
659
ret = avcodec_send_packet(s->avctx_mjpeg, s->
jpkt
);
in dng_decode_jpeg()
2144
s->
jpkt
= av_packet_alloc();
in tiff_init()
2145
if (!s->jpgframe || !s->
jpkt
)
in tiff_init()
2180
av_packet_free(&s->
jpkt
);
in tiff_end()
Completed in 5 milliseconds